Home
last modified time | relevance | path

Searched refs:IH_TYPE_SCRIPT (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/cmd/
H A Dsource.c85 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 Dximg.c91 !image_check_type(hdr, IH_TYPE_SCRIPT)) { in do_imgextract()
/openbmc/qemu/hw/core/
H A Duboot_image.h148 IH_TYPE_SCRIPT, /* Script file */ enumerator
/openbmc/u-boot/tools/
H A Dmkimage.c303 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 Dimage.c149 { 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 Dimage.h271 IH_TYPE_SCRIPT, /* Script file */ enumerator