You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/arch/powerpc/boot
Geoff Levand 8a8944aab2 [POWERPC] ps3: add a default zImage target 18 years ago
..
dts [POWERPC] Linkstation / kurobox support 18 years ago
.gitignore [POWERPC] Add files build to .gitignore 18 years ago
Makefile [POWERPC] ps3: add a default zImage target 18 years ago
README powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
addRamDisk.c powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
addnote.c powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
crt0.S [PATCH] powerpc: correct cacheflush loop in zImage 19 years ago
div64.S powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
dummy.c powerpc/32: Generate miboot images with ARCH=powerpc 19 years ago
elf.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
flatdevtree.c [POWERPC] Add flatdevtree source 19 years ago
flatdevtree.h [POWERPC] Add flatdevtree source 19 years ago
flatdevtree_env.h [POWERPC] Add flatdevtree source 19 years ago
flatdevtree_misc.c [POWERPC] Cleanup zImage handling of kernel entry with flat device tree 18 years ago
hack-coff.c powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
install.sh [PATCH] powerpc: trivial: modify comments to refer to new location of files 19 years ago
io.h [POWERPC] Add non-OF serial console support 19 years ago
main.c [POWERPC] Cleanup zImage handling of kernel entry with flat device tree 18 years ago
mktree.c [POWERPC] Add mktree utility to arch/powerpc/boot 19 years ago
ns16550.c [POWERPC] Add non-OF serial console support 19 years ago
of.c [POWERPC] More bootwrapper reorganization 19 years ago
ops.h [POWERPC] Cleanup zImage handling of kernel entry with flat device tree 18 years ago
page.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
ppc_asm.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
rs6000.h powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
serial.c [POWERPC] Add non-OF serial console support 19 years ago
simple_alloc.c [POWERPC] Add simple memory allocator to bootwrapper 19 years ago
stdio.c [POWERPC] More bootwrapper reorganization 19 years ago
stdio.h [POWERPC] Start arch/powerpc/boot code reorganization 19 years ago
string.S powerpc: Avoid unaligned loads and stores in boot memcpy code 19 years ago
string.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
types.h [POWERPC] Start arch/powerpc/boot code reorganization 19 years ago
util.S [POWERPC] Add non-OF serial console support 19 years ago
wrapper [PATCH] Remove dtb file created by wrapper script 18 years ago
zImage.coff.lds.S [POWERPC] More bootwrapper reorganization 19 years ago
zImage.lds.S [POWERPC] Make sure initrd and dtb sections get into zImage correctly 18 years ago

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