Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/lib/
H A 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()
/openbmc/openbmc/poky/scripts/
H A Drunqemu.README11 runqemu <machine> <zimage> <filesystem>
16 <zimage> is the path to a kernel (e.g. zimage-qemuarm.bin)
20 from the name of the <zimage> file.
/openbmc/u-boot/arch/arm/lib/
H A DMakefile35 obj-$(CONFIG_CMD_BOOTZ) += bootm.o zimage.o
39 obj-$(CONFIG_SPL_FRAMEWORK) += zimage.o
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-devicetree.bbclass12 d.appendVar("PACKAGES", " ${KERNEL_PACKAGE_NAME}-image-zimage-bundle")
21 FILES:${KERNEL_PACKAGE_NAME}-image-zimage-bundle = "/${KERNEL_IMAGEDEST}/zImage-*.dtb.bin"
/openbmc/u-boot/arch/x86/lib/
H A DMakefile43 obj-$(CONFIG_CMD_ZBOOT) += zimage.o
/openbmc/docs/
H A Dkernel-development.md124 > obj/aspeed-zimage
129 -d obj/aspeed-zimage obj/uImage
/openbmc/u-boot/doc/uImage.FIT/
H A Dx86-fit-boot.txt264 arch/x86/lib/zimage.c and arch/x86/lib/bootm.c.