Searched refs:IH_MAGIC (Results 1 - 11 of 11) sorted by relevance

/u-boot/board/renesas/rcar-common/
H A Dgen3-spl.c44 image_entry(IH_MAGIC, CONFIG_SPL_TEXT_BASE, 0, 0);
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dspl.c77 if (image_get_magic(hdr) == IH_MAGIC) {
/u-boot/arch/arm/mach-keystone/
H A Dcmd_mon.c32 if (image_get_magic(header) != IH_MAGIC) {
/u-boot/tools/
H A Ddefault_image.c70 if (be32_to_cpu(hdr->ih_magic) != IH_MAGIC) {
149 image_set_magic(hdr, IH_MAGIC);
H A Dmtk_image.c502 if (image_get_magic(hdr) == IH_MAGIC)
526 if (image_get_magic(hdr) == IH_MAGIC) {
708 image_set_magic(hdr, IH_MAGIC);
/u-boot/arch/mips/mach-mtmips/mt7621/tpl/
H A Dtpl.c127 if (image_get_magic(hdr) != IH_MAGIC)
/u-boot/include/
H A Dspl_load.h61 image_get_magic(header) == IH_MAGIC &&
H A Dimage.h312 #define IH_MAGIC 0x27051956 /* Image Magic Number */ macro
957 return (image_get_magic(hdr) == IH_MAGIC);
/u-boot/boot/
H A Dimage-android.c315 if (image_get_magic(ihdr) == IH_MAGIC) {
322 if (image_get_magic(ihdr) == IH_MAGIC)
375 if (image_get_magic((struct legacy_img_hdr *)p) == IH_MAGIC)
/u-boot/common/spl/
H A Dspl.c306 if (image_get_magic(header) == IH_MAGIC) {
/u-boot/test/image/
H A Dspl_load.c72 image_set_magic(hdr, IH_MAGIC);

Completed in 97 milliseconds