summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
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
2025-01-22vbe: Use blk_read() to read blocksSimon Glass
2025-01-15Merge patch series "bootstd: Support recording images"Tom Rini
2025-01-15bootstd: Export bootdev_get_from_blk()Simon Glass
2025-01-15bootstd: Add a simple command to list imagesSimon Glass
2025-01-15bootstd: Update cros bootmeth to record imagesSimon Glass
2025-01-15Update bootmeth_alloc_other() to record imagesSimon Glass
2025-01-15boot: Update pxe bootmeth to record imagesSimon Glass
2025-01-15boot: Update extlinux pxe_getfile_func() to include typeSimon Glass
2025-01-15bootmeth_efi: Check the filename-allocation in the network pathSimon Glass
2025-01-15bootmeth: Update the read_file() method to include a typeSimon Glass
2025-01-15bootmeth_efi: Simplify reading files by using the common functionSimon Glass
2025-01-15boot: pxe: Drop the duplicate comment on get_pxe_file()Simon Glass
2025-01-15bootstd: Update bootmeth_alloc_file() to record imagesSimon Glass
2025-01-15bootstd: Maintain a list of imagesSimon Glass
2025-01-15bootstd: Move the bootflow list into an alistSimon Glass
2025-01-15bootstd: Drop the bootdev-specific list of bootflowsSimon Glass
2025-01-15bootstd: Add a function to get bootstd only if availableSimon Glass
2025-01-15bootstd: Move bootflow-clearing to bootstdSimon Glass
2025-01-15bootstd: Move bootflow-adding to bootstdSimon Glass