Searched refs:zimage (Results 1 – 25 of 27) sorted by relevance
12
23 uint8_t *zimage = map_sysmem(image, 0); in bootz_setup() local24 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()
11 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.
37 obj-$(CONFIG_CMD_BOOTZ) += bootm.o zimage.o41 obj-$(CONFIG_SPL_FRAMEWORK) += zimage.o
6 d.appendVar("PACKAGES", " ${KERNEL_PACKAGE_NAME}-image-zimage-bundle")10 FILES:${KERNEL_PACKAGE_NAME}-image-zimage-bundle = "/${KERNEL_IMAGEDEST}/zImage-*.dtb.bin"
14 image = "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.10.3.bin"
14 image = "at91sam9x5_aria-sdcardboot-linux-zimage-dt-3.10.3.bin"
47 obj-$(CONFIG_CMD_ZBOOT) += zimage.o
264 arch/x86/lib/zimage.c and arch/x86/lib/bootm.c.
255 syslinux is to use the zdisk or bzdisk make targets which use zimage
74 e:\loadlin\loadlin e:\zimage root=/dev/md0 md=0,0,4,0,/dev/hdb2,/dev/hdc3 ro
1275 IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage"