summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-10Correct SPL uses of CMD_FDTSimon Glass2-2/+2
2023-02-10Correct SPL uses of CMD_BOOTM_PRE_LOADSimon Glass1-2/+2
2023-02-10Correct SPL use of CMD_BOOTISimon Glass1-1/+1
2023-02-06qemu: Add a bootmeth for qfwSimon Glass3-1/+104
2023-02-06bootstd: Add some default filesystems and commandsSimon Glass1-0/+27
2023-02-06bootstd: Probe the block device before useSimon Glass2-0/+7
2023-02-06bootstd: Allow enabling BOOTSTD_FULL without needing EXPOSimon Glass2-2/+3
2023-01-24bootstd: Add a little more logging of bootflowsSimon Glass2-0/+5
2023-01-24bootstd: Record the bootdevs used during scanningSimon Glass1-10/+19
2023-01-24bootstd: Drop the old bootflow_scan_first()Simon Glass1-15/+3
2023-01-24bootstd: Allow scanning a single bootdev labelSimon Glass2-13/+58
2023-01-24bootstd: Switch bootdev scanning to use labelsSimon Glass2-133/+81
2023-01-24bootstd: Allow iterating to the next bootdev priortiySimon Glass1-0/+64
2023-01-24bootstd: Allow iterating to the next label in a listSimon Glass1-2/+24