Home
last modified time | relevance | path

Searched refs:IH_MAGIC (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/tools/
H A Ddefault_image.c57 if (be32_to_cpu(hdr->ih_magic) != IH_MAGIC) { in image_verify_header()
119 image_set_magic(hdr, IH_MAGIC); in image_set_header()
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dcmd_mon.c32 if (image_get_magic(header) != IH_MAGIC) { in do_mon_install()
/openbmc/qemu/hw/core/
H A Duboot_image.h207 #define IH_MAGIC 0x27051956 /* Image Magic Number */ macro
H A Dloader.c653 if (hdr->ih_magic != IH_MAGIC) in load_uboot_image()
/openbmc/u-boot/common/spl/
H A Dspl_spi.c34 if (image_get_magic(header) != IH_MAGIC) in spi_load_image_os()
H A Dspl.c243 if (image_get_magic(header) == IH_MAGIC) { in spl_parse_image_header()
/openbmc/u-boot/include/
H A Dimage.h327 #define IH_MAGIC 0x27051956 /* Image Magic Number */ macro
845 return (image_get_magic(hdr) == IH_MAGIC); in image_check_magic()