summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* astro_mcf5373l: Rework ASTRO_ID logicTom Rini2021-08-301-7/+7
* mpc83xx: Update commentTom Rini2021-08-301-1/+1
* video: Remove ati_radeon_fbTom Rini2021-08-301-1988/+0
* global: Remove dead code that starts with CONFIG_[0-9A]Tom Rini2021-08-309-25/+0
* i8042: Do not abuse CONFIG namespaceTom Rini2021-08-301-6/+6
* ppc: Rework some hard-coded BOOTCOMMANDSTom Rini2021-08-3023-76/+76
* arm: Migrate GICV2 / GICV3 to KconfigTom Rini2021-08-3012-25/+4
* Convert CONFIG_I2C_SET_DEFAULT_BUS_NUM et al to KconfigTom Rini2021-08-3016-69/+0
* tegra: Cleanup I2C supportTom Rini2021-08-301-5/+0
* i2c: fsl_i2c: Migrate to KconfigTom Rini2021-08-3027-187/+7
* rcar: i2c: Migrate SYS_I2C_SH to KconfigTom Rini2021-08-301-18/+0
* Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini2021-08-3044-213/+0
* Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini2021-08-3066-144/+0
* ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini2021-08-301-1/+1
* Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini2021-08-306-14/+4
* Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-3088-106/+4
* Convert CONFIG_SYS_I2C_MVTWSI to KconfigTom Rini2021-08-308-8/+0
* Convert CONFIG_SYS_I2C_SOFT et al to KconfigTom Rini2021-08-304-14/+1
* Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini2021-08-3059-187/+2
* eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usageTom Rini2021-08-3011-11/+0
* i2c: S3C24X0: Finish Kconfig migrationTom Rini2021-08-301-5/+0
* Convert CONFIG_ID_EEPROM to KconfigTom Rini2021-08-3028-29/+0
* siemens: Move CONFIG_SYS_I2C_EEPROM_ADDR usage out of CONFIG namespaceTom Rini2021-08-301-4/+0
* keymile: Use CONFIG_SYS_IVM_EEPROM_ADRTom Rini2021-08-301-1/+0
* arm: shc: Change CONFIG_SYS_I2C_EEPROM_ADDR to EEPROM_ADDRTom Rini2021-08-301-1/+0
* kp_imx53: Switch to using a local namespace for ID EEPROMTom Rini2021-08-301-3/+0
* powerpc: Remove unused FCC ethernet codeTom Rini2021-08-301-46/+1
* exynos: Update environment macros a bitTom Rini2021-08-304-25/+14
* arm: keystone2: Rename CONFIG_ENV_KS2_BOARD_SETTINGSTom Rini2021-08-305-5/+5
* aristainetos2: Rename CONFIG_EXTRA_ENV_BOARD_SETTINGSTom Rini2021-08-301-3/+3
* usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2Tom Rini2021-08-301-4/+0
* Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini2021-08-273-66/+308
|\
| * mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma2021-08-261-34/+0
| * mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma2021-08-261-6/+19
| * zynqmp_firmware: Add zynqmp firmware related enumsT Karthik Reddy2021-08-061-0/+127
| * mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma2021-08-061-1/+1
| * reset: zynqmp: Add reset controller for ZynqMP SoCMichal Simek2021-08-061-0/+131
| * firmware: xilinx: Use explicit values for all enum valuesMichal Simek2021-08-061-44/+49
* | Merge branch 'next-socfpga' of https://github.com/tienfong/uboot_mainlineTom Rini2021-08-253-2/+117
|\ \
| * | include: configs: Add Intel N5X device CONFIGsSiew Chin Lim2021-08-251-0/+45
| * | drivers: clk: Add clock driver for Intel N5X deviceSiew Chin Lim2021-08-251-0/+71
| * | arm: socfpga: Changed base_addr_s10.h to base_addr_soc64.hSiew Chin Lim2021-08-241-1/+1
|/ /
* | Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/23Aug2021Tom Rini2021-08-234-15/+89
|\ \
| * | efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt2021-08-171-4/+5
| * | efi_loader rename enum efi_mem_type to efi_memory_typeHeinrich Schuchardt2021-08-172-2/+2
| * | efi_loader: use an enum for the memory allocation typesHeinrich Schuchardt2021-08-171-6/+28
| * | efi_loader: add comment for efi_tcg2.hMasahisa Kojima2021-08-171-3/+54
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2021-08-234-19/+3
|\ \ \
| * | | configs: lx2160a: load device-tree in RAM for distro bootPriyanka Jain2021-08-201-0/+3
| * | | configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to KconfigKuldeep Singh2021-08-183-18/+0