summaryrefslogtreecommitdiff
path: root/sys/conf/options.arm
AgeCommit message (Expand)Author
2025-04-23Remove OMAP4 support leftoversOskar Holmlund
2025-03-27conf: Remove SOC_BCM2835, it's unusedAndrew Turner
2025-03-27arm: Remove FLASHADDR and PHYSADDRAndrew Turner
2025-03-27arm/mv: Remove pre-armv7 supportAndrew Turner
2025-03-25arm: Garbage collect CPU_ARM1176Olivier Houchard
2023-10-26arm: prune imx5 support from the treeKyle Evans
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2022-10-20arm: Remove useless armv6/armv7 optionsWarner Losh
2021-10-18arm: allow the debug stuff in CP14 to be disabled at compile timeAdrian Chadd
2020-11-29Remove unused options.Michal Meloun
2020-11-19Remove NO_EVENTTIMERS supportMark Johnston
2020-02-02Kill old armv4 busdmaWarner Losh
2019-12-17arm: add SOC_BRCM_BCM2837 option, include it in GENERICKyle Evans
2018-07-28Remove now the cow unused CPU_ARM9 and CPU_FA526 options. These are forAndrew Turner
2018-07-28Only support INTRNG in the SMP code on arm. We already require INTRNG onAndrew Turner
2018-07-27Remove xscale support.Warner Losh
2018-07-27Revert r336773: it removed too much.Warner Losh
2018-07-27Remove xscale supportWarner Losh
2018-07-27Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh
2018-07-17Remove kernel support for armebWarner Losh
2017-12-26Add a new ARM kernel option, LOCORE_MAP_MB, to control the size of theIan Lepore
2017-10-05Tag all armv7 kernels as such in their machine config line.Warner Losh
2017-07-07Remove the MULTIDELAY option from arm. It's now enabled when PLATFORM isAndrew Turner
2017-07-04Remove PLATFORM_SMP. It's unneeded as all configs with both PLATFORM andAndrew Turner
2017-06-24Allwinner: Add support for H2 Plus SoCEmmanuel Vadot
2017-06-18Create a new option ARM_USE_V6_BUSDMA to force an armv4/5 kernel toWarner Losh
2017-03-17Remove code for Marvell SoCs that lack a kernel config.Andrew Turner
2017-02-28Add SOC_ALTERA_* kernel options per each SoC and use it toRuslan Bukin
2017-02-02Remake support for SMP kernel on UP cpu:Michal Meloun
2017-01-04Allwinner: Add A33 supportEmmanuel Vadot
2016-12-13Switch Rockchip RK3188 SoC to use the platform code.Ganbold Tsagaankhuu
2016-11-24Add the etherswitch(4) support for TI CPSW.Luiz Otavio O Souza
2016-10-04Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner
2016-07-08Add support for Allwinner A13.Emmanuel Vadot
2016-05-13Add support for Allwinner H3 SoC.Emmanuel Vadot
2016-05-05Add support for the Allwinner A83T (sun8iw6p1) SoC.Jared McNeill
2016-04-30Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYAndrew Turner
2016-04-15Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner
2016-02-28Add SMP support to the ARM PLATFORM code. This will allow us to haveAndrew Turner
2016-02-25Add the Allwinner A31 and A31s padconf support. It's currently unused, butAndrew Turner
2016-02-17Move the Allwinner kernels to use fdt_pinctrl. This will read the pinAndrew Turner
2016-02-03ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singleMichal Meloun
2016-01-29ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andMichal Meloun
2016-01-20Introduce initial support for Marvell Armada38xZbigniew Bodek
2015-12-22Remove the arm KERNPHYSADDR option as it is no longer used. The makeAndrew Turner
2015-11-09Now that the PMU implementation is independent of HWPMCBjoern A. Zeeb
2015-11-07Add support for RMII in macb, cribbed slightly from the ateWarner Losh
2015-10-18Import ARM_INTRNG, the "next generation" interrupt architecture for armIan Lepore
2015-05-24Add support for getting the memory map from EFI if it has been pased inAndrew Turner
2015-05-18Clean up the Amlogic interrupt controller driver to handle the case whereAndrew Turner