aboutsummaryrefslogtreecommitdiff
path: root/include/bootm.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini1-1/+1
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini1-1/+1
2024-04-10bootm: Make cmdline optional with bootm_boot_start()Simon Glass1-1/+1
2024-04-10Merge patch series "Complete decoupling of zboot logic from commands"Tom Rini1-6/+9
2024-04-10x86: zboot: Tidy up the comment for zboot_run()Simon Glass1-3/+6
2024-04-10x86: zboot: Rename zboot_start() to zboot_run()Simon Glass1-3/+3
2023-12-21bootm: Create a new boot_run() function to handle bootingSimon Glass1-0/+18
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/+13
2023-12-21bootm: Tidy up boot_selected_os()Simon Glass1-2/+1
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-17/+8
2023-12-21bootm: Move do_bootm_states() comment to header fileSimon Glass1-0/+25
2023-12-21bootm: Add more fields to bootm_infoSimon Glass1-0/+35
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-7/+2
2023-12-21bootm: Create a struct for argument informationSimon Glass1-1/+15
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass1-3/+23
2023-10-27bootm: Support boot measurementEddie James1-0/+11
2023-08-11bootstd: cros: Add ARM supportSimon Glass1-0/+8
2023-08-10bootstd: Allow display of the x86 setup informationSimon Glass1-0/+11
2023-08-10bootstd: Move common zimage functions to bootm.hSimon Glass1-0/+28
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-3/+3
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-3/+3
2021-11-11Remove LYNX KDI remaindersThomas Huth1-1/+0
2020-12-04bootm: Support string substitution in bootargsSimon Glass1-4/+10
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass1-0/+16
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-2/+9
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-1/+2
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass1-2/+2
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass1-2/+9
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass1-0/+3
2020-10-14bootm: add {arch,board}_preboot_os() to bootm.hHeinrich Schuchardt1-0/+10
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo1-1/+2
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-7/+9
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner1-17/+0
2019-05-09Make FIT support really optionalFabrice Fontaine1-0/+2
2019-02-13efi_loader: refactor switch to non-secure modeHeinrich Schuchardt1-0/+5
2018-12-31bootm: vxworks: Make do_bootm_vxworks() non-staticBin Meng1-0/+2
2018-06-03Add a comment for board_quiesce_devices()Simon Glass1-0/+6
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-05-28Combine bootm_find_<thing> functions togetherKarl Apsite1-1/+1
2015-01-14bootm: Export bootm_decomp_image()Simon Glass1-0/+17
2014-10-25bootm: add prototype for arch_preboot_osJeroen Hofstee1-0/+2
2014-08-30cmd_bootm.c: Add 'booti' for ARM64 Linux kernel ImagesTom Rini1-1/+1
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass1-0/+2
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass1-0/+55