summaryrefslogtreecommitdiff
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Use spaces not tabs in Kconfig entiresWIP/2021-08-30-kconfig-migrations-part1-nextTom Rini2021-08-301-2/+2
* global: Remove dead code that starts with CONFIG_[0-9A]Tom Rini2021-08-301-2/+0
* varisys: Remove dead codeTom Rini2021-08-303-527/+0
* i2c: fsl_i2c: Migrate to KconfigTom Rini2021-08-302-3/+3
* Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini2021-08-301-1/+1
* ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini2021-08-305-5/+5
* am43xx: Drop non-DM_I2C codeTom Rini2021-08-301-27/+0
* am335x: Drop non-DM_I2C codeTom Rini2021-08-302-27/+0
* Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini2021-08-306-14/+6
* Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-309-11/+11
* Convert CONFIG_SYS_I2C_SOFT et al to KconfigTom Rini2021-08-301-1/+1
* Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini2021-08-301-9/+0
* siemens: Move CONFIG_SYS_I2C_EEPROM_ADDR usage out of CONFIG namespaceTom Rini2021-08-302-5/+10
* keymile: Use CONFIG_SYS_IVM_EEPROM_ADRTom Rini2021-08-301-3/+3
* arm: shc: Change CONFIG_SYS_I2C_EEPROM_ADDR to EEPROM_ADDRTom Rini2021-08-301-2/+3
* davinci: Drop CONFIG_MAC_ADDR_IN_EEPROMTom Rini2021-08-303-76/+3
* kp_imx53: Switch to using a local namespace for ID EEPROMTom Rini2021-08-301-3/+6
* Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini2021-08-274-138/+223
|\
| * xilinx: common: Enabling generic function for DT reselectionMichal Simek2021-08-261-6/+78
| * xilinx: zynqmp: Check that DT is 64bit alignedMichal Simek2021-08-261-0/+3
| * xilinx: Add support for generic board detectionMichal Simek2021-08-261-0/+31
| * xilinx: common: Free allocated structureMichal Simek2021-08-261-5/+7
| * xilinx: common: Change board_info[] handlingMichal Simek2021-08-261-17/+6
| * xilinx: Use variable for passing board_nameMichal Simek2021-08-261-2/+4
| * xilinx: fru: Replace spaces with \0 in detected nameMichal Simek2021-08-261-1/+5
| * xilinx: zynqmp: Add debug messages for boot modeMichal Simek2021-08-261-0/+3
| * xilinx: common: Add function to print SoC infoT Karthik Reddy2021-08-261-0/+26
| * mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma2021-08-262-117/+0
| * mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma2021-08-261-67/+81
| * xilinx: zynqmp: Add support for runtime dfu_alt_info setupMichal Simek2021-08-061-0/+54
| * xilinx: zynqmp: use zynqmp_mmio_read() in multi_boot()Michal Simek2021-08-061-2/+5
| * xilinx: zynqmp: Change multi_boot() to return valueMichal Simek2021-08-061-4/+2
| * xilinx: zynqmp: Free allocated field for target variableMichal Simek2021-08-061-0/+1
* | Merge branch 'next-socfpga' of https://github.com/tienfong/uboot_mainlineTom Rini2021-08-253-0/+23
|\ \
| * | board: intel: Add socdk board support for Intel N5X deviceSiew Chin Lim2021-08-253-0/+21
|/ /
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2021-08-237-9/+121
|\ \
| * | board: T4240rdb: Extend cs4340_get_fw_addr() functionalityKuldeep Singh2021-08-182-0/+22
| * | board: t208x: Extend cs4340_get_fw_addr() functionalityKuldeep Singh2021-08-182-0/+23
| * | board: ls2088ardb: Extend cs4340_get_fw_addr() functionalityKuldeep Singh2021-08-181-0/+38
| * | board: fsl_validate: Fix resource leak issueKshitiz Varshney2021-08-181-9/+27
| * | board: freescale: t208xrdb: enable Power-On Reset for rev D boardsCamelia Groza2021-08-182-0/+11
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/19Aug2021Tom Rini2021-08-194-3/+26
|\ \ \ | |/ / |/| |
| * | board: sifive: overwrite board_fdt_blob_setup in u-boot properZong Li2021-08-172-0/+22
| * | board: sifive: compile stuff only related to SPL in SPL buildZong Li2021-08-172-3/+4
* | | board: apalis-tk1: launch toradex easy installer in usb recoveryMarcel Ziswiler2021-08-161-2/+18
|/ /
* | arm: stm32mp: add defconfig for trusted boot with FIPPatrick Delaunay2021-08-163-14/+39
* | arm: stm32mp: add config for STM32IMAGE supportPatrick Delaunay2021-08-161-3/+7
* | Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini2021-08-111-0/+2
|\ \
| * | riscv: qemu: Enable MTD NOR flash supportBin Meng2021-08-111-0/+2
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-08-113-14/+47
|\ \ \