kernel-ark/arch/powerpc/boot
Josh Boyer 504ca43e5e [POWERPC] 4xx: Convert Seqouia flash mappings to new binding
A new binding for flash devices was recently introduced.  This updates the
Sequoia DTS to use the new binding and enabled MTD in the defconfig.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Stefan Roese <sr@denx.de>
2007-09-19 21:13:16 -05:00
..
dts [POWERPC] 4xx: Convert Seqouia flash mappings to new binding 2007-09-19 21:13:16 -05:00
.gitignore
4xx.c [POWERPC] PowerPC 440EPx: Sequoia bootwrapper 2007-09-07 07:49:28 -05:00
4xx.h [POWERPC] PowerPC 440EPx: Sequoia bootwrapper 2007-09-07 07:49:28 -05:00
44x.h [POWERPC] cuimage for Bamboo board 2007-09-19 21:13:16 -05:00
addnote.c
addRamDisk.c
bamboo.c [POWERPC] cuimage for Bamboo board 2007-09-19 21:13:16 -05:00
cpm-serial.c
crt0.S
cuboot-8xx.c
cuboot-83xx.c
cuboot-85xx.c
cuboot-bamboo.c [POWERPC] cuimage for Bamboo board 2007-09-19 21:13:16 -05:00
cuboot-ebony.c
cuboot-pq2.c
cuboot-sequoia.c [POWERPC] PowerPC 440EPx: Sequoia bootwrapper 2007-09-07 07:49:28 -05:00
cuboot.c
cuboot.h
dcr.h [POWERPC] Walnut zImage wrapper 2007-09-07 07:51:44 -05:00
devtree.c [POWERPC] bootwrapper: Only print MAC addresses when the node is actually present 2007-09-14 01:33:23 +10:00
div64.S
dummy.c
ebony.c
elf_util.c
elf.h
flatdevtree_env.h [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.S 2007-09-14 01:33:19 +10:00
flatdevtree_misc.c [POWERPC] bootwrapper: Add get_path() 2007-09-14 01:33:23 +10:00
flatdevtree.c [POWERPC] bootwrapper: Add get_path() 2007-09-14 01:33:23 +10:00
flatdevtree.h [POWERPC] bootwrapper: Add get_path() 2007-09-14 01:33:23 +10:00
gunzip_util.c
gunzip_util.h
hack-coff.c
holly.c
install.sh
io.h
main.c
Makefile [POWERPC] cuimage for Bamboo board 2007-09-19 21:13:16 -05:00
mktree.c
mpsc.c
mv64x60_i2c.c
mv64x60.c
mv64x60.h
ns16550.c
of.c
of.h
ofconsole.c
oflib.c
ops.h [POWERPC] bootwrapper: Add get_path() 2007-09-14 01:33:23 +10:00
page.h
ppc_asm.h
ppcboot.h
prpmc2800.c
ps3-head.S
ps3-hvcall.S
ps3.c
README
reg.h
rs6000.h
serial.c
simple_alloc.c
stdio.c
stdio.h
stdlib.c [POWERPC] bootwrapper: Add strtoull() 2007-09-14 01:33:23 +10:00
stdlib.h [POWERPC] bootwrapper: Add strtoull() 2007-09-14 01:33:23 +10:00
string.h [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.S 2007-09-14 01:33:19 +10:00
string.S [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.S 2007-09-14 01:33:19 +10:00
treeboot-bamboo.c [POWERPC] cuimage for Bamboo board 2007-09-19 21:13:16 -05:00
treeboot-ebony.c
treeboot-walnut.c [POWERPC] Walnut zImage wrapper 2007-09-07 07:51:44 -05:00
types.h
util.S
wrapper
zImage.coff.lds.S
zImage.lds.S
zImage.ps3.lds.S

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