summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2022-04-20image: fdt: Fix DT relocation handling with multiple DRAM banks with gapMarek Vasut1-4/+36
2022-04-19image-fit: don't check free() argumentHeinrich Schuchardt1-9/+3
2022-04-19image-fdt: save name of FIT configuration in '/chosen' nodeDaniel Golle1-0/+6
2022-04-11image: fit: Align hash output buffersSean Anderson1-1/+3
2022-04-11cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parserPatrick Delaunay1-3/+9
2022-04-05Merge branch '2022-04-04-platform-updates'Tom Rini1-0/+24
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+1
2022-04-05tools: mkimage: Add Allwinner TOC0 supportSamuel Holland1-0/+1
2022-04-04arm: init: save previous bootloader dataDzmitry Sankouski1-0/+24
2022-04-03Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"Tom Rini1-0/+13
2022-04-01global: Remove CONFIG_SYS_EXTRA_OPTIONS supportTom Rini1-13/+0
2022-04-01Convert CONFIG_SYS_MONITOR_BASE to KconfigTom Rini1-0/+25
2022-04-01Convert CONFIG_SDCARD et al to KconfigTom Rini1-0/+14
2022-03-31cmd: bootm: add a stage pre-loadPhilippe Reynes1-0/+33
2022-03-31boot: image: add a stage pre-loadPhilippe Reynes3-0/+472
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini1-1/+1
2022-03-28boot: image: fixup zstd decompression buffer initialization typoJérôme Carretero1-1/+1
2022-03-18Convert CONFIG_BOOT_RETRY_TIME et al to KconfigTom Rini3-9/+31
2022-02-11cmd: pxe_utils: sysboot: add kaslr-seed generation supportZhang Ning1-0/+75
2022-02-04configs: sunxi: Add support for Lichee Pi NanoIcenowy Zheng1-3/+4
2022-01-26tools: Pass the key blob aroundSimon Glass2-18/+25
2022-01-26tools: Tidy up argument order in fit_config_check_sig()Simon Glass1-9/+22
2022-01-26tools: Avoid confusion between keys and signaturesSimon Glass1-25/+72
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka2-5/+5
2022-01-21Convert CONFIG_TIMESTAMP to KconfigSimon Glass1-0/+11
2022-01-19doc: replace @return by Return:Heinrich Schuchardt10-22/+22
2022-01-17Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini1-0/+15
2022-01-15cmd: pxe_utils: sysboot: add label override supportAmjad Ouled-Ameur1-0/+15
2022-01-13LynxOS is no longer supportedThomas Huth1-3/+0
2021-12-28Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-2/+18
2021-12-27Convert CONFIG_SD_BOOT et al to KconfigTom Rini1-0/+7
2021-12-21Merge tag 'v2022.01-rc4' into nextTom Rini1-72/+67
2021-12-20Revert "image: Remove #ifdefs from select_ramdisk()"Tom Rini1-72/+67
2021-12-17fdtgrep: Handle an empty output treeSimon Glass1-6/+37
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini2-5/+2
2021-11-23cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes1-1/+7
2021-11-18image: fit: Fix parameter name for hash algorithmChia-Wei Wang1-2/+2
2021-11-16bootm: Tidy up use of autostart env varSimon Glass1-4/+1
2021-11-15image: Explicitly declare do_bdinfo()Andy Shevchenko2-5/+2
2021-11-13bootstage: Differentiate boot progress kconfig entriesJan Kiszka1-1/+1
2021-11-12Remove LYNX KDI remaindersThomas Huth2-26/+1
2021-11-12pxe: Return the file size from the getfile() functionSimon Glass1-27/+43
2021-11-12pxe: Drop get_bootfile_path()Simon Glass1-48/+5
2021-11-12pxe: Clean up the use of bootfileSimon Glass1-22/+38
2021-11-12pxe: Move common parsing coding into pxe_utilSimon Glass1-0/+20
2021-11-12pxe: Tidy up code style a little in pxe_utilsSimon Glass1-53/+13
2021-11-12pxe: Tidy up some comments in pxe_utilsSimon Glass1-51/+138
2021-11-12pxe: Move pxe_utils filesSimon Glass2-0/+1463
2021-11-12Create a new boot/ directorySimon Glass19-0/+10292