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 20906ecea2 [POWERPC] 8xx: mpc885ads cleanup 18 years ago
..
dts [POWERPC] 8xx: mpc885ads cleanup 18 years ago
.gitignore [POWERPC] Add treeImage to .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] cuimage for Bamboo board 18 years ago
Makefile [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 18 years ago
README
addRamDisk.c
addnote.c
bamboo.c [POWERPC] cuimage for Bamboo board 18 years ago
cpm-serial.c [POWERPC] bootwrapper: Add CPM serial driver 18 years ago
crt0.S
cuboot-8xx.c [POWERPC] CPM: Change from fsl,brg-frequency to brg/clock-frequency 18 years ago
cuboot-52xx.c [POWERPC] mpc5200: Add cuimage support for mpc5200 boards 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-bamboo.c [POWERPC] cuimage for Bamboo board 18 years ago
cuboot-ebony.c
cuboot-pq2.c [POWERPC] Document local bus nodes in the device tree, and update cuboot-pq2. 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
dcr.h [POWERPC] Walnut zImage wrapper 18 years ago
devtree.c [POWERPC] bootwrapper: Factor out dt_set_mac_address() 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
fsl-soc.c [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 18 years ago
fsl-soc.h [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 18 years ago
gunzip_util.c [POWERPC] boot: Simplify gunzip_finish 18 years ago
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
mpc8xx.c [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 18 years ago
mpc8xx.h [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 18 years ago
mpc52xx-psc.c [POWERPC] mpc5200: Add cuimage support for mpc5200 boards 18 years ago
mpsc.c [POWERPC] bootwrapper: Declare udelay() in ops.h 18 years ago
mv64x60.c
mv64x60.h
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
ofconsole.c
oflib.c
ops.h [POWERPC] Virtex: Add uartlite bootwrapper driver 18 years ago
page.h
planetcore.c [POWERPC] bootwrapper: Add PlanetCore firmware support 18 years ago
planetcore.h [POWERPC] bootwrapper: Add PlanetCore firmware support 18 years ago
ppc_asm.h
ppcboot.h [POWERPC] bootwrapper: Add TARGET_HAS_ETHn tests to ppcboot.h 18 years ago
pq2.c [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 18 years ago
pq2.h [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 18 years ago
prpmc2800.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
ps3-head.S
ps3-hvcall.S
ps3.c [POWERPC] bootwrapper: Move linker symbols into ops.h 18 years ago
reg.h
rs6000.h
serial.c [POWERPC] Virtex: Add uartlite bootwrapper driver 18 years ago
simple_alloc.c
stdio.c
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] cuimage for Bamboo board 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
uartlite.c [POWERPC] Uartlite: Add macros for register names 18 years ago
util.S
wrapper
zImage.coff.lds.S
zImage.lds.S
zImage.ps3.lds.S

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