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
Vitaly Bordug b8ce2272be [POWERPC] dts: kill hardcoded phandles 18 years ago
..
dts [POWERPC] dts: kill hardcoded phandles 18 years ago
.gitignore [POWERPC] bootwrapper: Add a cuboot platform and a cuImage target 18 years ago
44x.c [POWERPC] Derive ebc ranges property from EBC registers 18 years ago
44x.h [POWERPC] Derive ebc ranges property from EBC registers 18 years ago
Makefile [POWERPC] Update holly to use new dts wrapping feature 18 years ago
README
addRamDisk.c
addnote.c
crt0.S [POWERPC] Fix building of COFF zImages 18 years ago
cuboot-83xx.c [POWERPC] Consolidate cuboot initialization code 18 years ago
cuboot-85xx.c [POWERPC] Consolidate cuboot initialization code 18 years ago
cuboot-ebony.c [POWERPC] Consolidate cuboot initialization code 18 years ago
cuboot.c [POWERPC] Consolidate cuboot initialization code 18 years ago
cuboot.h [POWERPC] Consolidate cuboot initialization code 18 years ago
dcr.h [POWERPC] Derive ebc ranges property from EBC registers 18 years ago
devtree.c [POWERPC] Add dt_xlate_addr() to bootwrapper 18 years ago
div64.S
dummy.c powerpc/32: Generate miboot images with ARCH=powerpc 19 years ago
ebony.c [POWERPC] Derive ebc ranges property from EBC registers 18 years ago
elf.h [POWERPC] Move bootwrapper ELF parsing routines to a file 18 years ago
elf_util.c [POWERPC] Move bootwrapper ELF parsing routines to a file 18 years ago
flatdevtree.c [POWERPC] Fix bug adding properties with flatdevtree.c's ft_set_prop() 18 years ago
flatdevtree.h [POWERPC] bootwrapper: Make ft_create_node() pay attention to the parent parameter. 18 years ago
flatdevtree_env.h [POWERPC] Add flatdevtree source 18 years ago
flatdevtree_misc.c [POWERPC] bootwrapper: Add dt_ops methods. 18 years ago
gunzip_util.c [POWERPC] boot: More verbose gunzip error message 18 years ago
gunzip_util.h [POWERPC] Add documentation for the zImage's gunzip convenience functions 18 years ago
hack-coff.c
holly.c [POWERPC] Holly bootwrapper 18 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 18 years ago
main.c [POWERPC] Make kernel_entry_t have global scope in bootwrapper 18 years ago
mktree.c [POWERPC] Support for the Ebony 440GP reference board in arch/powerpc 18 years ago
mpsc.c [POWERPC] Add bootwrapper support for Marvell MPSC 18 years ago
mv64x60.c [POWERPC] Add bootwrapper support for Marvell/mv64x60 hostbridge 18 years ago
mv64x60.h [POWERPC] Add bootwrapper support for Marvell/mv64x60 hostbridge 18 years ago
mv64x60_i2c.c [POWERPC] Add bootwrapper support for Marvell/mv64x60 I2C 18 years ago
ns16550.c [POWERPC] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers. 18 years ago
of.c [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 18 years ago
of.h [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 18 years ago
ofconsole.c [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 18 years ago
oflib.c [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 18 years ago
ops.h [POWERPC] Make kernel_entry_t have global scope in bootwrapper 18 years ago
page.h
ppc_asm.h
ppcboot.h [POWERPC] bootwrapper: Add ppcboot.h 18 years ago
prpmc2800.c [POWERPC] Add bootwrapper support for Motorola PrPMC2800 platform 18 years ago
reg.h [POWERPC] New reg.h for the zImage 18 years ago
rs6000.h
serial.c [POWERPC] Fix constantness of bootwrapper arg 18 years ago
simple_alloc.c [POWERPC] bootwrapper: Use `unsigned long' for malloc sizes 18 years ago
stdio.c [POWERPC] Add u64 printf to bootwrapper 18 years ago
stdio.h [POWERPC] Add gcc format warnings to zImage printf() 18 years ago
string.S
string.h
treeboot-ebony.c [POWERPC] Support for the Ebony 440GP reference board in arch/powerpc 18 years ago
types.h [POWERPC] Add signed types to bootwrapper 18 years ago
util.S [POWERPC] Add non-OF serial console support 18 years ago
wrapper [POWERPC] Fix zImage.coff generation for 32-bit pmac 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