diff options
author | Srikanth Srinivasan <srikanth.srinivasan@freescale.com> | 2009-04-03 15:36:13 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-06-12 17:16:25 -0500 |
commit | feb7838f979ec2b581df3c791b9ae3284c36bb47 (patch) | |
tree | 3dabef57e7ea773b7816c927db669d1759cc5a68 /Makefile | |
parent | 229549a56d9ae413c00f64fd7c728c6879a1b54b (diff) | |
download | u-boot-imx-feb7838f979ec2b581df3c791b9ae3284c36bb47.zip u-boot-imx-feb7838f979ec2b581df3c791b9ae3284c36bb47.tar.gz u-boot-imx-feb7838f979ec2b581df3c791b9ae3284c36bb47.tar.bz2 |
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-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |