aboutsummaryrefslogtreecommitdiffstats
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* bootstd: android: Allow boot with AVB failures when unlockedMattijs Korpershoek2025-01-231-13/+24
* bootstd: android: Add missing NULL in the avb partition listMattijs Korpershoek2025-01-231-1/+1
* boot: android: Check kcmdline's for NULL in android_image_get_kernel()Aaron Kling2025-01-231-4/+4
* Merge patch series "upl: Prerequite patches for updated spec"Tom Rini2025-01-222-18/+16
|\
| * boot: Rename fit_image_get_data_and_size()Simon Glass2025-01-222-13/+11
| * boot: Rename fit_image_get_data()Simon Glass2025-01-221-5/+5
* | Merge patch series "vbe: Series part F"Tom Rini2025-01-226-221/+614
|\ \
| * | vbe: Update simple-fw to support using the SPL loaderSimon Glass2025-01-222-37/+77
| * | vbe: Support loading SPL imagesSimon Glass2025-01-223-5/+97
| * | vbe: Support loading an FDT with the relocating loaderSimon Glass2025-01-221-0/+20
| * | vbe: Support loading an FDT from the FITSimon Glass2025-01-221-3/+30
| * | vbe: Allow loading loadables if there is no firmwareSimon Glass2025-01-221-0/+7
| * | vbe: Handle loading from an unaligned offsetSimon Glass2025-01-221-5/+14
| * | vbe: Tidy up error checking with blk_read()Simon Glass2025-01-221-0/+4
| * | vbe: Allow VBE to load FITs on any architectureSimon Glass2025-01-221-1/+1
| * | vbe: Allocate space for the FIT headerSimon Glass2025-01-221-8/+28
| * | vbe: Split out reading a FIT into the common fileSimon Glass2025-01-223-90/+139
| * | vbe: Move reading the nvdata into the common fileSimon Glass2025-01-223-36/+65
| * | vbe: Move reading the version into the common fileSimon Glass2025-01-223-30/+46
| * | vbe: Create a common function to get the block deviceSimon Glass2025-01-224-20/+54
| * | vbe: Convert some checks to assertionsSimon Glass2025-01-221-9/+23
| * | vbe: Pass simple_priv to internal functionsSimon Glass2025-01-221-8/+8
| * | vbe: Use a block device instead of descriptorSimon Glass2025-01-221-6/+8
| * | vbe: Start a common header fileSimon Glass2025-01-223-25/+55
| * | vbe: Use blk_read() to read blocksSimon Glass2025-01-221-2/+2
* | | Merge patch series "bootstd: Support recording images"Tom Rini2025-01-1515-123/+232
|\ \ \
| * | | bootstd: Export bootdev_get_from_blk()Simon Glass2025-01-151-1/+1
| * | | bootstd: Add a simple command to list imagesSimon Glass2025-01-151-0/+12
| * | | bootstd: Update cros bootmeth to record imagesSimon Glass2025-01-151-0/+14
| * | | Update bootmeth_alloc_other() to record imagesSimon Glass2025-01-152-3/+7
| * | | boot: Update pxe bootmeth to record imagesSimon Glass2025-01-151-0/+3
| * | | boot: Update extlinux pxe_getfile_func() to include typeSimon Glass2025-01-153-12/+24
| * | | bootmeth_efi: Check the filename-allocation in the network pathSimon Glass2025-01-151-0/+2
| * | | bootmeth: Update the read_file() method to include a typeSimon Glass2025-01-1510-16/+28
| * | | bootmeth_efi: Simplify reading files by using the common functionSimon Glass2025-01-151-6/+5
| * | | boot: pxe: Drop the duplicate comment on get_pxe_file()Simon Glass2025-01-151-10/+0
| * | | bootstd: Update bootmeth_alloc_file() to record imagesSimon Glass2025-01-154-3/+35
| * | | bootstd: Maintain a list of imagesSimon Glass2025-01-151-0/+26
| * | | bootstd: Move the bootflow list into an alistSimon Glass2025-01-153-66/+39
| * | | bootstd: Drop the bootdev-specific list of bootflowsSimon Glass2025-01-153-34/+46
| * | | bootstd: Add a function to get bootstd only if availableSimon Glass2025-01-151-0/+11
| * | | bootstd: Move bootflow-clearing to bootstdSimon Glass2025-01-152-14/+20
| * | | bootstd: Move bootflow-adding to bootstdSimon Glass2025-01-152-25/+25
* | | | Merge patch series "fdt_support: improve board_fdt_chosen_bootargs() for flex...Tom Rini2025-01-141-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | common: fdt: hand over original fdt bootargs into board chosen handlerDmitry Rokosov2025-01-141-2/+3
| * | | fdt_support: board_fdt_chosen_bootargs() should return const char*Dmitry Rokosov2025-01-141-2/+2
* | | | lmb: Remove lmb_alloc_base_flags()Ilias Apalodimas2024-12-302-9/+14
* | | | lmb: Remove lmb_reserve_flags()Ilias Apalodimas2024-12-303-5/+6
* | | | lmb: Move enum lmb_flags to a u32Ilias Apalodimas2024-12-301-2/+2
* | | | Merge patch series "vbe: Series part E"WIP/27Dec2024-nextTom Rini2024-12-273-14/+96
|\ \ \ \ | | |_|/ | |/| |