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
David Gibson e2dc87a1dc [POWERPC] Use embedded dtc in kernel builds 17 years ago
..
dtc-src [POWERPC] Merge dtc upstream source 17 years ago
dts [POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree properties 17 years ago
libfdt
.gitignore
4xx.c [POWERPC] arch/powerpc/: Spelling fixes 17 years ago
4xx.h
44x.h
Makefile [POWERPC] Use embedded dtc in kernel builds 17 years ago
README
addRamDisk.c
addnote.c
bamboo.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cpm-serial.c
crt0.S
cuboot-8xx.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cuboot-52xx.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cuboot-83xx.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cuboot-85xx.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cuboot-bamboo.c
cuboot-ebony.c
cuboot-hpc2.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cuboot-pq2.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cuboot-sequoia.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cuboot.c
cuboot.h
dcr.h
devtree.c
div64.S
dummy.c
ebony.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
elf.h
elf_util.c
ep88xc.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
fixed-head.S
flatdevtree_env.h
fsl-soc.c
fsl-soc.h
gunzip_util.c
gunzip_util.h
hack-coff.c
holly.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
install.sh
io.h
libfdt-wrapper.c [POWERPC] wrapper: Treat NULL as root node in devp_offset; add devp_offset_find() 17 years ago
libfdt_env.h [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
main.c [POWERPC] Kill flatdevtree.c 17 years ago
mktree.c
mpc8xx.c
mpc8xx.h
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] Kill flatdevtree.c 17 years ago
page.h
planetcore.c
planetcore.h
ppc_asm.h
ppcboot.h
pq2.c
pq2.h
prpmc2800.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
ps3-head.S
ps3-hvcall.S
ps3.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
reg.h
rs6000.h
serial.c
simple_alloc.c
stdio.c
stdio.h
stdlib.c
stdlib.h
string.S
string.h
treeboot-bamboo.c
treeboot-ebony.c
treeboot-walnut.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
types.h
uartlite.c
util.S
wrapper [POWERPC] Use embedded dtc in kernel builds 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