Home
last modified time | relevance | path

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

/openbmc/u-boot/board/nokia/rx51/
H A Dlowlevel_init.S27 ih_magic: /* IH_MAGIC in big endian from include/image.h */ label
76 ldr r5, ih_magic /* r5 - IH_MAGIC */
/openbmc/qemu/hw/core/
H A Duboot_image.h215 uint32_t ih_magic; /* Image Header Magic Number */ member
H A Dloader.c520 bswap32s(&hdr->ih_magic); in bswap_uboot_header()
653 if (hdr->ih_magic != IH_MAGIC) in load_uboot_image()
/openbmc/u-boot/tools/
H A Ddefault_image.c57 if (be32_to_cpu(hdr->ih_magic) != IH_MAGIC) { in image_verify_header()
H A Dimx8mimage.c319 if (be32_to_cpu(image_header.ih_magic) != FDT_MAGIC) { in generate_ivt_for_fit()
/openbmc/u-boot/common/spl/
H A Dspl.c321 header->ih_magic); in spl_parse_image_header()
/openbmc/u-boot/include/
H A Dimage.h338 __be32 ih_magic; /* Image Header Magic Number */ member