aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.arm
Commit message (Expand)AuthorAgeFilesLines
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-051-12/+14
* Add ptrace operations to fetch and store VFP registers.John Baldwin2017-09-141-0/+1
* Add external PLATFORM access on arm, and use it in the pl310 driver.Andrew Turner2017-07-111-0/+1
* Create a new option ARM_USE_V6_BUSDMA to force an armv4/5 kernel toWarner Losh2017-06-181-2/+2
* Add the early hypervisor code needed on 32-bit ARMv7. This will be usedAndrew Turner2017-03-221-0/+1
* Split overbloated machep.c to multiple files and do basic cleanupMichal Meloun2017-03-111-0/+3
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-2/+2
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-1/+1
* Split the DesignWare HDMI-specific code from imx6_hdmi.c into a separateJared McNeill2016-12-201-1/+1
* To allow for an ACPI attachment to the generic PCIe driver split off theAndrew Turner2016-11-211-1/+2
* Support for Alpine Serializer/Deserializer.Wojciech Macek2016-10-201-0/+3
* Support for MSI-X on Annapurna AlpineWojciech Macek2016-10-201-0/+1
* ARM: Split identify_arm_cpu() into ARMv4 and ARMv6 variant.Michal Meloun2016-10-091-1/+2
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-1/+1
* Move ofw_cpu file to the main files conf file.Justin Hibbits2016-09-211-1/+0
* Add driver for PCIe root complex on Annapurna Alpine platform.Wojciech Macek2016-09-201-0/+1
* Add very preliminary support for CloudABI for ARMv6.Ed Schouten2016-09-181-0/+13
* Introduce support for Annapurna Alpine CCU and NB devicesWojciech Macek2016-09-071-0/+2
* Add generic device-tree cpufreq driver.Jared McNeill2016-09-061-0/+1
* Split out the FDT parts of the GICv2 interrupt controller driver. This willAndrew Turner2016-08-011-0/+1
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceAndrew Turner2016-05-161-0/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-1/+1
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-3/+3
* Sort so pic_if.m is in the correct location with the other kern files.Andrew Turner2016-04-141-1/+1
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64Zbigniew Bodek2016-03-291-0/+1
* Adding pci_host_generic unconditionally breaks ARM boards with a PCI(e) inter...Bjoern A. Zeeb2016-03-221-1/+1
* Allow pci_host_generic to be compiled into ARM kernels, used, e.g., inBjoern A. Zeeb2016-03-181-0/+1
* Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using theAndrew Turner2016-02-281-0/+1
* Rename busdma_machdep.c to busdma_machdep-v4.c, pmap.c to pmap-v4.cSvatopluk Kraus2016-02-201-3/+3
* Move the twsi driver source to be under iicbus. It is in a separateAndrew Turner2016-02-141-0/+1
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singleMichal Meloun2016-02-031-2/+2
* ARM: All remaining functions in cpufunc_asm_arm10.S are identical withMichal Meloun2016-02-021-2/+1
* ARM: Split swtch.S into common, ARMv4 and ARMv6 parts. Cleanup them.Michal Meloun2016-01-301-0/+2
* ARM: After removal of old pmap-v6 code, rename pmap-v6-new.c to pmap-v6.c.Michal Meloun2016-01-291-1/+1
* ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andMichal Meloun2016-01-291-2/+1
* Introduce support for HW watchpoints and single stepping for ARMv6/v7Zbigniew Bodek2016-01-251-0/+1
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationIan Lepore2015-12-211-0/+1
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-2/+3
* Add support for usermode (vdso-like) gettimeofday(2) andKonstantin Belousov2015-12-071-1/+0
* Move hdmi_if.m to files.arm so other kernel configs can use it.Andrew Turner2015-11-211-0/+1
* Create device options for the two common ARM timers.Andrew Turner2015-11-211-0/+2
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-0/+2
* Add libkern ffsll() for parity with flsll()Conrad Meyer2015-10-221-0/+1
* Import ARM_INTRNG, the "next generation" interrupt architecture for armIan Lepore2015-10-181-1/+3
* 2nd try, after r289319:Bjoern A. Zeeb2015-10-151-1/+1
* Revert r289319 as it seems some ARM kernels include HWPMC but no FDT.Bjoern A. Zeeb2015-10-141-1/+1
* HWPMC depends on pmu.c even if device pmu is not specified.Bjoern A. Zeeb2015-10-141-1/+1
* Move pmu.c to files.arm and rename the option to pmu. This is not hwpmcAndrew Turner2015-10-071-0/+1
* Move kbd.c to main sys/conf/files listEd Maste2015-09-211-1/+0
* Add alternate descriptors support for if_dwc.Luiz Otavio O Souza2015-09-201-0/+2