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

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