summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini3-15/+16
2023-06-16bootm: don't call booti_setup for EFI imagesHeinrich Schuchardt1-1/+2
2023-06-14bootstd: Fix relative path use in extlinux bootmethJonas Karlman1-1/+1
2023-06-14bootstd: Make BOOTSTD_FULL depend on BOOTSTDSimon Glass1-13/+13
2023-06-12global: Use proper project name U-BootMichal Simek1-1/+1
2023-05-14Merge branch 'master_rzn1/rzn1' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-0/+1
2023-05-13bootstd: Create a new BOOTMETH_DISTROSimon Glass1-1/+9
2023-05-13bootstd: Rename distro and syslinux to extlinuxSimon Glass6-63/+73
2023-05-13bootstd: Tidy up reporting of errorsSimon Glass2-2/+2
2023-05-13bootstd: Correct default boot commandSimon Glass1-2/+2
2023-05-13bootstd: Require HUSH_PARSER for script bootingSimon Glass1-0/+1
2023-05-13bootstd: Work around missing partition 1Simon Glass1-1/+8
2023-05-13tools: spkgimage: add Renesas SPKG formatRalph Siemsen1-0/+1
2023-05-06net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond3-4/+5
2023-05-04boot/Kconfig: fix comments syntax errorHugo Villeneuve1-1/+1
2023-04-28boot: vbe_simple: Fix vbe_simple_read_bootflow() dependencyBin Meng1-5/+7
2023-04-26bootstd: Use blk uclass device numbers to set efi bootdevMathew McBride1-1/+2
2023-04-26bootstd: Adjust code ordering to work around compiler quirkSimon Glass1-2/+3
2023-04-26bootstd: Report missing labels only when askedSimon Glass1-7/+25
2023-04-26bootstd: Support booting EFI where multiple options existSimon Glass1-7/+19
2023-04-26bootstd: Tweak bootflow logic for device treeSimon Glass1-11/+11
2023-04-25boot/image-board.c: Silence warning in select_ramdiskTom Rini1-1/+1
2023-04-05image: Fix script execution from FIT images with external dataTobias Waldekranz1-1/+2
2023-04-04android: boot: support bootconfigSafae Ouajih1-2/+56
2023-04-04android: boot: support boot image header version 3 and 4Safae Ouajih4-15/+58
2023-04-04android: boot: update android_image_get_dtb_img_addr to support v3, v4Safae Ouajih1-14/+33
2023-04-04android: boot: support extra command lineSafae Ouajih1-0/+11
2023-04-04android: boot: ramdisk: support vendor ramdiskSafae Ouajih1-2/+11
2023-04-04android: boot: update android_image_get_data to support v3, v4Safae Ouajih1-3/+77
2023-04-04android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih4-26/+42
2023-04-04android: boot: boot image header v3, v4 do not support recovery DTBOSafae Ouajih1-2/+2
2023-04-04android: boot: content print is not supported for v3, v4 header versionSafae Ouajih1-1/+5
2023-04-04android: boot: move to andr_image_data structureSafae Ouajih1-56/+65
2023-04-04android: boot: kcomp: support andr_image_dataSafae Ouajih1-1/+74
2023-04-04android: boot: replace android_image_check_headerSafae Ouajih2-14/+5
2023-04-04android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih2-15/+24
2023-03-30image: Fix potentially uninitialized data variableMarek Vasut1-4/+11
2023-03-27Merge branch 'master' into nextTom Rini1-18/+40
2023-03-27boot: Create a common BOOT_DEFAULTS for distro and bootstdSimon Glass1-34/+28
2023-03-27lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGHSimon Glass1-0/+1
2023-03-27Move DISTRO_DEFAULTS into boot/Simon Glass1-0/+27
2023-03-08bootstd: Replicate the dtb-filename quirks of distrobootSimon Glass2-9/+64
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass2-18/+18
2023-03-03bootstd: Correct 'VPL' typoSimon Glass1-1/+1
2023-03-03Correct SPL use of DM_RNGSimon Glass1-1/+1
2023-03-03boot: Add Kconfigs for BOOTMETH_VBE_REQUESTSimon Glass2-1/+22
2023-03-03bootstd: Disable QFW bootmeth in SPLSimon Glass1-1/+1
2023-02-10Correct SPL uses of CMD_BOOTEFI_BOOTMGRSimon Glass1-1/+2
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-02-10Correct SPL use of CMD_PSTORESimon Glass1-1/+1