Searched refs:IH_TYPE_SCRIPT (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | source.c | 85 if (!image_check_type (hdr, IH_TYPE_SCRIPT)) { in source() 129 if (!fit_image_check_type (fit_hdr, noffset, IH_TYPE_SCRIPT)) { in source()
|
H A D | ximg.c | 91 !image_check_type(hdr, IH_TYPE_SCRIPT)) { in do_imgextract()
|
/openbmc/qemu/hw/core/ |
H A D | uboot_image.h | 148 IH_TYPE_SCRIPT, /* Script file */ enumerator
|
/openbmc/u-boot/tools/ |
H A D | mkimage.c | 303 if (type == IH_TYPE_SCRIPT && !params.datafile) in process_args() 421 if ((params.type != IH_TYPE_MULTI) && (params.type != IH_TYPE_SCRIPT)) { in main() 461 params.type == IH_TYPE_SCRIPT) { in main()
|
/openbmc/u-boot/common/ |
H A D | image.c | 149 { IH_TYPE_SCRIPT, "script", "Script", }, 349 image_check_type(hdr, IH_TYPE_SCRIPT)) { in image_print_contents() 361 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) { in image_print_contents()
|
/openbmc/u-boot/include/ |
H A D | image.h | 271 IH_TYPE_SCRIPT, /* Script file */ enumerator
|