Mark A. Greer b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization hace 19 años
..
dts 7dcd86e143 [POWERPC] Fix MPC8349EMDS dts PCI interrupt-map values for IDSEL 0x18 hace 19 años
.gitignore 0e5e39bfd8 [PATCH] powerpc: Add some missing .gitignore's hace 20 años
Makefile b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization hace 19 años
README 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 20 años
addRamDisk.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 20 años
addnote.c 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 20 años
crt0.S eacb1962d4 [PATCH] powerpc: correct cacheflush loop in zImage hace 20 años
div64.S 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 20 años
dummy.c 9216ad8cb7 powerpc/32: Generate miboot images with ARCH=powerpc hace 20 años
elf.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 20 años
flatdevtree.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization hace 19 años
hack-coff.c 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs hace 20 años
install.sh 2ef9481e66 [PATCH] powerpc: trivial: modify comments to refer to new location of files hace 20 años
main.c b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization hace 19 años
of.c b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization hace 19 años
ops.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization hace 19 años
page.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 20 años
ppc_asm.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 20 años
rs6000.h 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs hace 20 años
stdio.c b2c5f61920 [POWERPC] Start arch/powerpc/boot code 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 20 años
string.h 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 20 años
types.h b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization hace 19 años
zImage.coff.lds 66a45dd362 powerpc: Make COFF zImages for old 32-bit powermacs hace 20 años
zImage.lds 94b212c29f powerpc: Move ppc64 boot wrapper code over to arch/powerpc hace 20 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