summaryrefslogtreecommitdiffstats
path: root/arch/ppc/Makefile
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2012-05-17 17:49:51 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-17 20:33:39 +0200
commitfdf48169087cfd3dd29d84f5e59efaef7255b8f3 (patch)
treee5e848485405ff3678aad968a5413d26b4dc8205 /arch/ppc/Makefile
parent99dc5d2c9aaf5c9b3825a5fdc5d1b74fd55298cd (diff)
downloadbarebox-fdf48169087cfd3dd29d84f5e59efaef7255b8f3.tar.gz
barebox-fdf48169087cfd3dd29d84f5e59efaef7255b8f3.tar.xz
Minimal P2020RDB platform support and configuration file
This is limited board support for the Freescale P2020RDB in single CPU mode. The DDR is configured for a memory bus running at 667Mhz. The system boots from NOR flash and provides the console at 115200 bauds, no other drivers are included. Finally, the PPC Kconfig and make file make the building of the P2020RDB platform firmware possible. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/Makefile')
-rw-r--r--arch/ppc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 67eb667997..f0322a26b4 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -12,6 +12,7 @@ CPPFLAGS += -Wa,-me500x2 -msoft-float -mno-string
endif
board-$(CONFIG_MACH_PHYCORE_MPC5200B_TINY) := pcm030
+board-$(CONFIG_P2020RDB) := freescale-p2020rdb
machine-$(CONFIG_ARCH_MPC5200) := mpc5xxx
machine-$(CONFIG_ARCH_MPC85XX) := mpc85xx