]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/p4080: Add support for the P4080DS board
authorKumar Gala <galak@kernel.crashing.org>
Thu, 15 Jul 2010 21:49:03 +0000 (16:49 -0500)
committerKumar Gala <galak@kernel.crashing.org>
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 <Ed.Swarthout@freescale.com>
Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Ashish Kalra <Ashish.Kalra@freescale.com>
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Lan Chunhe-B25806 <b25806@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
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]