summaryrefslogtreecommitdiff
path: root/include/bootm.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-05bootm: Support string substitution in bootargsSimon Glass1-4/+10
2020-12-05bootm: Allow updating the bootargs in a bufferSimon Glass1-0/+16
2020-12-05bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-2/+9
2020-12-05bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-1/+2
2020-12-05bootm: Rename fixup_silent_linux()Simon Glass1-2/+2
2020-12-05bootm: Update fixup_silent_linux() to return an errorSimon Glass1-2/+9
2020-12-05bootm: 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-19command: 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-10Make 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