summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
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
2025-06-20Merge patch series "Consistent Kconfig environment options CONFIG_ENV_ prefix"Tom Rini
2025-06-20env: Rename DEFAULT_ENV_FILE to ENV_DEFAULT_ENV_TEXT_FILEMarek Vasut
2025-06-20bootstd: Fix incorrect struct name in bootmeth_setup_iter_order()Sam Protsenko
2025-06-20bootstd: Probe bootmeth devices for bootmeths env varSam Protsenko
2025-06-20bootstd: Fix memleak on errors in bootmeth_setup_iter_order()Sam Protsenko
2025-06-18Merge patch series "bootstd: New bootmeth for RAUC A/B systems"Tom Rini
2025-06-18bootstd: Add implementation for bootmeth raucMartin Schwan
2025-06-12fdt: Make sure there is no stale initrd leftRichard Weinberger
2025-06-11tools: stm32image: Add support for STM32 Image V2.0Marek Vasut
2025-06-09Merge tag 'v2025.07-rc4' into nextTom Rini
2025-06-02Revert "riscv: image: Add new image type for RV64"Mayuresh Chitale
2025-05-30image: android: fix ramdisk default addressEddie Kovsky
2025-05-30bootm: Fix bmi->images pointer not initialized in some casesBenjamin ROBIN
2025-05-30expo: Drop the special theme code for bootflow_menuSimon Glass
2025-05-30expo: Set up menu fully in bootflow_menu_start()Simon Glass
2025-05-30expo: Split setting up the menu from adding itemsSimon Glass
2025-05-30expo: Update bootflow_menu_poll() to return a sequence IDSimon Glass
2025-05-30expo: Improve the visual appearance of the menuSimon Glass
2025-05-30expo: Provide a way to position things relative to displaySimon Glass
2025-05-30expo: Drop the render from expo_poll()Simon Glass
2025-05-30expo: Adjust expo_poll() to avoid looping foreverSimon Glass
2025-05-30expo: Support highlighting menu itemsSimon Glass
2025-05-30expo: Add forward declarations to scene_internal.hSimon Glass
2025-05-30expo: Drop the gap between groups of menu itemsSimon Glass
2025-05-30expo: Use a simpler name for USB mediaSimon Glass
2025-05-30expo: Begin implementation of a text editorSimon Glass
2025-05-30expo: Support object alignmentSimon Glass
2025-05-30expo: Implement a boxSimon Glass
2025-05-30expo: Support white-on-black in the themeSimon Glass
2025-05-30expo: Support rendering multiple lines of textSimon Glass
2025-05-30expo: Allow strings to be editableSimon Glass
2025-05-30expo: Tidy up scene_txt_render()Simon Glass