aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cmd: bdinfo: introduce bdinfo_print_size() helperOvidiu Panait2022-09-131-0/+13
* microblaze: drop CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZEOvidiu Panait2022-09-131-6/+0
* test: Allow running tests multiple timesSimon Glass2022-09-022-1/+4
* distro_bootcmd: Introduce support for extension commandMatwey V. Kornilov2022-09-021-0/+32
* Convert CONFIG_SYS_L2_PL310 to KconfigPhilip Oberfichtner2022-09-0112-12/+0
* Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et alTom Rini2022-09-012-9/+0
* Convert CONFIG_SYS_I2C_EEPROM_CCID et al to KconfigTom Rini2022-09-0127-103/+0
* Merge commit 'ac30d240dbb520d0980f0687630feb702a14f51a' of https://source.den...WIP/24Aug2022-nextTom Rini2022-08-241-7/+6
|\
| * mtd: nand: Rename nand_get_flash_type() into nand_detect()Michael Trimarchi2022-08-221-2/+2
| * mtd: nand: change return type of nand_get_flash_type() to intMichael Trimarchi2022-08-221-3/+2
| * mtd: nand: Rename the nand_manufacturers structMichael Trimarchi2022-08-221-4/+4
* | board: lsxl: convert to DM_ETHMichael Walle2022-08-231-8/+0
* | board: lsxl: make last resort recovery more reliableMichael Walle2022-08-231-10/+0
* | board: lsxl: use proper *_r variablesMichael Walle2022-08-231-21/+21
* | board: lsxl: reorder image loading and remove ramdisk_lenMichael Walle2022-08-231-9/+6
* | board: lsxl: use CONFIG_DEFAULT_FDT_FILEMichael Walle2022-08-231-11/+3
* | board: lsxl: remove eraseenv scriptMichael Walle2022-08-231-3/+0
* | arm: kirkwood: nsa310s: Add Distro boot capabilityTony Dinh2022-08-231-2/+29
* | arm: mvebu: mbus: Fix mbus driver to work also after U-Boot relocationPali Rohár2022-08-231-12/+1
* | arm: kirkwood: pogo_v4: Add Distro boot capabilityTony Dinh2022-08-231-8/+46
* | Merge tag 'dm-pull-20aug22' of https://source.denx.de/u-boot/custodians/u-boo...WIP/22Aug2022Tom Rini2022-08-222-21/+18
|\ \
| * | bootstage: Show func name for bootstage_mark/errorMichal Simek2022-08-201-3/+18
| * | log: Drop log_nop() functionsSimon Glass2022-08-201-18/+0
* | | powerpc: remove support for kmtergr1 and MPC8309Holger Brunck2022-08-204-329/+1
* | | arm: Remove warp boardTom Rini2022-08-201-112/+0
| |/ |/|
* | ls1021aqds/ls1021aiot: Remove legacy non-DM_ETH codeTom Rini2022-08-201-8/+0
* | ppc: Remove corenet_ds boardsTom Rini2022-08-203-48/+0
* | arm: Remove kzm9g boardTom Rini2022-08-201-57/+0
* | arm: Remove armadillo-800eva boardTom Rini2022-08-201-61/+0
* | arm: Remove cm_t335 boardTom Rini2022-08-201-98/+0
* | arm: Remove edminiv2 boardTom Rini2022-08-201-134/+0
|/
* gpio: aspeed: port Linux dt-bindings header fileDhananjay Phadke2022-08-201-0/+51
* board: ls1043ardb: fdt fixups for revision v7.0 boardsCamelia Groza2022-08-161-1/+4
* efi_loader: move udevice pointer into struct efi_objectMasahisa Kojima2022-08-131-0/+4
* net: Remove smc91111 ethernet driverWIP/2022-08-12-assorted-updatesTom Rini2022-08-122-14/+0
* arm: Remove snapper9260 boardTom Rini2022-08-121-80/+0
* ppc: Remove ids8313 boardTom Rini2022-08-121-237/+0
* Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini2022-08-1210-17/+0
* Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini2022-08-123-6/+0
* Convert CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE to KconfigTom Rini2022-08-123-3/+0
* Remove CONFIG_SYS_FSL_SCFG_IODSECR1_ADDR et alTom Rini2022-08-1216-30/+0
* Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to KconfigTom Rini2022-08-126-12/+0
* vbe: Add initial support for VBESimon Glass2022-08-122-0/+50
* event: Add an event for device tree fixupsSimon Glass2022-08-121-0/+14
* event: Change EVENT_SPY to globalSimon Glass2022-08-121-2/+5
* bootstd: Allow scanning for global bootmeths separatelySimon Glass2022-08-121-1/+3
* bootstd: Support bootflows with global bootmethsSimon Glass2022-08-121-3/+13
* bootstd: Tidy comments in bootflow_scan_bootdev()Simon Glass2022-08-121-2/+2
* bootstd: Allow bootmeths to be marked as globalSimon Glass2022-08-121-0/+23
* bootstd: Provide a bootmeth method to obtain state infoSimon Glass2022-08-121-1/+37