kernel-fxtec-pro1x/arch/powerpc/boot
Scott Wood 4674f2f339 [POWERPC] bootwrapper: flatdevtree fixes
1. ft_create_node was returning the internal pointer rather than a phandle.
2. ft_find_device_rel was treating a "top" phandle of NULL as an error,
rather than as the root of the tree.  The old, absolute ft_find_device
is removed, and the relative version is renamed to ft_find_device().

Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-09-14 01:33:23 +10:00
..
dts [POWERPC] Walnut DTS 2007-09-07 07:50:50 -05:00
.gitignore [POWERPC] bootwrapper: Update .gitignore 2007-08-22 15:21:47 +10:00
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] Bamboo zImage wrapper 2007-08-20 07:30:32 -05:00
addnote.c
addRamDisk.c
bamboo.c [POWERPC] Bamboo zImage wrapper 2007-08-20 07:30:32 -05:00
cpm-serial.c [POWERPC] bootwrapper: Add CPM serial driver 2007-08-22 15:26:20 +10:00
crt0.S
cuboot-8xx.c [POWERPC] bootwrapper: Add 8xx cuboot support 2007-08-22 15:28:59 +10:00
cuboot-83xx.c [POWERPC] bootwrapper: Move linker symbols into ops.h 2007-08-22 15:27:28 +10:00
cuboot-85xx.c [POWERPC] bootwrapper: Move linker symbols into ops.h 2007-08-22 15:27:28 +10:00
cuboot-ebony.c
cuboot-pq2.c [POWERPC] bootwrapper: Add PowerQUICC II (82xx with CPM) cuboot support 2007-08-22 15:37:09 +10:00
cuboot-sequoia.c [POWERPC] PowerPC 440EPx: Sequoia bootwrapper 2007-09-07 07:49:28 -05:00
cuboot.c [POWERPC] bootwrapper: Move linker symbols into ops.h 2007-08-22 15:27:28 +10:00
cuboot.h
dcr.h [POWERPC] Walnut zImage wrapper 2007-09-07 07:51:44 -05:00
devtree.c [POWERPC] bootwrapper: Add PowerQUICC II (82xx with CPM) cuboot support 2007-08-22 15:37:09 +10:00
div64.S
dummy.c
ebony.c [POWERPC] bootwrapper: Move linker symbols into ops.h 2007-08-22 15:27:28 +10:00
elf.h
elf_util.c
flatdevtree.c [POWERPC] bootwrapper: flatdevtree fixes 2007-09-14 01:33:23 +10:00
flatdevtree.h [POWERPC] bootwrapper: flatdevtree fixes 2007-09-14 01:33:23 +10:00
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: flatdevtree fixes 2007-09-14 01:33:23 +10:00
gunzip_util.c
gunzip_util.h
hack-coff.c
holly.c [POWERPC] bootwrapper: Move linker symbols into ops.h 2007-08-22 15:27:28 +10:00
install.sh
io.h [POWERPC] bootwrapper: Add 16-bit I/O, sync(), eieio(), and barrier() 2007-08-22 15:21:48 +10:00
main.c [POWERPC] bootwrapper: Move linker symbols into ops.h 2007-08-22 15:27:28 +10:00
Makefile [POWERPC] Walnut zImage wrapper 2007-09-07 07:51:44 -05:00
mktree.c
mpsc.c [POWERPC] bootwrapper: Declare udelay() in ops.h 2007-08-22 15:21:49 +10:00
mv64x60.c
mv64x60.h
mv64x60_i2c.c [POWERPC] bootwrapper: Declare udelay() in ops.h 2007-08-22 15:21:49 +10:00
ns16550.c
of.c [POWERPC] bootwrapper: Move linker symbols into ops.h 2007-08-22 15:27:28 +10:00
of.h [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 2007-06-28 19:19:28 +10:00
ofconsole.c [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 2007-06-28 19:19:28 +10:00
oflib.c [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 2007-06-28 19:19:28 +10:00
ops.h [POWERPC] bootwrapper: Add PowerQUICC II (82xx with CPM) cuboot support 2007-08-22 15:37:09 +10:00
page.h
ppc_asm.h
ppcboot.h [POWERPC] bootwrapper: Add TARGET_HAS_ETHn tests to ppcboot.h 2007-08-22 15:21:48 +10:00
prpmc2800.c [POWERPC] bootwrapper: Move linker symbols into ops.h 2007-08-22 15:27:28 +10:00
ps3-head.S PS3: Fix build with 32-bit toolchains 2007-07-21 17:49:16 -07:00
ps3-hvcall.S PS3: Fix build with 32-bit toolchains 2007-07-21 17:49:16 -07:00
ps3.c [POWERPC] bootwrapper: Move linker symbols into ops.h 2007-08-22 15:27:28 +10:00
README
reg.h
rs6000.h
serial.c [POWERPC] bootwrapper: Add CPM serial driver 2007-08-22 15:26:20 +10:00
simple_alloc.c
stdio.c
stdio.h
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] Bamboo zImage wrapper 2007-08-20 07:30:32 -05:00
treeboot-ebony.c [POWERPC] bootwrapper: Move linker symbols into ops.h 2007-08-22 15:27:28 +10:00
treeboot-walnut.c [POWERPC] Walnut zImage wrapper 2007-09-07 07:51:44 -05:00
types.h
util.S
wrapper [POWERPC] PS3: Bootwrapper support. 2007-07-10 21:56:40 +10:00
zImage.coff.lds.S
zImage.lds.S
zImage.ps3.lds.S [POWERPC] PS3: Bootwrapper support. 2007-07-10 21:56:40 +10:00

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