summaryrefslogtreecommitdiff
path: root/include/bootm.h
AgeCommit message (Expand)Author
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