From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] powerpc/p4080: Add support for the P4080DS board
Date: Wed, 04 Aug 2010 00:28:16 +0200 [thread overview]
Message-ID: <20100803222816.DABC728F@gemini.denx.de> (raw)
In-Reply-To: <1280167927-29160-1-git-send-email-galak@kernel.crashing.org>
Dear Kumar Gala,
In message <1280167927-29160-1-git-send-email-galak@kernel.crashing.org> you 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@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>
> ---
> * 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
Entry in MAINTAINERS missing. Please provide incremental patch.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Bureaucracy is the enemy of innovation."
- Mark Shepherd, former President and CEO of Texas Instruments
next prev parent reply other threads:[~2010-08-03 22:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-15 22:15 [U-Boot] [PATCH 1/4] powerpc/p4080: Add support for initializing SERDES Kumar Gala
2010-07-15 22:15 ` [U-Boot] [PATCH 2/4] powerpc/p4080: Add workaround for errata SERDES8 Kumar Gala
2010-07-15 22:15 ` [U-Boot] [PATCH 3/4] powerpc/p4080: Add workaround for erratum CPU22 Kumar Gala
2010-07-15 22:15 ` [U-Boot] [PATCH 4/4] powerpc/p4080: Add support for the P4080DS board Kumar Gala
2010-07-21 16:31 ` Peter Tyser
2010-07-26 17:51 ` Kumar Gala
2010-07-26 18:12 ` [U-Boot] [PATCH v2] " Kumar Gala
2010-07-31 18:29 ` Kumar Gala
2010-08-03 22:28 ` Wolfgang Denk [this message]
2010-07-26 18:13 ` [U-Boot] [PATCH 3/4] powerpc/p4080: Add workaround for erratum CPU22 Kumar Gala
2010-07-26 18:13 ` [U-Boot] [PATCH 2/4] powerpc/p4080: Add workaround for errata SERDES8 Kumar Gala
2010-07-26 18:13 ` [U-Boot] [PATCH 1/4] powerpc/p4080: Add support for initializing SERDES Kumar Gala
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100803222816.DABC728F@gemini.denx.de \
--to=wd@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox