summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2025-10-26boot: Fix typoWolfgang Wallner
2025-10-26boot: kconfig: Fix typosWolfgang Wallner
2025-10-24bootstd: make it possible to use tftp for netboot with standardbootBenjamin Hahn
2025-10-22boot: Run the EFI bootmgr just before network devicesSimon Glass
2025-10-22boot: Run global bootmeths after all bootdevs are exhaustedSimon Glass
2025-10-22boot: Don't change the method count after global bootmethsSimon Glass
2025-10-22boot: Implement a priority for global bootmethsSimon Glass
2025-10-22boot: Only run global bootmeths once eachSimon Glass
2025-10-22boot: Support rescanning the global bootmethsSimon Glass
2025-10-22boot: Keep track of which bootmeths have been usedSimon Glass
2025-10-22boot: Add a flag for whether there are global bootmethsSimon Glass
2025-10-22boot: Update first_glob_method when dropping a bootmethSimon Glass
2025-10-22boot: Try all bootmeths on the final partitionSimon Glass
2025-10-14boot: Move preparing bootdev into a functionSimon Glass
2025-10-14boot: Improve comments related to global bootmethsSimon Glass
2025-10-13spl: FIT: Make SPL_LOAD_FIT_FULL depend on SPL_LOAD_FITTom Rini
2025-10-13bootstd: rauc: no valid slot fallback: fix info msg to reflect real flowAndreas Pretzsch
2025-10-10NXP: Make RAMBOOT_PBL only be valid for PowerPC or ls1021ATom Rini
2025-10-08Kconfig: Make further use of testing for !COMPILE_TESTTom Rini
2025-10-06Merge branch 'next'Tom Rini
2025-10-03Revert "fdt: Make sure there is no stale initrd left"Sam Protsenko
2025-09-24android: boot: fix wrong end of header in v3/v4 parsingGuillaume Ranquet
2025-09-18boot: Increase kernel size limit to 128 MiB on ARM64/PPC/RVMarek Vasut
2025-09-09boot: Add LEGACY_IMAGE_FORMAT to DISTRO_DEFAULTSTom Rini
2025-08-25bootstd: rauc: Do not select BOOTMETH_GLOBALMartin Schwan
2025-08-21Merge patch series "bootstd: rauc: Fix segfault when scanning device with uns...Tom Rini
2025-08-21bootstd: rauc: Free private data when bootingMartin Schwan
2025-08-21bootstd: rauc: Move freeing private struct to its own functionMartin Schwan
2025-08-21bootstd: rauc: Don't null bootflow->bootmeth_privMartin Schwan
2025-08-21bootstd: rauc: Fix segfault when cleaning up slotsMartin Schwan
2025-08-14bootstd: rauc: Change global method to check any partitionMartin Schwan
2025-08-14riscv: Set SYS_BOOTM_LEN default to 0x4000000Martin Herren
2025-07-24uclass: Cleanup uclass_find_next_deviceAndrew Goodbody
2025-07-22Merge patch series "bootstd: rauc: Small fixes"Tom Rini
2025-07-22bootstd: rauc: Only scan all partitions instead of boot filesMartin Schwan
2025-07-22bootstd: rauc: Fix segfault occurring during private struct accessMartin Schwan
2025-07-22bootstd: rauc: Fix potential memory leakMartin Schwan
2025-07-16boot: Ensure method_flags is initialised before useAndrew Goodbody
2025-07-16boot/android_ab.c: Make use of LBAF for printing lbaint_tTom Rini
2025-07-09Merge patch series "Improve Verdin AM62P thermal setup by generalizing ft_boa...Tom Rini
2025-07-09boot: Make ft_board_setup_ex() genericJoão Paulo Gonçalves
2025-07-08boot: menu: Do not dereference pointer if pointer is NULLAndrew Goodbody
2025-07-08boot: pxe: Prevent evaluation of uninitialised variableAndrew Goodbody
2025-07-02boot: android: Prevent use of unintialised variableAndrew Goodbody
2025-06-26bootm: Pass SMP core ID and DTB address for ELF-formatted kernels牛 志宏
2025-06-25Merge patch series "lmb: use a single API for all allocations"Tom Rini
2025-06-25lmb: use a single function to free up memorySughosh Ganu
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-06-24boot/image-android: Workaround kernel/ramdisk invalid addrGeorge Chan