Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Duboot_image.h171 IH_TYPE_ZYNQMPBIF, /* Xilinx ZynqMP Boot Image (bif) */ enumerator
/openbmc/u-boot/tools/
H A Dmkimage.c519 } else if (params.type == IH_TYPE_ZYNQMPBIF) { in main()
H A Dzynqmpbif.c107 return (type == IH_TYPE_ZYNQMPBIF) ? EXIT_SUCCESS : EXIT_FAILURE; in zynqmpbif_check_image_types()
/openbmc/u-boot/include/
H A Dimage.h294 IH_TYPE_ZYNQMPBIF, /* Xilinx ZynqMP Boot Image (bif) */ enumerator
/openbmc/u-boot/common/
H A Dimage.c164 { IH_TYPE_ZYNQMPBIF, "zynqmpbif", "Xilinx ZynqMP Boot Image (bif)" },