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
Anton Vorontsov 8237bf080e [POWERPC] MPC832x_RDB: Update dts to use SPI1 in QE, register mmc_spi stub 18 years ago
..
dts [POWERPC] MPC832x_RDB: Update dts to use SPI1 in QE, register mmc_spi stub 18 years ago
.gitignore [POWERPC] bootwrapper: Update .gitignore 18 years ago
4xx.c [POWERPC] PowerPC 440EPx: Sequoia bootwrapper 18 years ago
4xx.h [POWERPC] PowerPC 440EPx: Sequoia bootwrapper 18 years ago
44x.h [POWERPC] Bamboo zImage wrapper 18 years ago
Makefile [POWERPC] bootwrapper: Add strtoull() 18 years ago
README
addRamDisk.c
addnote.c
bamboo.c [POWERPC] Bamboo zImage wrapper 18 years ago
cpm-serial.c [POWERPC] bootwrapper: Add CPM serial driver 18 years ago
crt0.S [POWERPC] Fix building of COFF zImages 18 years ago
cuboot-8xx.c [POWERPC] bootwrapper: Add 8xx cuboot support 18 years ago
cuboot-83xx.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
cuboot-85xx.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
cuboot-ebony.c [POWERPC] Consolidate cuboot initialization code 18 years ago
cuboot-pq2.c [POWERPC] bootwrapper: Add PowerQUICC II (82xx with CPM) cuboot support 18 years ago
cuboot-sequoia.c [POWERPC] PowerPC 440EPx: Sequoia bootwrapper 18 years ago
cuboot.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
cuboot.h [POWERPC] Consolidate cuboot initialization code 18 years ago
dcr.h [POWERPC] Walnut zImage wrapper 18 years ago
devtree.c [POWERPC] bootwrapper: Only print MAC addresses when the node is actually present 18 years ago
div64.S
dummy.c
ebony.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
elf.h
elf_util.c
flatdevtree.c [POWERPC] bootwrapper: Add get_path() 18 years ago
flatdevtree.h [POWERPC] bootwrapper: Add get_path() 18 years ago
flatdevtree_env.h [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.S 18 years ago
flatdevtree_misc.c [POWERPC] bootwrapper: Add get_path() 18 years ago
gunzip_util.c
gunzip_util.h
hack-coff.c
holly.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
install.sh
io.h [POWERPC] bootwrapper: Add 16-bit I/O, sync(), eieio(), and barrier() 18 years ago
main.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
mktree.c [POWERPC] Support for the Ebony 440GP reference board in arch/powerpc 18 years ago
mpsc.c [POWERPC] bootwrapper: Declare udelay() in ops.h 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] bootwrapper: Declare udelay() in ops.h 18 years ago
ns16550.c
of.c [POWERPC] bootwrapper: Move linker symbols into ops.h 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] bootwrapper: Add get_path() 18 years ago
page.h
ppc_asm.h
ppcboot.h [POWERPC] bootwrapper: Add TARGET_HAS_ETHn tests to ppcboot.h 18 years ago
prpmc2800.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
ps3-head.S PS3: Fix build with 32-bit toolchains 18 years ago
ps3-hvcall.S PS3: Fix build with 32-bit toolchains 18 years ago
ps3.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
reg.h
rs6000.h
serial.c [POWERPC] bootwrapper: Add CPM serial driver 18 years ago
simple_alloc.c
stdio.c [POWERPC] Add u64 printf to bootwrapper 18 years ago
stdio.h
stdlib.c [POWERPC] bootwrapper: Add strtoull() 18 years ago
stdlib.h [POWERPC] bootwrapper: Add strtoull() 18 years ago
string.S [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.S 18 years ago
string.h [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.S 18 years ago
treeboot-bamboo.c [POWERPC] Bamboo zImage wrapper 18 years ago
treeboot-ebony.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
treeboot-walnut.c [POWERPC] Walnut zImage wrapper 18 years ago
types.h [POWERPC] Add signed types to bootwrapper 18 years ago
util.S
wrapper [POWERPC] PS3: Bootwrapper support. 18 years ago
zImage.coff.lds.S
zImage.lds.S
zImage.ps3.lds.S [POWERPC] PS3: Bootwrapper support. 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