aboutsummaryrefslogtreecommitdiff
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* boot: add support for button commandsCaleb Connolly2024-02-131-0/+15
* Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=yShantur Rathore2024-01-191-0/+1
* boot: superfluous assignment in bootflow_menu_new()Heinrich Schuchardt2024-01-181-1/+0
* boot: remove dead code in bootflow_check()Heinrich Schuchardt2024-01-181-4/+2
* bootdev: avoid infinite probe loopCaleb Connolly2024-01-181-2/+12
* efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro2024-01-171-1/+1
* efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro2024-01-171-2/+2
* android_ab: don't ignore ab_control_store return codeAlexey Romanov2024-01-111-3/+15
* boot: CONFIG_CEDIT must depend on CONFIG_EXPOHeinrich Schuchardt2024-01-112-2/+2
* boot: Support decompressing non-kernel OS imagesSimon Glass2024-01-111-0/+1
* lib: membuff: fix readline not returning line in case of overflowIon Agorria2024-01-091-1/+1
* bootmeth: pass size to efi_binary_run()Heinrich Schuchardt2023-12-221-2/+2
* Merge patch series "Complete decoupling of bootm logic from commands"Tom Rini2023-12-212-94/+103
|\
| * bootm: Create a new boot_run() function to handle bootingSimon Glass2023-12-211-26/+14
| * bootm: Create a function to run through the booti statesSimon Glass2023-12-211-0/+13
| * bootm: Create a function to run through the bootz statesSimon Glass2023-12-211-0/+13
| * bootm: Create a function to run through the bootm statesSimon Glass2023-12-211-0/+17
| * bootm: Tidy up boot_selected_os()Simon Glass2023-12-212-12/+5
| * bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass2023-12-211-2/+2
| * bootm: Drop arguments from do_bootm_states()Simon Glass2023-12-211-31/+21
| * bootm: Move do_bootm_states() comment to header fileSimon Glass2023-12-211-25/+0
| * bootm: Add more fields to bootm_infoSimon Glass2023-12-211-0/+8
| * bootm: Adjust arguments of boot_os_fnSimon Glass2023-12-212-39/+49
| * bootm: Adjust how the board is resetSimon Glass2023-12-211-3/+5
* | boot: add support for fdt_fixup command in environmentMatthias Schiffer2023-12-212-3/+26
* | global: Restrict use of '#include <linux/kconfig.h>'Tom Rini2023-12-212-2/+2
* | pxe_utils: Increase feedback to user when fdt file is not foundMichael Trimarchi2023-12-201-0/+5
* | bootm: Fix flags used for bootargs string substitutionPiotr Kubik2023-12-201-1/+5
* | Merge tag 'v2024.01-rc5' into nextTom Rini2023-12-181-10/+30
|\ \
| * | bootflow: bootmeth_efi: don't free bufferShantur Rathore2023-12-091-1/+6
| * | bootflow: bootmeth_efi: Handle fdt not available.Shantur Rathore2023-12-091-6/+13
| * | bootflow: bootmeth_efi: set bflow->fname from bootfile nameShantur Rathore2023-12-091-1/+7
| * | bootflow: bootmeth_efi: Set bootp_arch as hexShantur Rathore2023-12-091-1/+1
* | | bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro2023-12-175-35/+13
| |/ |/|
* | Merge patch series "bootm: Handle compressed arm64 images with bootm"Tom Rini2023-12-152-22/+54
|\ \
| * | bootm: Support kernel_noload with compressionSimon Glass2023-12-151-0/+18
| * | bootm: Move arm64-image processing laterSimon Glass2023-12-151-18/+27
| * | image: Show the load address when decompressingSimon Glass2023-12-151-4/+9
* | | bootstd: Fix a memory leak in the efi manager bootflowIlias Apalodimas2023-12-131-0/+2
* | | fdt: Move ft_verify_fdt() before the final fixupsSimon Glass2023-12-131-3/+4
* | | fdt: Drop the confusing casts in lmb_free()Simon Glass2023-12-131-3/+2
* | | boot: Move adding initrd earlier in image_setup_libfdt()Simon Glass2023-12-131-1/+4
* | | fdt: ppc: Drop extra size for ramdiskSimon Glass2023-12-131-7/+0
* | | fdt: Improve the comment for fdt_shrink_to_minimum()Simon Glass2023-12-131-1/+0
* | | boot: Drop size parameter from image_setup_libfdt()Simon Glass2023-12-132-2/+3
* | | Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini2023-12-137-379/+385
|\ \ \
| * | | command: Introduce functions to obtain command argumentsSimon Glass2023-12-131-2/+2
| * | | bootstd: Introduce programmatic bootSimon Glass2023-12-133-0/+65
| * | | bootm: Reduce arguments to bootm_find_other()Simon Glass2023-12-131-9/+11
| * | | bootm: Add a function to check overlapSimon Glass2023-12-131-17/+34