From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Wed, 04 Aug 2010 00:28:16 +0200 Subject: [U-Boot] [PATCH v2] powerpc/p4080: Add support for the P4080DS board In-Reply-To: <1280167927-29160-1-git-send-email-galak@kernel.crashing.org> References: <1279729879.7232.8656.camel@petert> <1280167927-29160-1-git-send-email-galak@kernel.crashing.org> Message-ID: <20100803222816.DABC728F@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Signed-off-by: Emil Medve > Signed-off-by: Becky Bruce > Signed-off-by: Ashish Kalra > Signed-off-by: Stuart Yoder > Signed-off-by: Dave Liu > Signed-off-by: Lan Chunhe-B25806 > Signed-off-by: Scott Wood > Signed-off-by: Kim Phillips > Signed-off-by: Roy Zang > Signed-off-by: Timur Tabi > Signed-off-by: Andy Fleming > Signed-off-by: York Sun > Signed-off-by: Kumar Gala > --- > * 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