summaryrefslogtreecommitdiff
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond2023-05-053-4/+5
* boot/Kconfig: fix comments syntax errorHugo Villeneuve2023-05-031-1/+1
* boot: vbe_simple: Fix vbe_simple_read_bootflow() dependencyBin Meng2023-04-281-5/+7
* bootstd: Use blk uclass device numbers to set efi bootdevMathew McBride2023-04-261-1/+2
* bootstd: Adjust code ordering to work around compiler quirkSimon Glass2023-04-261-2/+3
* bootstd: Report missing labels only when askedSimon Glass2023-04-261-7/+25
* bootstd: Support booting EFI where multiple options existSimon Glass2023-04-261-7/+19
* bootstd: Tweak bootflow logic for device treeSimon Glass2023-04-261-11/+11
* boot/image-board.c: Silence warning in select_ramdiskTom Rini2023-04-251-1/+1
* image: Fix script execution from FIT images with external dataTobias Waldekranz2023-04-051-1/+2
* android: boot: support bootconfigSafae Ouajih2023-04-041-2/+56
* android: boot: support boot image header version 3 and 4Safae Ouajih2023-04-044-15/+58
* android: boot: update android_image_get_dtb_img_addr to support v3, v4Safae Ouajih2023-04-041-14/+33
* android: boot: support extra command lineSafae Ouajih2023-04-041-0/+11
* android: boot: ramdisk: support vendor ramdiskSafae Ouajih2023-04-041-2/+11
* android: boot: update android_image_get_data to support v3, v4Safae Ouajih2023-04-041-3/+77
* android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih2023-04-044-26/+42
* android: boot: boot image header v3, v4 do not support recovery DTBOSafae Ouajih2023-04-041-2/+2
* android: boot: content print is not supported for v3, v4 header versionSafae Ouajih2023-04-041-1/+5
* android: boot: move to andr_image_data structureSafae Ouajih2023-04-041-56/+65
* android: boot: kcomp: support andr_image_dataSafae Ouajih2023-04-041-1/+74
* android: boot: replace android_image_check_headerSafae Ouajih2023-04-042-14/+5
* android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih2023-04-042-15/+24
* image: Fix potentially uninitialized data variableMarek Vasut2023-03-301-4/+11
* Merge branch 'master' into nextTom Rini2023-03-271-18/+40
|\
| * boot: Create a common BOOT_DEFAULTS for distro and bootstdSimon Glass2023-03-271-34/+28
| * lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGHSimon Glass2023-03-271-0/+1
| * Move DISTRO_DEFAULTS into boot/Simon Glass2023-03-271-0/+27
* | bootstd: Replicate the dtb-filename quirks of distrobootSimon Glass2023-03-082-9/+64
* | bootflow: Rename bootflow_flags_tSimon Glass2023-03-082-18/+18
* | bootstd: Correct 'VPL' typoSimon Glass2023-03-021-1/+1
* | Correct SPL use of DM_RNGSimon Glass2023-03-021-1/+1
* | boot: Add Kconfigs for BOOTMETH_VBE_REQUESTSimon Glass2023-03-022-1/+22
* | bootstd: Disable QFW bootmeth in SPLSimon Glass2023-03-021-1/+1
|/
* Correct SPL uses of CMD_BOOTEFI_BOOTMGRSimon Glass2023-02-101-1/+2
* Correct SPL uses of LMBSimon Glass2023-02-101-1/+1
* Correct SPL use of CMD_PSTORESimon Glass2023-02-091-1/+1
* Correct SPL uses of CMD_FDTSimon Glass2023-02-092-2/+2
* Correct SPL uses of CMD_BOOTM_PRE_LOADSimon Glass2023-02-091-2/+2
* Correct SPL use of CMD_BOOTISimon Glass2023-02-091-1/+1
* qemu: Add a bootmeth for qfwSimon Glass2023-02-063-1/+104
* bootstd: Add some default filesystems and commandsSimon Glass2023-02-061-0/+27
* bootstd: Probe the block device before useSimon Glass2023-02-062-0/+7
* bootstd: Allow enabling BOOTSTD_FULL without needing EXPOSimon Glass2023-02-062-2/+3
* bootstd: Add a little more logging of bootflowsSimon Glass2023-01-232-0/+5
* bootstd: Record the bootdevs used during scanningSimon Glass2023-01-231-10/+19
* bootstd: Drop the old bootflow_scan_first()Simon Glass2023-01-231-15/+3
* bootstd: Allow scanning a single bootdev labelSimon Glass2023-01-232-13/+58
* bootstd: Switch bootdev scanning to use labelsSimon Glass2023-01-232-133/+81
* bootstd: Allow iterating to the next bootdev priortiySimon Glass2023-01-231-0/+64