Grant Likely c6d4d657c2 [POWERPC] Add device trees for lite5200 and lite5200b eval boards hace 18 años
..
dts c6d4d657c2 [POWERPC] Add device trees for lite5200 and lite5200b eval boards hace 18 años
.gitignore 06f2138e61 [POWERPC] Add files build to .gitignore hace 18 años
Makefile 4ec64d5686 [POWERPC] ps3: add a default zImage target hace 18 años
README 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 19 años
addRamDisk.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 19 años
addnote.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 19 años
crt0.S eacb1962d4 [PATCH] powerpc: correct cacheflush loop in zImage hace 19 años
div64.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 19 años
dummy.c 9216ad8cb7 powerpc/32: Generate miboot images with ARCH=powerpc hace 19 años
elf.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 19 años
flatdevtree.c 6fb4efc68f [POWERPC] Add flatdevtree source hace 19 años
flatdevtree.h 6fb4efc68f [POWERPC] Add flatdevtree source hace 19 años
flatdevtree_env.h 6fb4efc68f [POWERPC] Add flatdevtree source hace 19 años
flatdevtree_misc.c 35af89eb49 [POWERPC] Cleanup zImage handling of kernel entry with flat device tree hace 18 años
hack-coff.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs hace 19 años
install.sh 2ef9481e66 [PATCH] powerpc: trivial: modify comments to refer to new location of files hace 19 años
io.h 0c176fa80f [POWERPC] Add non-OF serial console support hace 19 años
main.c 35af89eb49 [POWERPC] Cleanup zImage handling of kernel entry with flat device tree hace 18 años
mktree.c 0cfcccb468 [POWERPC] Add mktree utility to arch/powerpc/boot hace 19 años
ns16550.c 0c176fa80f [POWERPC] Add non-OF serial console support hace 19 años
of.c c888554bf9 [POWERPC] More bootwrapper reorganization hace 19 años
ops.h 35af89eb49 [POWERPC] Cleanup zImage handling of kernel entry with flat device tree hace 18 años
page.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 19 años
ppc_asm.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 19 años
rs6000.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs hace 19 años
serial.c 0c176fa80f [POWERPC] Add non-OF serial console support hace 19 años
simple_alloc.c 01a6372008 [POWERPC] Add simple memory allocator to bootwrapper hace 19 años
stdio.c c888554bf9 [POWERPC] More bootwrapper reorganization hace 19 años
stdio.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization hace 19 años
string.S b4e7de0f35 powerpc: Avoid unaligned loads and stores in boot memcpy code hace 19 años
string.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 19 años
types.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization hace 19 años
util.S 0c176fa80f [POWERPC] Add non-OF serial console support hace 19 años
wrapper e9c4b4bd56 [PATCH] Remove dtb file created by wrapper script hace 18 años
zImage.coff.lds.S c888554bf9 [POWERPC] More bootwrapper reorganization hace 19 años
zImage.lds.S c888554bf9 [POWERPC] More bootwrapper reorganization hace 19 años

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