Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/sandbox/lib/
H A Dbootm.c23 uint8_t *zimage = map_sysmem(image, 0); in bootz_setup() local
24 struct arm_z_header *arm_hdr = (struct arm_z_header *)zimage; in bootz_setup()
27 if (memcmp(zimage + 0x202, "HdrS", 4) == 0) { in bootz_setup()
28 uint8_t setup_sects = *(zimage + 0x1f1); in bootz_setup()
30 le32_to_cpu(*(uint32_t *)(zimage + 0x1f4)); in bootz_setup()
/rk3399_rockchip-uboot/arch/arm/lib/
H A DMakefile37 obj-$(CONFIG_CMD_BOOTZ) += bootm.o zimage.o
41 obj-$(CONFIG_SPL_FRAMEWORK) += zimage.o
/rk3399_rockchip-uboot/arch/x86/lib/
H A DMakefile47 obj-$(CONFIG_CMD_ZBOOT) += zimage.o
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dx86-fit-boot.txt264 arch/x86/lib/zimage.c and arch/x86/lib/bootm.c.