]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: Add P2020DS support
authorSrikanth Srinivasan <srikanth.srinivasan@freescale.com>
Fri, 3 Apr 2009 20:36:13 +0000 (15:36 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 12 Jun 2009 22:16:25 +0000 (17:16 -0500)
commitfeb7838f979ec2b581df3c791b9ae3284c36bb47
tree3dabef57e7ea773b7816c927db669d1759cc5a68
parent229549a56d9ae413c00f64fd7c728c6879a1b54b
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>
MAKEALL
Makefile
board/freescale/p2020ds/Makefile [new file with mode: 0644]
board/freescale/p2020ds/config.mk [new file with mode: 0644]
board/freescale/p2020ds/ddr.c [new file with mode: 0644]
board/freescale/p2020ds/law.c [new file with mode: 0644]
board/freescale/p2020ds/p2020ds.c [new file with mode: 0644]
board/freescale/p2020ds/tlb.c [new file with mode: 0644]
board/freescale/p2020ds/u-boot.lds [new file with mode: 0644]
include/configs/P2020DS.h [new file with mode: 0644]