[U-Boot] [PATCH v2] powerpc/p4080: Add support for the P4080DS board

Kumar Gala galak at kernel.crashing.org
Sat Jul 31 20:29:36 CEST 2010


On Jul 26, 2010, at 1:12 PM, Kumar Gala wrote:

> 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 at freescale.com>
> Signed-off-by: Emil Medve <Emilian.Medve at Freescale.com>
> Signed-off-by: Becky Bruce <beckyb at kernel.crashing.org>
> Signed-off-by: Ashish Kalra <Ashish.Kalra at freescale.com>
> Signed-off-by: Stuart Yoder <stuart.yoder at freescale.com>
> Signed-off-by: Dave Liu <daveliu at freescale.com>
> Signed-off-by: Lan Chunhe-B25806 <b25806 at freescale.com>
> Signed-off-by: Scott Wood <scottwood at freescale.com>
> Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
> Signed-off-by: Roy Zang <tie-fei.zang at freescale.com>
> Signed-off-by: Timur Tabi <timur at freescale.com>
> Signed-off-by: Andy Fleming <afleming at freescale.com>
> Signed-off-by: York Sun <yorksun at freescale.com>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> * Dropped non-SPD ddr setup
> * cleaned up some whitespace issues
> 
> MAKEALL                                 |    1 +
> board/freescale/common/Makefile         |    1 +
> board/freescale/corenet_ds/Makefile     |   55 +++
> board/freescale/corenet_ds/config.mk    |   30 ++
> board/freescale/corenet_ds/corenet_ds.c |  259 ++++++++++++
> board/freescale/corenet_ds/ddr.c        |  176 ++++++++
> board/freescale/corenet_ds/law.c        |   40 ++
> board/freescale/corenet_ds/pci.c        |  127 ++++++
> board/freescale/corenet_ds/tlb.c        |  112 +++++
> boards.cfg                              |    1 +
> include/configs/P4080DS.h               |   35 ++
> include/configs/corenet_ds.h            |  673 +++++++++++++++++++++++++++++++
> 12 files changed, 1510 insertions(+), 0 deletions(-)
> create mode 100644 board/freescale/corenet_ds/Makefile
> create mode 100644 board/freescale/corenet_ds/config.mk
> create mode 100644 board/freescale/corenet_ds/corenet_ds.c
> create mode 100644 board/freescale/corenet_ds/ddr.c
> create mode 100644 board/freescale/corenet_ds/law.c
> create mode 100644 board/freescale/corenet_ds/pci.c
> create mode 100644 board/freescale/corenet_ds/tlb.c
> create mode 100644 include/configs/P4080DS.h
> create mode 100644 include/configs/corenet_ds.h

applied to 85xx

- k


More information about the U-Boot mailing list