summaryrefslogtreecommitdiffstats
path: root/include/bootm.h
Commit message (Expand)AuthorAgeFilesLines
* bootm: Support string substitution in bootargsSimon Glass2020-12-041-4/+10
* bootm: Allow updating the bootargs in a bufferSimon Glass2020-12-041-0/+16
* bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass2020-12-041-2/+9
* bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass2020-12-041-1/+2
* bootm: Rename fixup_silent_linux()Simon Glass2020-12-041-2/+2
* bootm: Update fixup_silent_linux() to return an errorSimon Glass2020-12-041-2/+9
* bootm: Add tests for fixup_silent_linux()Simon Glass2020-12-041-0/+3
* bootm: add {arch,board}_preboot_os() to bootm.hHeinrich Schuchardt2020-10-141-0/+10
* common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2020-07-171-1/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-7/+9
* common: Move bootm_decomp_image() to image.c (as image_decomp())Julius Werner2019-07-291-17/+0
* Make FIT support really optionalFabrice Fontaine2019-05-091-0/+2
* efi_loader: refactor switch to non-secure modeHeinrich Schuchardt2019-02-131-0/+5
* bootm: vxworks: Make do_bootm_vxworks() non-staticBin Meng2018-12-311-0/+2
* Add a comment for board_quiesce_devices()Simon Glass2018-06-031-0/+6
* Define board_quiesce_devices() in a shared locationSimon Glass2018-06-031-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Combine bootm_find_<thing> functions togetherKarl Apsite2015-05-281-1/+1
* bootm: Export bootm_decomp_image()Simon Glass2015-01-141-0/+17
* bootm: add prototype for arch_preboot_osJeroen Hofstee2014-10-251-0/+2
* cmd_bootm.c: Add 'booti' for ARM64 Linux kernel ImagesTom Rini2014-08-301-1/+1
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-191-0/+2
* bootm: Split out code from cmd_bootm.cSimon Glass2014-06-191-0/+55