aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf/VIRT
Commit message (Expand)AuthorAgeFilesLines
* Remove HZ=<various> from all armv6 configs, put HZ=1000 in std.armv6.Ian Lepore2016-07-091-2/+1
* Consolidate debugging options from all arm kernel configs to std.arm[v6].Ian Lepore2016-07-091-16/+0
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYAndrew Turner2016-04-301-0/+1
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Add SMP support to the ARM PLATFORM code. This will allow us to haveAndrew Turner2016-02-281-0/+1
* Enable ARM_INTRNG on all kernel configs where we use the Generic InterruptAndrew Turner2016-02-111-0/+2
* Create device options for the two common ARM timers.Andrew Turner2015-11-211-0/+2
* Add support for getting the memory map from EFI if it has been pased inAndrew Turner2015-05-241-0/+3
* Enable SMP on the qemu virt platform. We use the device tree to find whichAndrew Turner2015-05-241-1/+2
* Use the new gic option. While here remove extra whitespace from the ned ofAndrew Turner2015-05-101-3/+6
* Clean up the ARM kernel configs to use 'include<space><tab>"file"'.Andrew Turner2015-05-071-2/+2
* The VIRT kernel config targets armv6.Andrew Turner2015-05-051-33/+1
* Create std.arm and std.armv6 config files and include the right one fromIan Lepore2015-05-051-1/+1
* Add a driver for the ARM Power State Coordination Interface (PSCI). ThisAndrew Turner2015-04-121-0/+1
* Switch to the new v6 pmap code to increase its testing. It will now beAndrew Turner2015-04-121-0/+1
* Add support for the QEMU virt SoC. This is a SoC built depending on theAndrew Turner2015-04-111-0/+95