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
Scott Wood a9ec7669fc [POWERPC] bootwrapper: Make ft_get_parent() return a phandle, and NULL if already top-level. 18 years ago
..
dts [POWERPC] Remove unused, undocumented #cpus property from cpus node 18 years ago
.gitignore [POWERPC] Add files build to .gitignore 18 years ago
Makefile [POWERPC] zImage: Cleanup and improve zImage entry point 18 years ago
README powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 years ago
addRamDisk.c powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 years ago
addnote.c powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 years ago
crt0.S [POWERPC] zImage: Cleanup and improve zImage entry point 18 years ago
div64.S powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 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 20 years ago
flatdevtree.c [POWERPC] bootwrapper: Make ft_get_parent() return a phandle, and NULL if already top-level. 18 years ago
flatdevtree.h [POWERPC] bootwrapper: Make ft_get_parent() return a phandle, and NULL if already top-level. 18 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
gunzip_util.c [POWERPC] zImage: Add more flexible gunzip convenience functions 18 years ago
gunzip_util.h [POWERPC] zImage: Add more flexible gunzip convenience functions 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] zImage: Cleanup and improve zImage entry point 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] zImage: Cleanup and improve zImage entry point 18 years ago
ops.h [POWERPC] bootwrapper: Add stddef.h to ops.h 18 years ago
page.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 years ago
ppc_asm.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 20 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 20 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 [POWERPC] zImage: Cleanup and improve zImage entry point 18 years ago
zImage.coff.lds.S [POWERPC] zImage: Cleanup and improve zImage entry point 18 years ago
zImage.lds.S [POWERPC] zImage: Cleanup and improve zImage entry point 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