summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2023-06-19Kconfig: Add support for fit image signature enforcingManorit Chawdhry
2023-05-09Kconfig: change default for FIT_IMAGE_POST_PROCESSManorit Chawdhry
2023-04-05android: boot: support bootconfigSafae Ouajih
2023-04-05android: boot: support boot image header version 3 and 4Safae Ouajih
2023-04-05android: boot: update android_image_get_dtb_img_addr to support v3, v4Safae Ouajih
2023-04-05android: boot: support extra command lineSafae Ouajih
2023-04-05android: boot: ramdisk: support vendor ramdiskSafae Ouajih
2023-04-05android: boot: update android_image_get_data to support v3, v4Safae Ouajih
2023-04-05android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih
2023-04-05android: boot: boot image header v3, v4 do not support recovery DTBOSafae Ouajih
2023-04-05android: boot: content print is not supported for v3, v4 header versionSafae Ouajih
2023-04-05android: boot: move to andr_image_data structureSafae Ouajih
2023-04-05android: boot: kcomp: support andr_image_dataSafae Ouajih
2023-04-05android: boot: replace android_image_check_headerSafae Ouajih
2023-04-05android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih
2023-03-27boot: Create a common BOOT_DEFAULTS for distro and bootstdSimon Glass
2023-03-27lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGHSimon Glass
2023-03-27Move DISTRO_DEFAULTS into boot/Simon Glass
2023-02-10Correct SPL uses of CMD_BOOTEFI_BOOTMGRSimon Glass
2023-02-10Correct SPL uses of LMBSimon Glass
2023-02-09Correct SPL use of CMD_PSTORESimon Glass
2023-02-09Correct SPL uses of CMD_FDTSimon Glass
2023-02-09Correct SPL uses of CMD_BOOTM_PRE_LOADSimon Glass
2023-02-09Correct SPL use of CMD_BOOTISimon Glass
2023-02-06qemu: Add a bootmeth for qfwSimon Glass
2023-02-06bootstd: Add some default filesystems and commandsSimon Glass
2023-02-06bootstd: Probe the block device before useSimon Glass
2023-02-06bootstd: Allow enabling BOOTSTD_FULL without needing EXPOSimon Glass
2023-01-23bootstd: Add a little more logging of bootflowsSimon Glass
2023-01-23bootstd: Record the bootdevs used during scanningSimon Glass
2023-01-23bootstd: Drop the old bootflow_scan_first()Simon Glass
2023-01-23bootstd: Allow scanning a single bootdev labelSimon Glass
2023-01-23bootstd: Switch bootdev scanning to use labelsSimon Glass
2023-01-23bootstd: Allow iterating to the next bootdev priortiySimon Glass
2023-01-23bootstd: Allow iterating to the next label in a listSimon Glass
2023-01-23bootstd: Allow hunting for a bootdev by labelSimon Glass
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass
2023-01-23bootstd: Allow hunting for bootdevs of a given prioritySimon Glass
2023-01-23bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass
2023-01-23bootstd: Support reading a script from network or SPI flashSimon Glass
2023-01-23bootstd: Add a SPI flash bootdevSimon Glass
2023-01-23bootstd: Add a new bootmeth method to set the bootflowSimon Glass
2023-01-23bootstd: Move label parsing into its own functionSimon Glass
2023-01-23bootstd: Set the distro_bootpart env var with scriptsSimon Glass
2023-01-23bootstd: Support reading the device tree with EFISimon Glass
2023-01-23bootstd: Include the device tree in the bootflowSimon Glass
2023-01-23bootstd: Allow reading an EFI file from the networkSimon Glass
2023-01-23bootstd: Rename bootdev checkersSimon Glass
2023-01-23bootstd: Only scan bootable partitionsSimon Glass
2023-01-23bootstd: Support running bootdev huntersSimon Glass