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
Johann Felix Soden 889c94a14e Fix file references in documentation and Kconfig 17 years ago
..
dts ibm_newemac: Cleanup/fix support for STACR register variants 17 years ago
.gitignore [POWERPC] Add treeImage to .gitignore 17 years ago
4xx.c
4xx.h
44x.h
Makefile [POWERPC] Enable debug info on boot wrapper 17 years ago
README
addRamDisk.c
addnote.c
bamboo.c
cpm-serial.c [POWERPC] cpm: Describe multi-user ram in its own device node. 17 years ago
crt0.S
cuboot-8xx.c [POWERPC] CPM: Change from fsl,brg-frequency to brg/clock-frequency 17 years ago
cuboot-52xx.c
cuboot-83xx.c
cuboot-85xx.c
cuboot-bamboo.c
cuboot-ebony.c
cuboot-hpc2.c [POWERPC] bootwrapper: adds cuboot for MPC7448HPC2 platform 17 years ago
cuboot-pq2.c [POWERPC] Document local bus nodes in the device tree, and update cuboot-pq2. 17 years ago
cuboot-sequoia.c
cuboot.c
cuboot.h
dcr.h
devtree.c
div64.S
dummy.c
ebony.c
elf.h
elf_util.c
ep88xc.c [POWERPC] 8xx/wrapper: Embedded Planet EP88xC support 17 years ago
fixed-head.S [POWERPC] 8xx/wrapper: Embedded Planet EP88xC support 17 years ago
flatdevtree.c
flatdevtree.h
flatdevtree_env.h Fix file references in documentation and Kconfig 17 years ago
flatdevtree_misc.c
fsl-soc.c [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 17 years ago
fsl-soc.h [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 17 years ago
gunzip_util.c
gunzip_util.h
hack-coff.c
holly.c
install.sh
io.h
main.c
mktree.c
mpc8xx.c [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 17 years ago
mpc8xx.h [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 17 years ago
mpc52xx-psc.c
mpsc.c
mv64x60.c
mv64x60.h
mv64x60_i2c.c
ns16550.c
of.c
of.h
ofconsole.c
oflib.c
ops.h [POWERPC] Virtex: Add uartlite bootwrapper driver 17 years ago
page.h
planetcore.c
planetcore.h
ppc_asm.h
ppcboot.h
pq2.c [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 17 years ago
pq2.h [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions. 17 years ago
prpmc2800.c
ps3-head.S
ps3-hvcall.S
ps3.c
reg.h
rs6000.h
serial.c [POWERPC] Virtex: Add uartlite bootwrapper driver 17 years ago
simple_alloc.c
stdio.c
stdio.h
stdlib.c
stdlib.h
string.S [POWERPC] Add memchr() to the bootwrapper 17 years ago
string.h [POWERPC] Add memchr() to the bootwrapper 17 years ago
treeboot-bamboo.c
treeboot-ebony.c
treeboot-walnut.c [POWERPC] 4xx: Enable EMAC for PPC405 Walnut board 17 years ago
types.h
uartlite.c [POWERPC] Uartlite: bootwrapper bug fix, getc loops forever 17 years ago
util.S
wrapper Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge 17 years ago
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