summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSrikanth Srinivasan <srikanth.srinivasan@freescale.com>2009-04-03 15:36:13 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-06-12 17:16:25 -0500
commitfeb7838f979ec2b581df3c791b9ae3284c36bb47 (patch)
tree3dabef57e7ea773b7816c927db669d1759cc5a68 /Makefile
parent229549a56d9ae413c00f64fd7c728c6879a1b54b (diff)
downloadblackbird-obmc-uboot-feb7838f979ec2b581df3c791b9ae3284c36bb47.tar.gz
blackbird-obmc-uboot-feb7838f979ec2b581df3c791b9ae3284c36bb47.zip
85xx: Add P2020DS support
The patch adds support for P2020DS reference platform. DDR3 interface uses hard-coded initialization rather than SPD for now and was tested at 667Mhz. Some PIXIS register definitions and associated code sections need to be fixed. TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all tested under u-boot. Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com> Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa4646f4c1..89808e51ed 100644
--- a/Makefile
+++ b/Makefile
@@ -2481,6 +2481,15 @@ MPC8572DS_config: unconfig
fi
@$(MKCONFIG) -a MPC8572DS ppc mpc85xx mpc8572ds freescale
+P2020DS_36BIT_config \
+P2020DS_config: unconfig
+ @mkdir -p $(obj)include
+ @if [ "$(findstring _36BIT_,$@)" ] ; then \
+ echo "#define CONFIG_PHYS_64BIT" >>$(obj)include/config.h ; \
+ $(XECHO) "... enabling 36-bit physical addressing." ; \
+ fi
+ @$(MKCONFIG) -a P2020DS ppc mpc85xx p2020ds freescale
+
PM854_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx pm854
OpenPOWER on IntegriCloud