summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
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
2025-01-14Merge patch series "fdt_support: improve board_fdt_chosen_bootargs() for flex...Tom Rini
2025-01-14common: fdt: hand over original fdt bootargs into board chosen handlerDmitry Rokosov
2025-01-14fdt_support: board_fdt_chosen_bootargs() should return const char*Dmitry Rokosov
2024-12-30lmb: Remove lmb_alloc_base_flags()Ilias Apalodimas
2024-12-30lmb: Remove lmb_reserve_flags()Ilias Apalodimas
2024-12-30lmb: Move enum lmb_flags to a u32Ilias Apalodimas
2024-12-27Merge patch series "vbe: Series part E"Tom Rini
2024-12-27boot: Imply CRC8 with VBESimon Glass
2024-12-27boot: Allow use of FIT in TPL and VPLSimon Glass
2024-12-27boot: Respect the load_op in fit_image_load()Simon Glass
2024-12-27bootstd: Avoid sprintf() in SPL when creating bootdevsSimon Glass
2024-12-27boot: Allow FIT to fall back from best-match optionSimon Glass
2024-12-25Merge tag 'v2025.01-rc5' into nextTom Rini
2024-12-18boot: android: rework bootargs concatenationNicolas Belin
2024-12-18boot: android: free newbootargs when doneNicolas Belin
2024-12-18boot: android: fix extra command line supportNicolas Belin
2024-12-17boot: Use correct PHASE_ variable for expoSimon Glass
2024-12-12Revert "Merge patch series "vbe: Series part E""Tom Rini
2024-12-12Merge patch series "vbe: Series part E"Tom Rini
2024-12-12boot: Imply CRC8 with VBESimon Glass
2024-12-12boot: Allow use of FIT in TPL and VPLSimon Glass
2024-12-12boot: Respect the load_op in fit_image_load()Simon Glass
2024-12-12bootstd: Avoid sprintf() in SPL when creating bootdevsSimon Glass
2024-12-12boot: Allow FIT to fall back from best-match optionSimon Glass
2024-12-12boot: fdt: Handle already reserved memory in boot_fdt_reserve_region()Sam Protsenko
2024-11-27Makefile: Drop SPL_FIT_GENERATOR supportMarek Vasut
2024-11-27arm64: zynqmp: Remove mkimage fit scriptMichal Simek
2024-11-26bootstd: android: don't read whole partition sizesJulien Masson
2024-11-26bootstd: android: add non-A/B image supportGuillaume La Roque
2024-11-26bootstd: android: add support of bootimage v2Guillaume La Roque
2024-11-19Merge tag 'xilinx-for-v2025.01-rc3-v2' of https://source.denx.de/u-boot/custo...Tom Rini