aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
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-15Merge patch series "bootm: Handle compressed arm64 images with bootm"Tom Rini
2023-12-15bootm: Support kernel_noload with compressionSimon Glass
2023-12-15bootm: Move arm64-image processing laterSimon Glass
2023-12-15image: Show the load address when decompressingSimon Glass
2023-12-13bootstd: Fix a memory leak in the efi manager bootflowIlias Apalodimas
2023-12-13fdt: Move ft_verify_fdt() before the final fixupsSimon Glass
2023-12-13fdt: Drop the confusing casts in lmb_free()Simon Glass
2023-12-13boot: Move adding initrd earlier in image_setup_libfdt()Simon Glass
2023-12-13fdt: ppc: Drop extra size for ramdiskSimon Glass
2023-12-13fdt: Improve the comment for fdt_shrink_to_minimum()Simon Glass
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass
2023-12-13bootstd: Introduce programmatic bootSimon Glass
2023-12-13bootm: Reduce arguments to bootm_find_other()Simon Glass
2023-12-13bootm: Add a function to check overlapSimon Glass
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass
2023-12-13bootm: optee: Drop special call to bootm_find_other()Simon Glass
2023-12-13bootm: efi: Drop special call to bootm_find_other()Simon Glass
2023-12-13bootm: Simplify Android ramdisk addr in bootm_find_images()Simon Glass
2023-12-13bootm: Reduce arguments to boot_get_loadables()Simon Glass
2023-12-13bootm: Reduce arguments to boot_get_fpga()Simon Glass
2023-12-13bootm: Reduce arguments to boot_get_fdt()Simon Glass
2023-12-13bootm: Pass image buffer to boot_get_fdt()Simon Glass
2023-12-13bootm: Drop #ifdef in bootm_find_images()Simon Glass
2023-12-13bootm: Reduce arguments to boot_get_ramdisk()Simon Glass
2023-12-13bootm: Reduce arguments to bootm_find_os()Simon Glass
2023-12-13bootm: Move error printing out of boot_get_kernel()Simon Glass
2023-12-13bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFOSimon Glass
2023-12-13bootm: Use the error return from boot_get_kernel()Simon Glass
2023-12-13bootm: Adjust position of unmap_sysmem() in boot_get_kernel()Simon Glass
2023-12-13bootm: Adjust boot_get_kernel() to return an errorSimon Glass
2023-12-13bootm: Reduce arguments to boot_get_kernel()Simon Glass
2023-12-13image: Tidy up genimg_get_kernel_addr_fit()Simon Glass
2023-12-13bootm: Move boot_get_kernel() higher in the fileSimon Glass
2023-12-13bootm: Simplify arguments for bootm_pre_load()Simon Glass
2023-12-13bootm: Drop arguments from bootm_start()Simon Glass
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass
2023-11-16bootm: Enable legacy VxWorks booting from FITsSean Anderson
2023-11-14expo: Correct background colourSimon Glass
2023-11-10boot: Fix syntax in fdt_overlay_apply_verbose() error messageHugo Villeneuve
2023-11-10bootstd: Skip over bad device during bootflows scanningTony Dinh