summaryrefslogtreecommitdiff
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* Revert most of the series for adding vexpress_aemv8r supportWIP/03Sep2021-nextTom Rini2021-09-031-93/+3
* armv8: Add ARMv8 MPU configuration logicPeter Hoyes2021-09-021-3/+93
* armv8: Disable pointer authentication traps for EL1Peter Hoyes2021-09-022-2/+2
* armv7: Add Position Independent Execution supportChia-Wei Wang2021-09-021-0/+43
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-312-4/+0
* Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini2021-08-3110-30/+36
* nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini2021-08-313-7/+7
* arm: Migrate GICV2 / GICV3 to KconfigTom Rini2021-08-301-0/+8
* Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini2021-08-301-0/+1
* Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-303-2/+7
* Convert CONFIG_ID_EEPROM to KconfigTom Rini2021-08-301-0/+5
* armv8: fsl : create bootcmd and mcinitcmd as per boot sourceWasim Khan2021-08-181-3/+6
* arm: Finish migration of HAS_FSL_XHCI_USBTom Rini2021-08-181-2/+4
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-6/+6
* arm64: Update memcpy_{from, to}io() helpersPatrice Chotard2021-07-281-0/+10
* i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass2021-07-281-1/+1
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-282-2/+2
* armv8: Initialize CNTFRQ if at highest exception levelPeter Hoyes2021-07-231-5/+8
* arm: armv8: Fix warning about redeclaring global functions as weakTom Rini2021-07-091-6/+3
* armv8: Handle EL2 Host modeMark Kettenis2021-07-091-2/+4
* arm: Remove spear600 boards and the rest of SPEAr supportTom Rini2021-07-0714-1824/+0
* arm: Remove spear320 boardsTom Rini2021-07-073-12/+3
* arm: Remove spear310 boardsTom Rini2021-07-072-6/+2
* arm: Remove spear300 boardsTom Rini2021-07-072-6/+2
* arm: Remove at91rm9200ek boardsTom Rini2021-07-071-1/+1
* arm: iproc: Add higher speed configurationsChris Packham2021-07-061-13/+16
* armv8: Update erratum number to align with docRan Wang2021-06-172-7/+7
* armv8: ls1012a: Pass PPFE firmware to Linux through FDTChaitanya Sakinam2021-06-171-1/+149
* armv8: layerscape: enable eMMC HS400 workarounds for LX2160A/LX2162AYangbo Lu2021-06-171-0/+4
* armv8: layerscape: add PSCI support for cpu releaseJiafei Pan2021-06-173-16/+36
* armv8: SPL: discard relocation informationMarek Behún2021-05-241-0/+1
* ARM: kona: fix clk_bsc_enable() type mismatch for LTOMarek Behún2021-05-241-1/+1
* ARM: fix LTO for imx28_xeaMarek Behún2021-05-242-2/+2
* ARM: fix LTO build for some thumb-interwork casesMarek Behún2021-05-241-0/+2
* ARM: make gd a function call for LTO and set via set_gd()Marek Behún2021-05-241-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-243-4/+4
* Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc2021-04-191-4/+1
* Merge branch '2021-04-14-assorted-vboot-improvements'WIP/15Apr2021Tom Rini2021-04-151-9/+0
|\
| * common: fit: Add weak board_fit_config_name_matchSean Anderson2021-04-141-9/+0
* | armv8: fsl-layerscape: spl: call spl_early_init()Michael Walle2021-04-151-0/+8
* | armv8: fsl-layerscape: spl: add debug UART supportMichael Walle2021-04-151-0/+3
|/
* arm: Remove s32v234evb boardTom Rini2021-04-105-470/+1
* mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle2021-04-061-0/+1
* mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle2021-04-061-0/+1
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-151-0/+10
|\
| * configs: fsl: move bootrom specific defines to KconfigRajesh Bhagat2021-03-051-0/+10
* | arm: cp15: remove weak function arm_init_domainsPatrick Delaunay2021-03-021-3/+0
* | reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-0219-22/+22
|/
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-1/+1