powerpc/p4080: Add basic support for p4080ds platform
authorKumar Gala <galak@kernel.crashing.org>
Thu, 22 Oct 2009 21:35:07 +0000 (16:35 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 20 Nov 2009 22:45:38 +0000 (16:45 -0600)
commitab2f489294b69e6d736efa7a57dcf286cd9662a0
tree7fbca6c42dc2edf003553928e22884967d8c8c65
parent3bc265627a0e163acebd35235454c525ea020804
powerpc/p4080: Add basic support for p4080ds platform

Add basic support for the P4080 DS reference board.  None of the data
path devices (ethernet, crypto, pme) are support at this time.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p4080ds.dts [new file with mode: 0644]
arch/powerpc/platforms/85xx/Kconfig
arch/powerpc/platforms/85xx/Makefile
arch/powerpc/platforms/85xx/corenet_ds.c [new file with mode: 0644]
arch/powerpc/platforms/85xx/corenet_ds.h [new file with mode: 0644]
arch/powerpc/platforms/85xx/p4080_ds.c [new file with mode: 0644]