summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-09-07arm: Add Kconfig entry for MACH_TYPETom Rini1-0/+14
2021-09-07arm: Disable ATAGs supportTom Rini1-0/+30
2021-09-07imx: Convert SERIAL_TAG support to ENV_VARS_UBOOT_RUNTIME_CONFIGTom Rini4-5/+18
2021-09-04sata: Rename SATA_SUPPORT to SATASimon Glass4-9/+9
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass10-10/+10
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass27-49/+49
2021-09-04pch: Rename PCH_SUPPORT to PCHSimon Glass1-3/+3
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass22-32/+33
2021-09-03Revert most of the series for adding vexpress_aemv8r supportTom Rini6-227/+18
2021-09-02psci: fix double declarationOleksandr Suvorov1-1/+0
2021-09-02ARM: Prevent the compiler from using NEON registersSamuel Holland1-0/+1
2021-09-02arm: Use armv8_switch_to_el1 env to switch to EL1Peter Hoyes1-15/+25
2021-09-02vexpress64: Add BASER_FVP vexpress board variantPeter Hoyes1-0/+7
2021-09-02armv8: Add ARMv8 MPU configuration logicPeter Hoyes2-3/+154
2021-09-02armv8: Ensure EL1&0 VMSA is enabledPeter Hoyes2-0/+41
2021-09-02armv8: Disable pointer authentication traps for EL1Peter Hoyes4-4/+26
2021-09-02arm: mach-snapdrgon: misc: Simplify msm_generate_mac_addr()Stephan Gerhold1-11/+10
2021-09-02arm: mach-snapdragon: misc: Initialize eMMC if necessaryStephan Gerhold1-0/+3
2021-09-02armv7: Add Position Independent Execution supportChia-Wei Wang4-11/+80
2021-09-02arm: Fix option dependency with Kconfig languageChia-Wei Wang1-4/+5
2021-09-02arm: u8500: Prefer building in thumb mode by defaultStephan Gerhold1-0/+1
2021-09-02board: stemmy: Update documentationStephan Gerhold1-5/+6
2021-09-02board: stemmy: Add basic Fastboot supportStephan Gerhold1-0/+16
2021-09-02arm: dts: u8500: u-boot: Add fixed clock for eMMCStephan Gerhold1-1/+10
2021-09-02arm: dts: u8500: Update from Linux ux500-dts-for-v5.15Stephan Gerhold3-50/+175
2021-09-02arm: u8500: Imply options for new driversStephan Gerhold1-0/+7
2021-09-01Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvel...Tom Rini1-0/+8
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek18-63/+1
2021-09-01Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini30-59/+121
2021-09-01Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini15-79/+68
2021-09-01imx: Finish migration of IMX_CONFIG to KconfigTom Rini2-2/+6
2021-09-01imx: Introduce CONFIG_MACH_IMXTom Rini2-0/+16
2021-09-01Convert CONFIG_MX7D to KconfigTom Rini1-0/+1
2021-09-01nxp: Migrate a number of DDR related symbols to KconfigTom Rini3-11/+1
2021-09-01nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini5-14/+17
2021-09-01ddr: Migrate DDR_SPD to KconfigTom Rini1-0/+1
2021-09-01mvebe: Migrate CONFIG_DDR_LOG_LEVEL to KconfigTom Rini1-0/+14
2021-09-01mvebu: Migrate CONFIG_DDR_32BIT/64BIT to KconfigTom Rini1-0/+13
2021-08-31sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes1-0/+2
2021-08-31sandbox: add test of wdt_gpio driverRasmus Villemoes1-0/+6
2021-08-31global: Remove unused or unnecessary CONFIG symbols related to DDRTom Rini2-12/+1
2021-08-30Kconfig: Use spaces not tabs in Kconfig entiresTom Rini1-1/+1
2021-08-30global: Remove dead code that starts with CONFIG_[0-9A]Tom Rini2-148/+0
2021-08-30arm: Migrate GICV2 / GICV3 to KconfigTom Rini6-5/+32
2021-08-30rcar: i2c: Migrate SYS_I2C_SH to KconfigTom Rini7-28/+0
2021-08-30Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini2-0/+2
2021-08-30Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini2-10/+0
2021-08-30ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini2-3/+3
2021-08-30Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini1-3/+0
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini6-6/+14