summaryrefslogtreecommitdiff
path: root/boot/bootm.c
AgeCommit message (Expand)Author
14 daysMerge patch series "bootm: fix flush_cache() with IH_TYPE_KERNEL_NOLOAD"Tom Rini
14 daysbootm: allow omitting entry point for IH_TYPE_KERNEL_NOLOADNora Schiffer
14 daysbootm: warn about load address for IH_TYPE_KERNEL_NOLOAD in FITNora Schiffer
14 daysbootm: fix flush_cache() with IH_TYPE_KERNEL_NOLOADNora Schiffer
2026-07-01bootm: move OS index bound check into the legacy pathAristo Chen
2026-06-17bootm: increase kernel_noload decompression headroom from 4x to 8xAristo Chen
2026-06-17bootm: fix overflow of the noload kernel decompression bufferAristo Chen
2026-06-17Merge patch series "bootm: bound noload kernel decompression to the allocated...Tom Rini
2026-06-17bootm: increase kernel_noload decompression headroom from 4x to 8xAristo Chen
2026-06-17bootm: fix overflow of the noload kernel decompression bufferAristo Chen
2026-05-27boot: fit: support generating DM verity cmdline parametersDaniel Golle
2026-03-18Merge patch series "bootm: Clean up arch-specific, pre-OS clean-up"Tom Rini
2026-03-18bootm: Stash bootstage data in bootm_final()Simon Glass
2026-03-18riscv: Call bootm_final()Simon Glass
2026-03-18bootm: Create bootm_final() for pre-boot cleanupSimon Glass
2026-03-06bootm: fix booting kernel_noload imageLudwig Nussel
2025-06-25lmb: replace the lmb_alloc() and lmb_alloc_base() API'sSughosh Ganu
2025-06-25lmb: replace lmb_reserve() and lmb_alloc_addr() API'sSughosh Ganu
2025-05-30bootm: Fix bmi->images pointer not initialized in some casesBenjamin ROBIN
2025-05-05bootm: improve error message when gzip decompression buffer is too smallAristo Chen
2025-04-10bootm: Support load images when os is elf牛 志宏
2024-12-30lmb: Remove lmb_reserve_flags()Ilias Apalodimas
2024-10-02bootm: adjust the print formatDario Binacchi
2024-09-03lmb: bootm: remove superfluous lmb stub functionsSughosh Ganu
2024-09-03lmb: remove lmb_init_and_reserve_range() functionSughosh Ganu
2024-09-03lmb: allow lmb module to be used in SPLSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-07-31usb: bootm: Drop old USB-device-removal codeSimon Glass
2024-06-30tpm: Move TCG headers into a separate fileIlias Apalodimas
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini
2024-06-16tpm: measure DTB in PCR1 instead of PCR0Ilias Apalodimas
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06boot: Remove <common.h> and add needed includesTom Rini
2024-04-11boot: fdt: Change type of env_get_bootm_low() to phys_addr_tMarek Vasut
2024-01-11boot: Support decompressing non-kernel OS imagesSimon Glass
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"Tom Rini
2023-12-21bootm: Create a new boot_run() function to handle bootingSimon Glass
2023-12-21bootm: Create a function to run through the booti statesSimon Glass
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass
2023-12-21bootm: Tidy up boot_selected_os()Simon Glass
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass
2023-12-21bootm: Drop arguments from do_bootm_states()Simon Glass
2023-12-21bootm: Move do_bootm_states() comment to header fileSimon Glass
2023-12-21bootm: Add more fields to bootm_infoSimon Glass
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass
2023-12-21bootm: Adjust how the board is resetSimon Glass
2023-12-20bootm: Fix flags used for bootargs string substitutionPiotr Kubik
2023-12-15Merge patch series "bootm: Handle compressed arm64 images with bootm"Tom Rini