aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini2-2/+2
2023-12-20pxe_utils: Increase feedback to user when fdt file is not foundMichael Trimarchi1-0/+5
2023-12-20bootm: Fix flags used for bootargs string substitutionPiotr Kubik1-1/+5
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini1-10/+30
2023-12-17bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro5-35/+13
2023-12-15Merge patch series "bootm: Handle compressed arm64 images with bootm"Tom Rini2-22/+54
2023-12-15bootm: Support kernel_noload with compressionSimon Glass1-0/+18
2023-12-15bootm: Move arm64-image processing laterSimon Glass1-18/+27
2023-12-15image: Show the load address when decompressingSimon Glass1-4/+9
2023-12-13bootstd: Fix a memory leak in the efi manager bootflowIlias Apalodimas1-0/+2
2023-12-13fdt: Move ft_verify_fdt() before the final fixupsSimon Glass1-3/+4
2023-12-13fdt: Drop the confusing casts in lmb_free()Simon Glass1-3/+2
2023-12-13boot: Move adding initrd earlier in image_setup_libfdt()Simon Glass1-1/+4
2023-12-13fdt: ppc: Drop extra size for ramdiskSimon Glass1-7/+0
2023-12-13fdt: Improve the comment for fdt_shrink_to_minimum()Simon Glass1-1/+0
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass2-2/+3
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini7-379/+385
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass1-2/+2
2023-12-13bootstd: Introduce programmatic bootSimon Glass3-0/+65
2023-12-13bootm: Reduce arguments to bootm_find_other()Simon Glass1-9/+11
2023-12-13bootm: Add a function to check overlapSimon Glass1-17/+34
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass1-31/+14
2023-12-13bootm: optee: Drop special call to bootm_find_other()Simon Glass2-11/+1
2023-12-13bootm: efi: Drop special call to bootm_find_other()Simon Glass2-11/+5
2023-12-13bootm: Simplify Android ramdisk addr in bootm_find_images()Simon Glass1-3/+7
2023-12-13bootm: Reduce arguments to boot_get_loadables()Simon Glass2-5/+4
2023-12-13bootm: Reduce arguments to boot_get_fpga()Simon Glass2-5/+3
2023-12-13bootm: Reduce arguments to boot_get_fdt()Simon Glass2-8/+6
2023-12-13bootm: Pass image buffer to boot_get_fdt()Simon Glass2-33/+10
2023-12-13bootm: Drop #ifdef in bootm_find_images()Simon Glass1-21/+21
2023-12-13bootm: Reduce arguments to boot_get_ramdisk()Simon Glass2-38/+16
2023-12-13bootm: Reduce arguments to bootm_find_os()Simon Glass1-6/+11
2023-12-13bootm: Move error printing out of boot_get_kernel()Simon Glass1-14/+11
2023-12-13bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFOSimon Glass1-1/+1
2023-12-13bootm: Use the error return from boot_get_kernel()Simon Glass1-3/+3
2023-12-13bootm: Adjust position of unmap_sysmem() in boot_get_kernel()Simon Glass1-2/+2
2023-12-13bootm: Adjust boot_get_kernel() to return an errorSimon Glass1-14/+21
2023-12-13bootm: Reduce arguments to boot_get_kernel()Simon Glass1-9/+13
2023-12-13image: Tidy up genimg_get_kernel_addr_fit()Simon Glass2-18/+2
2023-12-13bootm: Move boot_get_kernel() higher in the fileSimon Glass1-190/+186
2023-12-13bootm: Simplify arguments for bootm_pre_load()Simon Glass1-7/+16
2023-12-13bootm: Drop arguments from bootm_start()Simon Glass1-3/+2
2023-12-09bootflow: bootmeth_efi: don't free bufferShantur Rathore1-1/+6
2023-12-09bootflow: bootmeth_efi: Handle fdt not available.Shantur Rathore1-6/+13
2023-12-09bootflow: bootmeth_efi: set bflow->fname from bootfile nameShantur Rathore1-1/+7
2023-12-09bootflow: bootmeth_efi: Set bootp_arch as hexShantur Rathore1-1/+1
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini5-4/+8
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass2-1/+3
2023-11-16bootm: Enable legacy VxWorks booting from FITsSean Anderson1-7/+0
2023-11-14expo: Correct background colourSimon Glass1-1/+3