Home
last modified time | relevance | path

Searched refs:IH_TYPE_INVALID (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/core/
H A Duboot_image.h142 IH_TYPE_INVALID = 0, /* Invalid Image */ enumerator
/openbmc/u-boot/tools/
H A Ddefault_image.c27 if (((type > IH_TYPE_INVALID) && (type < IH_TYPE_FLATDT)) || in image_check_image_types()
H A Dmkimage.c141 int type = IH_TYPE_INVALID; in process_args()
302 } else if (type != IH_TYPE_INVALID) { in process_args()
/openbmc/u-boot/include/
H A Dimage.h265 IH_TYPE_INVALID = 0, /* Invalid Image */ enumerator
/openbmc/u-boot/common/
H A Dimage.c144 { IH_TYPE_INVALID, "invalid", "Invalid Image", },