summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2025-03-26blkmap: pass information on ISO image to the OSSughosh Ganu
2025-03-26fdt: add support for adding pmem nodesMasahisa Kojima
2025-03-18Merge patch series "pxe: Precursor series for supporting read_all() in extlin...Tom Rini
2025-03-18boot: pxe: Refactor label_run_boot() to avoid cmdlineSimon Glass
2025-03-18pxe_utils: Simplify default fdt in label_run_boot()Simon Glass
2025-03-18boot: pxe: Use bootm_...() functions where possibleSimon Glass
2025-03-18boot: Support compressed booti images in bootmSimon Glass
2025-03-18boot: Support booti format in bootmSimon Glass
2025-03-18boot: arm: riscv: sandbox: Add a format for the booti fileSimon Glass
2025-03-18boot: Convert IMAGE_FORMAT into an enumSimon Glass
2025-03-18bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LENSimon Glass
2025-03-18boot: Pass just the FDT argument to label_process_fdt()Simon Glass
2025-03-18boot: Split pxe label_run_boot() into two partsSimon Glass
2025-03-18boot: Split pxe label_boot() into two partsSimon Glass
2025-03-18boot: Use strlcpy() in label_boot()Simon Glass
2025-03-18x86: Rename zboot_run() to zboot_run_args()Simon Glass
2025-02-28boot: Add support of the pre-load signature for host toolsPaul HENRYS
2025-02-15image: Add support for starting TFA BL31 as fitImage loadablesMarek Vasut
2025-02-06boot: android: handle boot images with missing DTBSam Day
2025-02-04image: apply FDTOs on FDT image node without a load propertyQuentin Schulz
2025-02-03vbe: Add an implementation of VBE-ABrecSimon Glass
2025-02-03vbe: Allow VBE to disable adding loadables to the FDTSimon Glass
2025-02-03vbe: Tidy up a few commentsSimon Glass
2025-02-03vbe: Support selecting images based on phase in FITSimon Glass
2025-01-26bootmeth_efi: Support PXE bootingSimon Glass
2025-01-26efi_loader: Pass in the required parameters from EFI bootmethSimon Glass
2025-01-23bootstd: android: Allow boot with AVB failures when unlockedMattijs Korpershoek
2025-01-23bootstd: android: Add missing NULL in the avb partition listMattijs Korpershoek
2025-01-23boot: android: Check kcmdline's for NULL in android_image_get_kernel()Aaron Kling
2025-01-22Merge patch series "upl: Prerequite patches for updated spec"Tom Rini
2025-01-22boot: Rename fit_image_get_data_and_size()Simon Glass
2025-01-22boot: Rename fit_image_get_data()Simon Glass
2025-01-22Merge patch series "vbe: Series part F"Tom Rini
2025-01-22vbe: Update simple-fw to support using the SPL loaderSimon Glass
2025-01-22vbe: Support loading SPL imagesSimon Glass
2025-01-22vbe: Support loading an FDT with the relocating loaderSimon Glass
2025-01-22vbe: Support loading an FDT from the FITSimon Glass
2025-01-22vbe: Allow loading loadables if there is no firmwareSimon Glass
2025-01-22vbe: Handle loading from an unaligned offsetSimon Glass
2025-01-22vbe: Tidy up error checking with blk_read()Simon Glass
2025-01-22vbe: Allow VBE to load FITs on any architectureSimon Glass
2025-01-22vbe: Allocate space for the FIT headerSimon Glass
2025-01-22vbe: Split out reading a FIT into the common fileSimon Glass
2025-01-22vbe: Move reading the nvdata into the common fileSimon Glass
2025-01-22vbe: Move reading the version into the common fileSimon Glass
2025-01-22vbe: Create a common function to get the block deviceSimon Glass
2025-01-22vbe: Convert some checks to assertionsSimon Glass
2025-01-22vbe: Pass simple_priv to internal functionsSimon Glass
2025-01-22vbe: Use a block device instead of descriptorSimon Glass
2025-01-22vbe: Start a common header fileSimon Glass