]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitad14cfd55a4f4a8957d9e54b217ec2c2599a5611
tree4ed396580dfdcced402f31b1ead260482c7677c6
parentf7f31f8f7191f4195f4a17c1761f09c51399e2e9
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]