]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Support for the Ebony 440GP reference board in arch/powerpc
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 8 May 2007 04:10:01 +0000 (14:10 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 8 May 2007 04:47:32 +0000 (14:47 +1000)
commitf6dfc80554b27da11dbb36ebae166b23ec3aa9ca
tree2ca363b4e2d634988c40c9a03106c719b0324ebd
parentea20ff5d0338a0fbd78783df657f94ffa7967dd9
[POWERPC] Support for the Ebony 440GP reference board in arch/powerpc

This adds platform support code for the Ebony (440GP) evaluation
board.  This includes both code in arch/powerpc/platforms/44x for
board initialization, and zImage wrapper code to correctly tweak the
flattened device tree based on information from the firmware.  The
zImage supports both IBM OpenBIOS (aka "treeboot") and old versions of
uboot which don't support a flattened device tree.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
15 files changed:
arch/powerpc/Kconfig
arch/powerpc/boot/44x.c [new file with mode: 0644]
arch/powerpc/boot/44x.h [new file with mode: 0644]
arch/powerpc/boot/Makefile
arch/powerpc/boot/cuboot-ebony.c [new file with mode: 0644]
arch/powerpc/boot/dcr.h [new file with mode: 0644]
arch/powerpc/boot/ebony.c [new file with mode: 0644]
arch/powerpc/boot/mktree.c
arch/powerpc/boot/treeboot-ebony.c [new file with mode: 0644]
arch/powerpc/boot/wrapper
arch/powerpc/configs/ebony_defconfig [new file with mode: 0644]
arch/powerpc/platforms/44x/Kconfig [new file with mode: 0644]
arch/powerpc/platforms/44x/Makefile
arch/powerpc/platforms/44x/ebony.c [new file with mode: 0644]
arch/powerpc/platforms/Kconfig