Home
last modified time | relevance | path

Searched refs:zimage (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/sandbox/lib/
Dbootm.c21 uint8_t *zimage = map_sysmem(image, 0); in bootz_setup() local
22 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()
/external/u-boot/arch/arm/lib/
DMakefile35 obj-$(CONFIG_CMD_BOOTZ) += bootm.o zimage.o
39 obj-$(CONFIG_SPL_FRAMEWORK) += zimage.o
/external/u-boot/arch/x86/lib/
DMakefile42 obj-$(CONFIG_CMD_ZBOOT) += zimage.o
/external/u-boot/doc/uImage.FIT/
Dx86-fit-boot.txt264 arch/x86/lib/zimage.c and arch/x86/lib/bootm.c.