summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-02test: Allow running tests multiple timesSimon Glass2-1/+4
2022-09-02distro_bootcmd: Introduce support for extension commandMatwey V. Kornilov1-0/+32
2022-09-02Convert CONFIG_SYS_L2_PL310 to KconfigPhilip Oberfichtner12-12/+0
2022-09-02Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et alTom Rini2-9/+0
2022-09-02Convert CONFIG_SYS_I2C_EEPROM_CCID et al to KconfigTom Rini27-103/+0
2022-08-25Merge commit 'ac30d240dbb520d0980f0687630feb702a14f51a' of https://source.den...Tom Rini1-7/+6
2022-08-23board: lsxl: convert to DM_ETHMichael Walle1-8/+0
2022-08-23board: lsxl: make last resort recovery more reliableMichael Walle1-10/+0
2022-08-23board: lsxl: use proper *_r variablesMichael Walle1-21/+21
2022-08-23board: lsxl: reorder image loading and remove ramdisk_lenMichael Walle1-9/+6
2022-08-23board: lsxl: use CONFIG_DEFAULT_FDT_FILEMichael Walle1-11/+3
2022-08-23board: lsxl: remove eraseenv scriptMichael Walle1-3/+0
2022-08-23arm: kirkwood: nsa310s: Add Distro boot capabilityTony Dinh1-2/+29
2022-08-23arm: mvebu: mbus: Fix mbus driver to work also after U-Boot relocationPali Rohár1-12/+1
2022-08-23arm: kirkwood: pogo_v4: Add Distro boot capabilityTony Dinh1-8/+46
2022-08-22Merge tag 'dm-pull-20aug22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-21/+18
2022-08-22mtd: nand: Rename nand_get_flash_type() into nand_detect()Michael Trimarchi1-2/+2
2022-08-22mtd: nand: change return type of nand_get_flash_type() to intMichael Trimarchi1-3/+2
2022-08-22mtd: nand: Rename the nand_manufacturers structMichael Trimarchi1-4/+4
2022-08-21powerpc: remove support for kmtergr1 and MPC8309Holger Brunck4-329/+1
2022-08-21arm: Remove warp boardTom Rini1-112/+0
2022-08-21ls1021aqds/ls1021aiot: Remove legacy non-DM_ETH codeTom Rini1-8/+0
2022-08-21ppc: Remove corenet_ds boardsTom Rini3-48/+0
2022-08-21arm: Remove kzm9g boardTom Rini1-57/+0
2022-08-21arm: Remove armadillo-800eva boardTom Rini1-61/+0
2022-08-21arm: Remove cm_t335 boardTom Rini1-98/+0
2022-08-21arm: Remove edminiv2 boardTom Rini1-134/+0
2022-08-21bootstage: Show func name for bootstage_mark/errorMichal Simek1-3/+18
2022-08-21log: Drop log_nop() functionsSimon Glass1-18/+0
2022-08-21gpio: aspeed: port Linux dt-bindings header fileDhananjay Phadke1-0/+51
2022-08-16board: ls1043ardb: fdt fixups for revision v7.0 boardsCamelia Groza1-1/+4
2022-08-13efi_loader: move udevice pointer into struct efi_objectMasahisa Kojima1-0/+4
2022-08-12net: Remove smc91111 ethernet driverTom Rini2-14/+0
2022-08-12arm: Remove snapper9260 boardTom Rini1-80/+0
2022-08-12ppc: Remove ids8313 boardTom Rini1-237/+0
2022-08-12Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini10-17/+0
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini3-6/+0
2022-08-12Convert CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE to KconfigTom Rini3-3/+0
2022-08-12Remove CONFIG_SYS_FSL_SCFG_IODSECR1_ADDR et alTom Rini16-30/+0
2022-08-12Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to KconfigTom Rini6-12/+0
2022-08-12vbe: Add initial support for VBESimon Glass2-0/+50
2022-08-12event: Add an event for device tree fixupsSimon Glass1-0/+14
2022-08-12event: Change EVENT_SPY to globalSimon Glass1-2/+5
2022-08-12bootstd: Allow scanning for global bootmeths separatelySimon Glass1-1/+3
2022-08-12bootstd: Support bootflows with global bootmethsSimon Glass1-3/+13
2022-08-12bootstd: Tidy comments in bootflow_scan_bootdev()Simon Glass1-2/+2
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass1-0/+23
2022-08-12bootstd: Provide a bootmeth method to obtain state infoSimon Glass1-1/+37
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+10
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass2-0/+30