]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: Add P3041DS/P5020DS board support (uses corenet_ds code)
authorKumar Gala <galak@kernel.crashing.org>
Wed, 9 Feb 2011 02:00:08 +0000 (02:00 +0000)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 28 Apr 2011 03:29:04 +0000 (22:29 -0500)
commite02aea61cb17fc1e39368e4911491305d805e886
tree4bbff9a3f7309744dbcea8f2de9e4529127d34b7
parentdf8af0b4a63b6375e7abbaffe1f93cc01c34529c
powerpc: Add P3041DS/P5020DS board support (uses corenet_ds code)

The P3041DS & P5020DS boards are almost identical (except for the
processor in them).  Additionally they are based on the P4080DS board
design so we use the some board code for all 3 boards.

Some ngPIXIS (FPGA) registers where reserved on P4080DS and now have
meaning on P3041DS/P5020DS.  We utilize some of these for SERDES clock
configuration.

Additionally, the P3041DS/P5020DS support NAND.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Shaohui Xie <b21989@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 files changed:
arch/powerpc/include/asm/immap_85xx.h
board/freescale/common/Makefile
board/freescale/common/ngpixis.h
board/freescale/corenet_ds/Makefile
board/freescale/corenet_ds/corenet_ds.c
board/freescale/corenet_ds/law.c
board/freescale/corenet_ds/p3041ds_ddr.c [new file with mode: 0644]
board/freescale/corenet_ds/p5020ds_ddr.c [new file with mode: 0644]
board/freescale/corenet_ds/tlb.c
boards.cfg
include/configs/P3041DS.h [new file with mode: 0644]
include/configs/P5020DS.h [new file with mode: 0644]
include/configs/corenet_ds.h