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

2010-08-03 Thread Wolfgang Denk
Dear Kumar Gala,

In message 1280167927-29160-1-git-send-email-ga...@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.swarth...@freescale.com
 Signed-off-by: Emil Medve emilian.me...@freescale.com
 Signed-off-by: Becky Bruce bec...@kernel.crashing.org
 Signed-off-by: Ashish Kalra ashish.ka...@freescale.com
 Signed-off-by: Stuart Yoder stuart.yo...@freescale.com
 Signed-off-by: Dave Liu dave...@freescale.com
 Signed-off-by: Lan Chunhe-B25806 b25...@freescale.com
 Signed-off-by: Scott Wood scottw...@freescale.com
 Signed-off-by: Kim Phillips kim.phill...@freescale.com
 Signed-off-by: Roy Zang tie-fei.z...@freescale.com
 Signed-off-by: Timur Tabi ti...@freescale.com
 Signed-off-by: Andy Fleming aflem...@freescale.com
 Signed-off-by: York Sun york...@freescale.com
 Signed-off-by: Kumar Gala ga...@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: w...@denx.de
Bureaucracy is the enemy of innovation.
   - Mark Shepherd, former President and CEO of Texas Instruments
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2010-07-31 Thread Kumar Gala

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.swarth...@freescale.com
 Signed-off-by: Emil Medve emilian.me...@freescale.com
 Signed-off-by: Becky Bruce bec...@kernel.crashing.org
 Signed-off-by: Ashish Kalra ashish.ka...@freescale.com
 Signed-off-by: Stuart Yoder stuart.yo...@freescale.com
 Signed-off-by: Dave Liu dave...@freescale.com
 Signed-off-by: Lan Chunhe-B25806 b25...@freescale.com
 Signed-off-by: Scott Wood scottw...@freescale.com
 Signed-off-by: Kim Phillips kim.phill...@freescale.com
 Signed-off-by: Roy Zang tie-fei.z...@freescale.com
 Signed-off-by: Timur Tabi ti...@freescale.com
 Signed-off-by: Andy Fleming aflem...@freescale.com
 Signed-off-by: York Sun york...@freescale.com
 Signed-off-by: Kumar Gala ga...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2010-07-26 Thread Kumar Gala
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.swarth...@freescale.com
Signed-off-by: Emil Medve emilian.me...@freescale.com
Signed-off-by: Becky Bruce bec...@kernel.crashing.org
Signed-off-by: Ashish Kalra ashish.ka...@freescale.com
Signed-off-by: Stuart Yoder stuart.yo...@freescale.com
Signed-off-by: Dave Liu dave...@freescale.com
Signed-off-by: Lan Chunhe-B25806 b25...@freescale.com
Signed-off-by: Scott Wood scottw...@freescale.com
Signed-off-by: Kim Phillips kim.phill...@freescale.com
Signed-off-by: Roy Zang tie-fei.z...@freescale.com
Signed-off-by: Timur Tabi ti...@freescale.com
Signed-off-by: Andy Fleming aflem...@freescale.com
Signed-off-by: York Sun york...@freescale.com
Signed-off-by: Kumar Gala ga...@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

diff --git a/MAKEALL b/MAKEALL
index 2133559..b34ae33 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -428,6 +428,7 @@ LIST_85xx= \
P2020RDB_NAND   \
P2020RDB_SDCARD \
P2020RDB_SPIFLASH   \
+   P4080DS \
PM854   \
PM856   \
sbc8540 \
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile
index 2d48d7e..f93045f 100644
--- a/board/freescale/common/Makefile
+++ b/board/freescale/common/Makefile
@@ -46,6 +46,7 @@ COBJS-$(CONFIG_MPC8536DS) += ics307_clk.o
 COBJS-$(CONFIG_MPC8572DS)  += ics307_clk.o
 COBJS-$(CONFIG_P1022DS)+= ics307_clk.o
 COBJS-$(CONFIG_P2020DS)+= ics307_clk.o
+COBJS-$(CONFIG_P4080DS)+= ics307_clk.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS-y))
diff --git a/board/freescale/corenet_ds/Makefile 
b/board/freescale/corenet_ds/Makefile
new file mode 100644
index 000..8aa7255
--- /dev/null
+++ b/board/freescale/corenet_ds/Makefile
@@ -0,0 +1,55 @@
+#
+# Copyright 2007-2009 Freescale Semiconductor, Inc.
+# (C) Copyright 2001-2006
+# Wolfgang Denk, DENX Software Engineering, w...@denx.de.
+#
+# See file CREDITS for list of people who contributed to this
+# project.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+
+include $(TOPDIR)/config.mk
+
+LIB= $(obj)lib$(BOARD).a
+
+COBJS-y+= $(BOARD).o
+COBJS-$(CONFIG_DDR_SPD)+= ddr.o
+COBJS-$(CONFIG_PCI)+= pci.o
+COBJS-y+= law.o
+COBJS-y+= tlb.o
+
+SRCS   := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
+OBJS   := $(addprefix $(obj),$(COBJS-y))
+SOBJS  := $(addprefix $(obj),$(SOBJS))
+
+$(LIB):$(obj).depend $(OBJS) $(SOBJS)
+   $(AR) $(ARFLAGS) $@ $(OBJS)
+
+clean:
+   rm -f $(OBJS) $(SOBJS)
+
+distclean: clean
+   rm -f $(LIB) core *.bak .depend
+
+#
+
+# defines $(obj).depend target
+include $(SRCTREE)/rules.mk
+
+sinclude $(obj).depend
+
+#
diff --git a/board/freescale/corenet_ds/config.mk