summaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2021-09-11riscv: sifive: unleashed: Add genimage config filesBin Meng2-0/+38
2021-09-08arm: Finish migration of CONFIG_MACH_TYPETom Rini4-18/+21
2021-09-07arm: Disable ATAGs supportTom Rini38-105/+69
2021-09-07imx: Convert SERIAL_TAG support to ENV_VARS_UBOOT_RUNTIME_CONFIGTom Rini1-2/+2
2021-09-04i2c: Convert CONFIG_POWER_I2C et al to KconfigSimon Glass7-8/+8
2021-09-04power: Rename CONFIG_POWER to CONFIG_POWER_LEGACYSimon Glass7-8/+8
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass4-7/+7
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass2-2/+2
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass4-4/+4
2021-09-03Revert most of the series for adding vexpress_aemv8r supportTom Rini3-30/+2
2021-09-02vexpress64: Add BASER_FVP vexpress board variantPeter Hoyes3-2/+30
2021-09-02board: stemmy: Update documentationStephan Gerhold2-51/+2
2021-09-01Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvel...Tom Rini1-3/+2
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek9-18/+0
2021-09-01Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini16-24/+20
2021-09-01nitrogen6x: Migrate DDR_MB to KconfigTom Rini1-0/+3
2021-09-01imx: Finish migration of IMX_CONFIG to KconfigTom Rini51-5/+159
2021-09-01nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini8-31/+2
2021-08-31board: x530: switch to wdt_stop_all()Rasmus Villemoes1-3/+2
2021-08-31global: Remove unused or unnecessary CONFIG symbols related to DDRTom Rini1-23/+0
2021-08-30Kconfig: Use spaces not tabs in Kconfig entiresTom Rini1-2/+2
2021-08-30global: Remove dead code that starts with CONFIG_[0-9A]Tom Rini1-2/+0
2021-08-30varisys: Remove dead codeTom Rini3-527/+0
2021-08-30i2c: fsl_i2c: Migrate to KconfigTom Rini2-3/+3
2021-08-30Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini1-1/+1
2021-08-30ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini5-5/+5
2021-08-30am43xx: Drop non-DM_I2C codeTom Rini1-27/+0
2021-08-30am335x: Drop non-DM_I2C codeTom Rini2-27/+0
2021-08-30Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini6-14/+6
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini9-11/+11
2021-08-30Convert CONFIG_SYS_I2C_SOFT et al to KconfigTom Rini1-1/+1
2021-08-30Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini1-9/+0
2021-08-30siemens: Move CONFIG_SYS_I2C_EEPROM_ADDR usage out of CONFIG namespaceTom Rini2-5/+10
2021-08-30keymile: Use CONFIG_SYS_IVM_EEPROM_ADRTom Rini1-3/+3
2021-08-30arm: shc: Change CONFIG_SYS_I2C_EEPROM_ADDR to EEPROM_ADDRTom Rini1-2/+3
2021-08-30davinci: Drop CONFIG_MAC_ADDR_IN_EEPROMTom Rini3-76/+3
2021-08-30kp_imx53: Switch to using a local namespace for ID EEPROMTom Rini1-3/+6
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-138/+223
2021-08-26xilinx: common: Enabling generic function for DT reselectionMichal Simek1-6/+78
2021-08-26xilinx: zynqmp: Check that DT is 64bit alignedMichal Simek1-0/+3
2021-08-26xilinx: Add support for generic board detectionMichal Simek1-0/+31
2021-08-26xilinx: common: Free allocated structureMichal Simek1-5/+7
2021-08-26xilinx: common: Change board_info[] handlingMichal Simek1-17/+6
2021-08-26xilinx: Use variable for passing board_nameMichal Simek1-2/+4
2021-08-26xilinx: fru: Replace spaces with \0 in detected nameMichal Simek1-1/+5
2021-08-26xilinx: zynqmp: Add debug messages for boot modeMichal Simek1-0/+3
2021-08-26xilinx: common: Add function to print SoC infoT Karthik Reddy1-0/+26
2021-08-26mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma2-117/+0
2021-08-26mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma1-67/+81
2021-08-25Merge branch 'next-socfpga' of https://github.com/tienfong/uboot_mainlineTom Rini3-0/+23