]> Git Repo - J-u-boot.git/commit
powerpc/p4080: Add support for the P4080DS board
authorKumar Gala <[email protected]>
Thu, 15 Jul 2010 21:49:03 +0000 (16:49 -0500)
committerKumar Gala <[email protected]>
Sun, 1 Aug 2010 16:18:40 +0000 (11:18 -0500)
commitd17123696c6180ac8b74fbd318bf14652623e982
treed45346f49fbd05452990f98698085d607b01fb40
parent394c46caf965f47717a952a09a51b73c2cb473b3
powerpc/p4080: Add support for the P4080DS board

Add support for the P4080DS board, with the following features:

* 36-bit only
* Boots from NOR flash
* FMAN drivers NOT supported
* SPD DDR initialization

Signed-off-by: Ed Swarthout <[email protected]>
Signed-off-by: Emil Medve <[email protected]>
Signed-off-by: Becky Bruce <[email protected]>
Signed-off-by: Ashish Kalra <[email protected]>
Signed-off-by: Stuart Yoder <[email protected]>
Signed-off-by: Dave Liu <[email protected]>
Signed-off-by: Lan Chunhe-B25806 <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
Signed-off-by: Kim Phillips <[email protected]>
Signed-off-by: Roy Zang <[email protected]>
Signed-off-by: Timur Tabi <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
Signed-off-by: York Sun <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
12 files changed:
MAKEALL
board/freescale/common/Makefile
board/freescale/corenet_ds/Makefile [new file with mode: 0644]
board/freescale/corenet_ds/config.mk [new file with mode: 0644]
board/freescale/corenet_ds/corenet_ds.c [new file with mode: 0644]
board/freescale/corenet_ds/ddr.c [new file with mode: 0644]
board/freescale/corenet_ds/law.c [new file with mode: 0644]
board/freescale/corenet_ds/pci.c [new file with mode: 0644]
board/freescale/corenet_ds/tlb.c [new file with mode: 0644]
boards.cfg
include/configs/P4080DS.h [new file with mode: 0644]
include/configs/corenet_ds.h [new file with mode: 0644]
This page took 0.034054 seconds and 4 git commands to generate.