powerpc/40x: Add PowerPC 40x simple platform support
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Thu, 4 Sep 2008 00:58:22 +0000 (20:58 -0400)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Fri, 17 Oct 2008 14:31:18 +0000 (10:31 -0400)
commit8105fa88593c87f8aba0e7e829d7dc0ee94fe2cf
tree4ed396580dfdcced402f31b1ead260482c7677c6
parentdf8f71faa8e9b8b8df8b22b57889630fece25696
powerpc/40x: Add PowerPC 40x simple platform support

This adds a common board file for almost all of the "simple" PowerPC 40x
boards that exist today.  This is intended to be a single place to add
support for boards that do not differ in platform support from most of the
evaluation boards that are used as reference platforms.  Boards that have
specific requirements or custom hardware setup should still have their own
board.c file.

The first board ported to this is the AMCC PowerPC 405EZ Acadia board.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/platforms/40x/Kconfig
arch/powerpc/platforms/40x/Makefile
arch/powerpc/platforms/40x/ppc40x_simple.c [new file with mode: 0644]