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
Kumar Gala c2944612cf Merge branch '86xx' into for_paulus 18 years ago
..
dts Merge branch '86xx' into for_paulus 18 years ago
.gitignore [POWERPC] Add files build to .gitignore 18 years ago
Makefile [POWERPC] Celleb: basic support 18 years ago
README
addRamDisk.c
addnote.c
crt0.S
div64.S
dummy.c
elf.h
flatdevtree.c [POWERPC] Add flatdevtree source 18 years ago
flatdevtree.h [POWERPC] Add flatdevtree source 18 years ago
flatdevtree_env.h [POWERPC] Add flatdevtree source 18 years ago
flatdevtree_misc.c [POWERPC] Cleanup zImage handling of kernel entry with flat device tree 18 years ago
hack-coff.c
install.sh
io.h [POWERPC] Add non-OF serial console support 18 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 18 years ago
ns16550.c [POWERPC] Add non-OF serial console support 18 years ago
of.c [POWERPC] More bootwrapper reorganization 18 years ago
ops.h [POWERPC] Cleanup zImage handling of kernel entry with flat device tree 18 years ago
page.h
ppc_asm.h
rs6000.h
serial.c [POWERPC] Add non-OF serial console support 18 years ago
simple_alloc.c [POWERPC] Add simple memory allocator to bootwrapper 18 years ago
stdio.c [POWERPC] More bootwrapper reorganization 18 years ago
stdio.h
string.S
string.h
types.h
util.S [POWERPC] Add non-OF serial console support 18 years ago
wrapper [PATCH] Remove dtb file created by wrapper script 18 years ago
zImage.coff.lds.S [POWERPC] More bootwrapper reorganization 18 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