| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the Allwinner kernels to use fdt_pinctrl. This will read the pin | andrew | 2016-02-17 | 1 | -0/+2 |
* | ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't single | mmel | 2016-02-03 | 1 | -2/+0 |
* | ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, and | mmel | 2016-01-29 | 1 | -1/+0 |
* | Introduce initial support for Marvell Armada38x | zbb | 2016-01-20 | 1 | -0/+1 |
* | Remove the arm KERNPHYSADDR option as it is no longer used. The make | andrew | 2015-12-22 | 1 | -1/+0 |
* | Now that the PMU implementation is independent of HWPMC | bz | 2015-11-09 | 1 | -0/+1 |
* | Add support for RMII in macb, cribbed slightly from the ate | imp | 2015-11-07 | 1 | -0/+1 |
* | Import ARM_INTRNG, the "next generation" interrupt architecture for arm | ian | 2015-10-18 | 1 | -0/+1 |
* | Add support for getting the memory map from EFI if it has been pased in | andrew | 2015-05-24 | 1 | -0/+1 |
* | Clean up the Amlogic interrupt controller driver to handle the case where | andrew | 2015-05-18 | 1 | -0/+1 |
* | Add the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options. These are used to | andrew | 2015-04-23 | 1 | -0/+3 |
* | Add necessary changes to support various Amlogic SoC devices | ganbold | 2015-03-31 | 1 | -0/+1 |
* | Remove support for CPU_FA626TE. It's unused by any of our kernel configs. | andrew | 2015-03-30 | 1 | -1/+0 |
* | Remove arm1136 support. We don't have any configs that use it, and I don't | andrew | 2015-03-29 | 1 | -1/+0 |
* | Remove ARM9_CACHE_WRITE_THROUGH, none of our configs define it. | andrew | 2015-03-29 | 1 | -1/+0 |
* | New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it. | ian | 2015-03-26 | 1 | -0/+1 |
* | Add the SOC_BCM2835 and SOC_BCM2836 options for the arm kernel and add the | andrew | 2015-03-24 | 1 | -0/+2 |
* | Allow to override default kernel virtual address assignment on ARM | zbb | 2015-03-20 | 1 | -0/+1 |
* | Add arm option ARM_NEW_PMAP, to allow us to begin adding the new pmap | ian | 2014-12-30 | 1 | -0/+1 |
* | Add ARMV6 as an arm option. This will cause obscure magic in config(8) | ian | 2014-11-24 | 1 | -0/+1 |
* | Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default. | ian | 2014-10-26 | 1 | -1/+0 |
* | Add an arm option, ARM_DEVICE_MULTIPASS, used to opt-in to multi-pass | ian | 2014-08-05 | 1 | -0/+1 |
* | Add the start of the ARM platform code. This is based on the PowerPC | andrew | 2014-05-17 | 1 | -0/+1 |
* | Change NO_EVENTTIMERS from an arm-specific to an MI option, so that it can | ian | 2014-04-02 | 1 | -1/+0 |
* | Remove all traces of support for ARM chips prior to the arm9 series. We | ian | 2014-03-09 | 1 | -2/+0 |
* | Remove the ARM_USE_SMALL_ALLOC option and code related to it. | ian | 2014-02-08 | 1 | -1/+0 |
* | Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with | andrew | 2014-01-28 | 1 | -1/+0 |
* | Add support for mapping a small range of the SoC devices for debugging | imp | 2014-01-22 | 1 | -0/+2 |
* | Allow AT91_MCI_ALLOW_OVERCLOCK to be an option in kernel config files. | imp | 2013-12-30 | 1 | -0/+1 |
* | Add identification and necessary type checks for Krait CPU cores. Krait CPU i... | ganbold | 2013-12-20 | 1 | -0/+1 |
* | Kill ARM_VFP_SUPPORT, it's been removed some time ago. | cognet | 2013-11-21 | 1 | -1/+0 |
* | Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. This | andrew | 2013-08-17 | 1 | -0/+1 |
* | Remove the ARMFPE option. It is unsupported, and appears to be broken as | andrew | 2013-08-17 | 1 | -1/+0 |
* | Port the new PV entry allocator from amd64/i386/mips to armv6/v7. | gber | 2013-05-14 | 1 | -0/+1 |
* | Replace generic ARM11 option with more specific | gonzo | 2012-12-20 | 1 | -1/+2 |
* | Piggyback MIPS changes and add ARM syscons support for devices with | gonzo | 2012-08-25 | 1 | -0/+3 |
* | Merging projects/armv6, part 1 | gonzo | 2012-08-15 | 1 | -4/+22 |
* | Create a generic way to support multiple boards within an | imp | 2012-07-07 | 1 | -0/+1 |
* | These options are unused, and can safely be retired. | imp | 2012-06-15 | 1 | -4/+0 |
* | Add support for parsing Linux ATAGs such as you'd see from uboot or | imp | 2012-06-14 | 1 | -0/+1 |
* | Create default_parse_boot_param which, if FreeBSD /boot/loader support | imp | 2012-06-14 | 1 | -0/+1 |
* | Eliminate the now-unused AT91C_MASTER_CLOCK option and change the one | imp | 2012-06-04 | 1 | -2/+1 |
* | - Add new ARM kernel option QEMU_WORKAROUNDS which can be | stas | 2012-04-07 | 1 | -0/+1 |
* | Add options I missed in the additionnal AT91 support commits. | cognet | 2010-10-07 | 1 | -0/+3 |
* | Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option. | raj | 2010-07-19 | 1 | -1/+0 |
* | Convert Marvell ARM platforms to FDT convention. | raj | 2010-06-13 | 1 | -1/+0 |
* | Add support for FA626TE. | kevlo | 2010-05-04 | 1 | -0/+1 |
* | Add support for Cavium Econa CNS11XX ARM boards. These boards were | rpaulo | 2010-01-04 | 1 | -0/+1 |
* | Introduce MII_ADDR_BASE option on ARM, which allows to override the default | raj | 2009-08-25 | 1 | -0/+1 |
* | add IXP4XX_FLASH_SIZE config knob that can be used to override the default | sam | 2009-03-10 | 1 | -0/+1 |