Ishizaki Kou c347b7989e [POWERPC] Celleb: basic support 18 years ago
..
dts 5427828e83 [POWERPC] Fix kernel build errors for mpc8272ads and mpc8560ads 18 years ago
.gitignore 06f2138e61 [POWERPC] Add files build to .gitignore 18 years ago
Makefile c347b7989e [POWERPC] Celleb: basic support 18 years ago
README 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
addRamDisk.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
addnote.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
crt0.S eacb1962d4 [PATCH] powerpc: correct cacheflush loop in zImage 19 years ago
div64.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
dummy.c 9216ad8cb7 powerpc/32: Generate miboot images with ARCH=powerpc 19 years ago
elf.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
flatdevtree.c 6fb4efc68f [POWERPC] Add flatdevtree source 18 years ago
flatdevtree.h 6fb4efc68f [POWERPC] Add flatdevtree source 18 years ago
flatdevtree_env.h 6fb4efc68f [POWERPC] Add flatdevtree source 18 years ago
flatdevtree_misc.c 35af89eb49 [POWERPC] Cleanup zImage handling of kernel entry with flat device tree 18 years ago
hack-coff.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
install.sh 2ef9481e66 [PATCH] powerpc: trivial: modify comments to refer to new location of files 19 years ago
io.h 0c176fa80f [POWERPC] Add non-OF serial console support 18 years ago
main.c 35af89eb49 [POWERPC] Cleanup zImage handling of kernel entry with flat device tree 18 years ago
mktree.c 0cfcccb468 [POWERPC] Add mktree utility to arch/powerpc/boot 18 years ago
ns16550.c 0c176fa80f [POWERPC] Add non-OF serial console support 18 years ago
of.c c888554bf9 [POWERPC] More bootwrapper reorganization 18 years ago
ops.h 35af89eb49 [POWERPC] Cleanup zImage handling of kernel entry with flat device tree 18 years ago
page.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
ppc_asm.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
rs6000.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
serial.c 0c176fa80f [POWERPC] Add non-OF serial console support 18 years ago
simple_alloc.c 01a6372008 [POWERPC] Add simple memory allocator to bootwrapper 18 years ago
stdio.c c888554bf9 [POWERPC] More bootwrapper reorganization 18 years ago
stdio.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization 18 years ago
string.S b4e7de0f35 powerpc: Avoid unaligned loads and stores in boot memcpy code 19 years ago
string.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
types.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization 18 years ago
util.S 0c176fa80f [POWERPC] Add non-OF serial console support 18 years ago
wrapper e9c4b4bd56 [PATCH] Remove dtb file created by wrapper script 18 years ago
zImage.coff.lds.S c888554bf9 [POWERPC] More bootwrapper reorganization 18 years ago
zImage.lds.S 621da0f8af [POWERPC] Make sure initrd and dtb sections get into zImage correctly 18 years ago

README


To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:

objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
objcopy -j .kernel:System.map -O binary zImage System.map.gz
objcopy -j .kernel:.config -O binary zImage config.gz
objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz


Peter