aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2024-02-13boot: add support for button commandsCaleb Connolly1-0/+15
2024-01-19Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=yWIP/19Jan2024Shantur Rathore1-0/+1
2024-01-18boot: superfluous assignment in bootflow_menu_new()Heinrich Schuchardt1-1/+0
2024-01-18boot: remove dead code in bootflow_check()Heinrich Schuchardt1-4/+2
2024-01-18bootdev: avoid infinite probe loopCaleb Connolly1-2/+12
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro1-1/+1
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro1-2/+2
2024-01-11android_ab: don't ignore ab_control_store return codeAlexey Romanov1-3/+15
2024-01-11boot: CONFIG_CEDIT must depend on CONFIG_EXPOHeinrich Schuchardt2-2/+2
2024-01-11boot: Support decompressing non-kernel OS imagesSimon Glass1-0/+1
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria1-1/+1
2023-12-22bootmeth: pass size to efi_binary_run()Heinrich Schuchardt1-2/+2
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini2-94/+103
2023-12-21bootm: Create a new boot_run() function to handle bootingSimon Glass1-26/+14
2023-12-21bootm: Create a function to run through the booti statesSimon Glass1-0/+13
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass1-0/+13
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass1-0/+17
2023-12-21bootm: Tidy up boot_selected_os()Simon Glass2-12/+5
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass1-2/+2
2023-12-21bootm: Drop arguments from do_bootm_states()Simon Glass1-31/+21
2023-12-21bootm: Move do_bootm_states() comment to header fileSimon Glass1-25/+0
2023-12-21bootm: Add more fields to bootm_infoSimon Glass1-0/+8
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass2-39/+49
2023-12-21bootm: Adjust how the board is resetSimon Glass1-3/+5
2023-12-21boot: add support for fdt_fixup command in environmentMatthias Schiffer2-3/+26
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