aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8
AgeCommit message (Expand)AuthorFilesLines
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-1/+1
2021-09-03Revert most of the series for adding vexpress_aemv8r supportWIP/03Sep2021-nextTom Rini1-93/+3
2021-09-02armv8: Add ARMv8 MPU configuration logicPeter Hoyes1-3/+93
2021-09-02armv8: Disable pointer authentication traps for EL1Peter Hoyes2-2/+2
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek2-4/+0
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini1-0/+6
2021-08-31nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini2-5/+5
2021-08-30arm: Migrate GICV2 / GICV3 to KconfigTom Rini1-0/+8
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini3-2/+7
2021-08-30Convert CONFIG_ID_EEPROM to KconfigTom Rini1-0/+5
2021-08-18armv8: fsl : create bootcmd and mcinitcmd as per boot sourceWasim Khan1-3/+6
2021-08-18arm: Finish migration of HAS_FSL_XHCI_USBTom Rini1-2/+4
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-6/+6
2021-07-28arm64: Update memcpy_{from, to}io() helpersPatrice Chotard1-0/+10
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass1-1/+1
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2-2/+2
2021-07-23armv8: Initialize CNTFRQ if at highest exception levelPeter Hoyes1-5/+8
2021-07-09arm: armv8: Fix warning about redeclaring global functions as weakWIP/2021-07-09-arm-updatesTom Rini1-6/+3
2021-07-09armv8: Handle EL2 Host modeMark Kettenis1-2/+4
2021-06-17armv8: Update erratum number to align with docRan Wang2-7/+7
2021-06-17armv8: ls1012a: Pass PPFE firmware to Linux through FDTChaitanya Sakinam1-1/+149
2021-06-17armv8: layerscape: enable eMMC HS400 workarounds for LX2160A/LX2162AYangbo Lu1-0/+4
2021-06-17armv8: layerscape: add PSCI support for cpu releaseJiafei Pan3-16/+36
2021-05-24armv8: SPL: discard relocation informationMarek Behún1-0/+1
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún1-2/+2
2021-04-19Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc1-4/+1
2021-04-15Merge branch '2021-04-14-assorted-vboot-improvements'WIP/15Apr2021Tom Rini1-9/+0
2021-04-15armv8: fsl-layerscape: spl: call spl_early_init()Michael Walle1-0/+8
2021-04-15armv8: fsl-layerscape: spl: add debug UART supportMichael Walle1-0/+3
2021-04-14common: fit: Add weak board_fit_config_name_matchSean Anderson1-9/+0
2021-04-10arm: Remove s32v234evb boardTom Rini5-470/+1
2021-04-06mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle1-0/+1
2021-04-06mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle1-0/+1
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini1-0/+10
2021-03-05configs: fsl: move bootrom specific defines to KconfigRajesh Bhagat1-0/+10
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler2-3/+3
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass1-1/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini10-0/+10
2021-02-15arm: Remove ls2080a_simu boardTom Rini1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass10-0/+10
2021-02-01arm: Remove #include <version.h> from armv8/fwcall.cPali Rohár1-1/+0
2021-01-25sunxi: Add H616 FEL supportJernej Skrabec1-1/+4
2021-01-16armv8: Makefile: build cache files when neededPeng Fan1-1/+3
2021-01-11sunxi: Add arm64 FEL supportAndre Przywara2-0/+80
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini1-1/+4
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini10-44/+143
2021-01-05spl: Drop bd_info in the data sectionSimon Glass1-1/+4
2020-12-10armv8: fsl-layerscape: Fix automatic setting of bootmcd with TF-AAlban Bedel1-23/+4
2020-12-10layerscape: fdt.c: Check for NULL return value from fdt_getprop()Priyanka Singh1-4/+6