aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options.arm
Commit message (Expand)AuthorAgeFilesLines
* Remove unused options.Michal Meloun2020-11-291-15/+0
* Remove NO_EVENTTIMERS supportMark Johnston2020-11-191-2/+0
* Kill old armv4 busdmaWarner Losh2020-02-021-1/+0
* arm: add SOC_BRCM_BCM2837 option, include it in GENERICKyle Evans2019-12-171-0/+1
* Remove now the cow unused CPU_ARM9 and CPU_FA526 options. These are forAndrew Turner2018-07-281-2/+0
* Only support INTRNG in the SMP code on arm. We already require INTRNG onAndrew Turner2018-07-281-2/+0
* Remove xscale support.Warner Losh2018-07-271-2/+0
* Revert r336773: it removed too much.Warner Losh2018-07-271-0/+4
* Remove xscale supportWarner Losh2018-07-271-4/+0
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-271-6/+0
* Remove kernel support for armebWarner Losh2018-07-171-3/+0
* Add a new ARM kernel option, LOCORE_MAP_MB, to control the size of theIan Lepore2017-12-261-0/+1
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-051-0/+1
* Remove the MULTIDELAY option from arm. It's now enabled when PLATFORM isAndrew Turner2017-07-071-1/+0
* Remove PLATFORM_SMP. It's unneeded as all configs with both PLATFORM andAndrew Turner2017-07-041-1/+0
* Allwinner: Add support for H2 Plus SoCEmmanuel Vadot2017-06-241-0/+1
* Create a new option ARM_USE_V6_BUSDMA to force an armv4/5 kernel toWarner Losh2017-06-181-1/+2
* Remove code for Marvell SoCs that lack a kernel config.Andrew Turner2017-03-171-3/+0
* Add SOC_ALTERA_* kernel options per each SoC and use it toRuslan Bukin2017-02-281-0/+2
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-2/+2
* Allwinner: Add A33 supportEmmanuel Vadot2017-01-041-0/+1
* Switch Rockchip RK3188 SoC to use the platform code.Ganbold Tsagaankhuu2016-12-131-0/+1
* Add the etherswitch(4) support for TI CPSW.Luiz Otavio O Souza2016-11-241-0/+1
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-1/+2
* Add support for Allwinner A13.Emmanuel Vadot2016-07-081-0/+1
* Add support for Allwinner H3 SoC.Emmanuel Vadot2016-05-131-0/+1
* Add support for the Allwinner A83T (sun8iw6p1) SoC.Jared McNeill2016-05-051-0/+1
* 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
* Add the Allwinner A31 and A31s padconf support. It's currently unused, butAndrew Turner2016-02-251-0/+2
* Move the Allwinner kernels to use fdt_pinctrl. This will read the pinAndrew Turner2016-02-171-0/+2
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singleMichal Meloun2016-02-031-2/+0
* ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andMichal Meloun2016-01-291-1/+0
* Introduce initial support for Marvell Armada38xZbigniew Bodek2016-01-201-0/+1
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeAndrew Turner2015-12-221-1/+0
* Now that the PMU implementation is independent of HWPMCBjoern A. Zeeb2015-11-091-0/+1
* Add support for RMII in macb, cribbed slightly from the ateWarner Losh2015-11-071-0/+1
* Import ARM_INTRNG, the "next generation" interrupt architecture for armIan Lepore2015-10-181-0/+1
* Add support for getting the memory map from EFI if it has been pased inAndrew Turner2015-05-241-0/+1
* Clean up the Amlogic interrupt controller driver to handle the case whereAndrew Turner2015-05-181-0/+1
* Add the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options. These are used toAndrew Turner2015-04-231-0/+3
* Add necessary changes to support various Amlogic SoC devicesGanbold Tsagaankhuu2015-03-311-0/+1
* Remove support for CPU_FA626TE. It's unused by any of our kernel configs.Andrew Turner2015-03-301-1/+0
* Remove arm1136 support. We don't have any configs that use it, and I don'tAndrew Turner2015-03-291-1/+0
* Remove ARM9_CACHE_WRITE_THROUGH, none of our configs define it.Andrew Turner2015-03-291-1/+0
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore2015-03-261-0/+1
* Add the SOC_BCM2835 and SOC_BCM2836 options for the arm kernel and add theAndrew Turner2015-03-241-0/+2
* Allow to override default kernel virtual address assignment on ARMZbigniew Bodek2015-03-201-0/+1
* Add arm option ARM_NEW_PMAP, to allow us to begin adding the new pmapIan Lepore2014-12-301-0/+1