aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/versatile
Commit message (Expand)AuthorAgeFilesLines
* MFC r355936, r356045: remove unused kbd driversKyle Evans2019-12-271-19/+0
* MFC r355932: VERSATILEPB: also use default get_fkeystr/diagKyle Evans2019-12-221-2/+0
* MFC r355206, r355212, r355257, r355271: tty nitsKyle Evans2019-12-221-1/+2
* MFC r355793: kbd drivers: use kbdd_* indirection for diag invocationKyle Evans2019-12-221-1/+1
* MFC r346295, r346297Emmanuel Vadot2019-08-051-2/+0
* Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot2017-12-281-0/+2
* arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot2017-12-271-2/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-4/+16
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Move the simple armv6 only timer drivers to require MULTIDELAY to helpAndrew Turner2017-07-041-37/+1
* Teach VERSATILEPB about PLATFORM. This will help move it into the GENERICAndrew Turner2017-07-041-23/+18
* Stop making cpu_initclocks weak when using event timers. A weak symbolAndrew Turner2017-06-032-57/+0
* Add MULTIDELAY support to the sp804 driver.Andrew Turner2017-06-031-19/+38
* [versatilepb] Fix keyboard driver after switching to upstream DTSOleksandr Tymoshenko2017-04-011-1/+29
* [versatilepb] Convert VERSATILEPB kernel to INTRNG and switch to upstream DTBOleksandr Tymoshenko2017-04-016-86/+469
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-131-1/+1
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-141-3/+2
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-146-7/+0
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.Andrew Turner2016-11-111-1/+2
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-3/+3
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-171-4/+2
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* Remove all remaining references to old and not more used structSvatopluk Kraus2016-02-021-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-3/+0
* Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place inAndrew Turner2015-11-211-1/+1
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyAndrew Turner2015-11-201-1/+0
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* Use simple fixed name strings for these timecounters and eventimers whichIan Lepore2015-08-141-4/+2
* Include vm/pmap.h for pmap_kextract.Andrew Turner2015-04-041-0/+4
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-045-5/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-3/+0
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.Andrew Turner2015-03-291-1/+0
* Remove a no-longer-used include.Ian Lepore2015-01-211-2/+0
* The versatile platform had two copies of a bus_space that are essentiallyIan Lepore2015-01-215-304/+2
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-212-16/+14
* Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore2015-01-211-1/+1
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-182-3/+0
* Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARMAndrew Turner2014-09-102-136/+0
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-2/+0
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-5/+6
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asWarner Losh2014-03-082-1/+1
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-026-0/+19
* Fix race condition in DELAY for SP804 timer.Zbigniew Bodek2014-01-011-6/+21
* Correct license statements to reflect the fact that these files were allJohn Baldwin2013-12-101-1/+3