Searched refs:zimage (Results 1 – 4 of 4) sorted by relevance
21 uint8_t *zimage = map_sysmem(image, 0); in bootz_setup() local22 struct arm_z_header *arm_hdr = (struct arm_z_header *)zimage; in bootz_setup()25 if (memcmp(zimage + 0x202, "HdrS", 4) == 0) { in bootz_setup()26 uint8_t setup_sects = *(zimage + 0x1f1); in bootz_setup()28 le32_to_cpu(*(uint32_t *)(zimage + 0x1f4)); in bootz_setup()
35 obj-$(CONFIG_CMD_BOOTZ) += bootm.o zimage.o39 obj-$(CONFIG_SPL_FRAMEWORK) += zimage.o
42 obj-$(CONFIG_CMD_ZBOOT) += zimage.o
264 arch/x86/lib/zimage.c and arch/x86/lib/bootm.c.