summaryrefslogtreecommitdiff
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_SYS_BARGSIZE to KconfigTom Rini2022-06-061-4/+2
* bootmenu: U-Boot console is enabled as defaultMasahisa Kojima2022-05-281-0/+7
* boot: Kconfig: Enable FIT processing by default on TI secure devicesAndrew Davis2022-05-111-0/+2
* boot: Kconfig: Disable non-FIT loading for TI secure devicesAndrew Davis2022-05-111-1/+1
* bootstd: Provide a default commandSimon Glass2022-04-251-1/+16
* bootstd: Add an implementation of script bootSimon Glass2022-04-253-0/+151
* bootstd: Add a sandbox bootmeth driverSimon Glass2022-04-253-0/+77
* bootstd: Add an implementation of EFI bootmgrSimon Glass2022-04-252-0/+89
* bootstd: Add a system bootdev for strange boot methodsSimon Glass2022-04-253-1/+73
* bootstd: Add an implementation of EFI bootSimon Glass2022-04-253-0/+210
* bootstd: Add an implementation of distro PXE bootSimon Glass2022-04-253-0/+197
* bootstd: Add an implementation of distro bootSimon Glass2022-04-253-0/+160
* bootstd: Add support for bootflowsSimon Glass2022-04-254-2/+423
* bootstd: Add the bootmeth uclass and helpersSimon Glass2022-04-253-2/+361
* bootstd: Add the bootdev uclassSimon Glass2022-04-252-0/+641
* bootstd: Add the bootstd uclass and core implementationSimon Glass2022-04-253-0/+189
* image: fdt: Fix DT relocation handling with multiple DRAM banks with gapMarek Vasut2022-04-201-4/+36
* image-fit: don't check free() argumentHeinrich Schuchardt2022-04-191-9/+3
* image-fdt: save name of FIT configuration in '/chosen' nodeDaniel Golle2022-04-191-0/+6
* image: fit: Align hash output buffersSean Anderson2022-04-111-1/+3
* cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parserPatrick Delaunay2022-04-111-3/+9
* Merge branch '2022-04-04-platform-updates'Tom Rini2022-04-051-0/+24
|\
| * arm: init: save previous bootloader dataDzmitry Sankouski2022-04-041-0/+24
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-04-051-0/+1
|\ \ | |/ |/|
| * tools: mkimage: Add Allwinner TOC0 supportSamuel Holland2022-04-041-0/+1
* | Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"Tom Rini2022-04-021-0/+13
* | global: Remove CONFIG_SYS_EXTRA_OPTIONS supportTom Rini2022-04-011-13/+0
* | Convert CONFIG_SYS_MONITOR_BASE to KconfigTom Rini2022-04-011-0/+25
* | Convert CONFIG_SDCARD et al to KconfigTom Rini2022-04-011-0/+14
* | cmd: bootm: add a stage pre-loadPhilippe Reynes2022-03-311-0/+33
* | boot: image: add a stage pre-loadPhilippe Reynes2022-03-313-0/+472
* | Merge tag 'v2022.04-rc5' into nextTom Rini2022-03-281-1/+1
|\ \ | |/
| * boot: image: fixup zstd decompression buffer initialization typoJérôme Carretero2022-03-281-1/+1
* | Convert CONFIG_BOOT_RETRY_TIME et al to KconfigTom Rini2022-03-183-9/+31
|/
* cmd: pxe_utils: sysboot: add kaslr-seed generation supportZhang Ning2022-02-111-0/+75
* configs: sunxi: Add support for Lichee Pi NanoIcenowy Zheng2022-02-041-3/+4
* tools: Pass the key blob aroundSimon Glass2022-01-262-18/+25
* tools: Tidy up argument order in fit_config_check_sig()Simon Glass2022-01-261-9/+22
* tools: Avoid confusion between keys and signaturesSimon Glass2022-01-261-25/+72
* image-fit: Make string of algo parameter constantJan Kiszka2022-01-242-5/+5
* Convert CONFIG_TIMESTAMP to KconfigSimon Glass2022-01-211-0/+11
* doc: replace @return by Return:Heinrich Schuchardt2022-01-1910-22/+22
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-01-171-0/+15
|\
| * cmd: pxe_utils: sysboot: add label override supportAmjad Ouled-Ameur2022-01-151-0/+15
* | LynxOS is no longer supportedThomas Huth2022-01-121-3/+0
|/
* Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini2021-12-271-2/+18
* Convert CONFIG_SD_BOOT et al to KconfigTom Rini2021-12-271-0/+7
* Merge tag 'v2022.01-rc4' into nextTom Rini2021-12-201-72/+67
|\
| * Revert "image: Remove #ifdefs from select_ramdisk()"Tom Rini2021-12-201-72/+67
* | fdtgrep: Handle an empty output treeSimon Glass2021-12-171-6/+37