aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2022-08-04flash: Remove pic32_flash.cTom Rini1-1/+1
2022-07-26fpga: zynqmp: support loading authenticated imagesOleksandr Suvorov1-2/+2
2022-07-26fpga: pass compatible flags to fpga_load()Oleksandr Suvorov1-2/+2
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-0/+4
2022-07-18pxe: simplify label_boot()Heinrich Schuchardt1-5/+4
2022-07-11Merge branch 'next'Tom Rini4-31/+49
2022-07-07Convert CONFIG_SYS_BOOTM_LEN to KconfigTom Rini1-13/+11
2022-07-07Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to KconfigTom Rini1-0/+8
2022-07-07Convert CONFIG_SYS_RAMBOOT to KconfigTom Rini1-0/+4
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-1/+1
2022-07-05Convert CONFIG_FSL_FIXED_MMC_LOCATION et al to KconfigTom Rini1-0/+13
2022-07-01image: fit: Use stack allocation macroWIP/2022-07-01-additional-critical-fixes-and-updatesJoel Stanley1-2/+1
2022-06-28tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini1-1/+1
2022-06-06bootm: Fix Linux silent console on newer kernelsSean Anderson1-7/+9
2022-06-06boot: image-pre-load: drop unused CONFIG_SYS_BOOTM_LENPeng Fan1-5/+0
2022-06-06Convert CONFIG_SYS_BARGSIZE to KconfigTom Rini1-4/+2
2022-05-28bootmenu: U-Boot console is enabled as defaultMasahisa Kojima1-0/+7
2022-05-11boot: Kconfig: Enable FIT processing by default on TI secure devicesAndrew Davis1-0/+2
2022-05-11boot: Kconfig: Disable non-FIT loading for TI secure devicesAndrew Davis1-1/+1
2022-04-25bootstd: Provide a default commandSimon Glass1-1/+16
2022-04-25bootstd: Add an implementation of script bootSimon Glass3-0/+151
2022-04-25bootstd: Add a sandbox bootmeth driverSimon Glass3-0/+77
2022-04-25bootstd: Add an implementation of EFI bootmgrSimon Glass2-0/+89
2022-04-25bootstd: Add a system bootdev for strange boot methodsSimon Glass3-1/+73
2022-04-25bootstd: Add an implementation of EFI bootSimon Glass3-0/+210
2022-04-25bootstd: Add an implementation of distro PXE bootSimon Glass3-0/+197
2022-04-25bootstd: Add an implementation of distro bootSimon Glass3-0/+160
2022-04-25bootstd: Add support for bootflowsSimon Glass4-2/+423
2022-04-25bootstd: Add the bootmeth uclass and helpersSimon Glass3-2/+361
2022-04-25bootstd: Add the bootdev uclassSimon Glass2-0/+641
2022-04-25bootstd: Add the bootstd uclass and core implementationSimon Glass3-0/+189
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-04tools: mkimage: Add Allwinner TOC0 supportSamuel Holland1-0/+1
2022-04-04arm: init: save previous bootloader dataDzmitry Sankouski1-0/+24
2022-04-02Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"WIP/02Apr2022-nextTom 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