aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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 supportWIP/03Sep2021-nextTom 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-01arm: u8500: Prefer building in thumb mode by defaultStephan Gerhold1-0/+1
2021-09-01board: stemmy: Update documentationStephan Gerhold1-5/+6
2021-09-01board: stemmy: Add basic Fastboot supportStephan Gerhold1-0/+16
2021-09-01arm: dts: u8500: u-boot: Add fixed clock for eMMCStephan Gerhold1-1/+10
2021-09-01arm: dts: u8500: Update from Linux ux500-dts-for-v5.15Stephan Gerhold3-50/+175
2021-09-01arm: u8500: Imply options for new driversStephan Gerhold1-0/+7
2021-08-31Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvel...WIP/31Aug2021-nextTom Rini1-0/+8
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek18-63/+1
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini30-59/+121
2021-08-31Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini15-79/+68
2021-08-31imx: Finish migration of IMX_CONFIG to KconfigTom Rini2-2/+6
2021-08-31imx: Introduce CONFIG_MACH_IMXTom Rini2-0/+16
2021-08-31Convert CONFIG_MX7D to KconfigTom Rini1-0/+1
2021-08-31nxp: Migrate a number of DDR related symbols to KconfigTom Rini3-11/+1
2021-08-31nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini5-14/+17
2021-08-31ddr: Migrate DDR_SPD to KconfigTom Rini1-0/+1
2021-08-31mvebe: Migrate CONFIG_DDR_LOG_LEVEL to KconfigTom Rini1-0/+14
2021-08-31mvebu: 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-30global: Remove unused or unnecessary CONFIG symbols related to DDRTom Rini2-12/+1
2021-08-30Kconfig: Use spaces not tabs in Kconfig entiresWIP/2021-08-30-kconfig-migrations-part1-nextTom 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
2021-08-30Convert CONFIG_SYS_I2C_MVTWSI to KconfigTom Rini1-1/+0
2021-08-30Convert CONFIG_ID_EEPROM to KconfigTom Rini2-0/+6
2021-08-30davinci: Drop CONFIG_MAC_ADDR_IN_EEPROMTom Rini2-28/+0
2021-08-30powerpc: Remove unused FCC ethernet codeTom Rini3-465/+0
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini19-38/+148