Geoff Levand 020533ef24 [POWERPC] cell: fix default zImage build target %!s(int64=18) %!d(string=hai) anos
..
dts 74c37e8c9f [POWERPC] Add DTS for MPC8349E-mITX board %!s(int64=18) %!d(string=hai) anos
.gitignore 0e5e39bfd8 [PATCH] powerpc: Add some missing .gitignore's %!s(int64=19) %!d(string=hai) anos
Makefile 020533ef24 [POWERPC] cell: fix default zImage build target %!s(int64=18) %!d(string=hai) anos
README 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc %!s(int64=19) %!d(string=hai) anos
addRamDisk.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc %!s(int64=19) %!d(string=hai) anos
addnote.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc %!s(int64=19) %!d(string=hai) anos
crt0.S eacb1962d4 [PATCH] powerpc: correct cacheflush loop in zImage %!s(int64=19) %!d(string=hai) anos
div64.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc %!s(int64=19) %!d(string=hai) anos
dummy.c 9216ad8cb7 powerpc/32: Generate miboot images with ARCH=powerpc %!s(int64=19) %!d(string=hai) anos
elf.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc %!s(int64=19) %!d(string=hai) anos
flatdevtree.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization %!s(int64=18) %!d(string=hai) anos
hack-coff.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs %!s(int64=19) %!d(string=hai) anos
install.sh 2ef9481e66 [PATCH] powerpc: trivial: modify comments to refer to new location of files %!s(int64=19) %!d(string=hai) anos
main.c b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization %!s(int64=18) %!d(string=hai) anos
of.c c998de1460 [POWERPC] Fix zImage decompress location %!s(int64=18) %!d(string=hai) anos
ops.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization %!s(int64=18) %!d(string=hai) anos
page.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc %!s(int64=19) %!d(string=hai) anos
ppc_asm.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc %!s(int64=19) %!d(string=hai) anos
rs6000.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs %!s(int64=19) %!d(string=hai) anos
stdio.c b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization %!s(int64=18) %!d(string=hai) anos
stdio.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization %!s(int64=18) %!d(string=hai) anos
string.S b4e7de0f35 powerpc: Avoid unaligned loads and stores in boot memcpy code %!s(int64=19) %!d(string=hai) anos
string.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc %!s(int64=19) %!d(string=hai) anos
types.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization %!s(int64=18) %!d(string=hai) anos
wrapper 2bf118197c [POWERPC] Create a "wrapper" script and use it in arch/powerpc/boot %!s(int64=18) %!d(string=hai) anos
zImage.coff.lds.S 54c9941288 [POWERPC] Fix zImage.coff on oldworld PowerMac %!s(int64=18) %!d(string=hai) anos
zImage.lds.S 2bf118197c [POWERPC] Create a "wrapper" script and use it in arch/powerpc/boot %!s(int64=18) %!d(string=hai) anos

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