Scott Wood a07940ba00 [POWERPC] bootwrapper: Add dt_ops methods. 18 gadi atpakaļ
..
dts 500798d48f [POWERPC] Remove unused, undocumented #cpus property from cpus node 18 gadi atpakaļ
.gitignore 06f2138e61 [POWERPC] Add files build to .gitignore 18 gadi atpakaļ
Makefile cd197ffcf1 [POWERPC] zImage: Cleanup and improve zImage entry point 18 gadi atpakaļ
README 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 gadi atpakaļ
addRamDisk.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 gadi atpakaļ
addnote.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 gadi atpakaļ
crt0.S cd197ffcf1 [POWERPC] zImage: Cleanup and improve zImage entry point 18 gadi atpakaļ
div64.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 gadi atpakaļ
dummy.c 9216ad8cb7 powerpc/32: Generate miboot images with ARCH=powerpc 19 gadi atpakaļ
elf.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 gadi atpakaļ
flatdevtree.c 86a1b63349 [POWERPC] bootwrapper: Make ft_create_node() pay attention to the parent parameter. 18 gadi atpakaļ
flatdevtree.h 86a1b63349 [POWERPC] bootwrapper: Make ft_create_node() pay attention to the parent parameter. 18 gadi atpakaļ
flatdevtree_env.h 6fb4efc68f [POWERPC] Add flatdevtree source 19 gadi atpakaļ
flatdevtree_misc.c a07940ba00 [POWERPC] bootwrapper: Add dt_ops methods. 18 gadi atpakaļ
gunzip_util.c 7850ad5c39 [POWERPC] Add documentation for the zImage's gunzip convenience functions 18 gadi atpakaļ
gunzip_util.h 7850ad5c39 [POWERPC] Add documentation for the zImage's gunzip convenience functions 18 gadi atpakaļ
hack-coff.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 gadi atpakaļ
install.sh 2ef9481e66 [PATCH] powerpc: trivial: modify comments to refer to new location of files 19 gadi atpakaļ
io.h 0c176fa80f [POWERPC] Add non-OF serial console support 19 gadi atpakaļ
main.c cd197ffcf1 [POWERPC] zImage: Cleanup and improve zImage entry point 18 gadi atpakaļ
mktree.c 0cfcccb468 [POWERPC] Add mktree utility to arch/powerpc/boot 19 gadi atpakaļ
ns16550.c 0c176fa80f [POWERPC] Add non-OF serial console support 19 gadi atpakaļ
of.c cd197ffcf1 [POWERPC] zImage: Cleanup and improve zImage entry point 18 gadi atpakaļ
ops.h a07940ba00 [POWERPC] bootwrapper: Add dt_ops methods. 18 gadi atpakaļ
page.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 gadi atpakaļ
ppc_asm.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 gadi atpakaļ
rs6000.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs 19 gadi atpakaļ
serial.c 0c176fa80f [POWERPC] Add non-OF serial console support 19 gadi atpakaļ
simple_alloc.c 01a6372008 [POWERPC] Add simple memory allocator to bootwrapper 19 gadi atpakaļ
stdio.c c888554bf9 [POWERPC] More bootwrapper reorganization 19 gadi atpakaļ
stdio.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization 19 gadi atpakaļ
string.S b4e7de0f35 powerpc: Avoid unaligned loads and stores in boot memcpy code 19 gadi atpakaļ
string.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 gadi atpakaļ
types.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization 19 gadi atpakaļ
util.S 0c176fa80f [POWERPC] Add non-OF serial console support 19 gadi atpakaļ
wrapper cd197ffcf1 [POWERPC] zImage: Cleanup and improve zImage entry point 18 gadi atpakaļ
zImage.coff.lds.S cd197ffcf1 [POWERPC] zImage: Cleanup and improve zImage entry point 18 gadi atpakaļ
zImage.lds.S cd197ffcf1 [POWERPC] zImage: Cleanup and improve zImage entry point 18 gadi atpakaļ

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