aboutsummaryrefslogtreecommitdiff
path: root/include/bootm.h
AgeCommit message (Expand)Author
2023-12-21bootm: Create a new boot_run() function to handle bootingSimon Glass
2023-12-21bootm: Create a function to run through the booti statesSimon Glass
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass
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: Create a struct for argument informationSimon Glass
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass
2023-10-27bootm: Support boot measurementEddie James
2023-08-11bootstd: cros: Add ARM supportSimon Glass
2023-08-10bootstd: Allow display of the x86 setup informationSimon Glass
2023-08-10bootstd: Move common zimage functions to bootm.hSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-11-11Remove LYNX KDI remaindersThomas Huth
2020-12-04bootm: Support string substitution in bootargsSimon Glass
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass
2020-10-14bootm: add {arch,board}_preboot_os() to bootm.hHeinrich Schuchardt
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2019-07-29common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner
2019-05-09Make FIT support really optionalFabrice Fontaine
2019-02-13efi_loader: refactor switch to non-secure modeHeinrich Schuchardt
2018-12-31bootm: vxworks: Make do_bootm_vxworks() non-staticBin Meng
2018-06-03Add a comment for board_quiesce_devices()Simon Glass
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2015-05-28Combine bootm_find_<thing> functions togetherKarl Apsite
2015-01-14bootm: Export bootm_decomp_image()Simon Glass
2014-10-25bootm: add prototype for arch_preboot_osJeroen Hofstee
2014-08-30cmd_bootm.c: Add 'booti' for ARM64 Linux kernel ImagesTom Rini
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass