Re: [U-Boot] [PATCH V4] Ethernut 5 board support

2011-12-07 Thread Albert ARIBAUD

Le 05/12/2011 22:45, Wolfgang Denk a écrit :

Dear Harald Kipp,

In message4ec6b254.80...@egnite.de  you wrote:

Dear Maintainers,

On 02.11.2011 10:55, Tim Schendekehl wrote:

Add support for the Ethernut 5 open hardware design, based
on Atmel's AT91SAM9XE512 SoC.


Any chance to get this patch reviewed before it's becoming outdated again?


It might help to put the responsible custodian on Cc:

Also, sticking to the correct patch format (like putting comments not
into the commitm essage, but into the comment section, i. e. _below_
the --- line) increases your chances.


For information, this patch is now in u-boot/master.


Best regards,

Wolfgang Denk


Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH V4] Ethernut 5 board support

2011-12-05 Thread Wolfgang Denk
Dear Harald Kipp,

In message 4ec6b254.80...@egnite.de you wrote:
 Dear Maintainers,
 
 On 02.11.2011 10:55, Tim Schendekehl wrote:
  Add support for the Ethernut 5 open hardware design, based
  on Atmel's AT91SAM9XE512 SoC.
 
 Any chance to get this patch reviewed before it's becoming outdated again?

It might help to put the responsible custodian on Cc:

Also, sticking to the correct patch format (like putting comments not
into the commitm essage, but into the comment section, i. e. _below_
the --- line) increases your chances.

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
I object to intellect without discipline;  I object to power without
constructive purpose.
-- Spock, The Squire of Gothos, stardate 2124.5
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH V4] Ethernut 5 board support

2011-11-18 Thread Harald Kipp
Dear Maintainers,

On 02.11.2011 10:55, Tim Schendekehl wrote:
 Add support for the Ethernut 5 open hardware design, based
 on Atmel's AT91SAM9XE512 SoC.

Any chance to get this patch reviewed before it's becoming outdated again?

Many thanks,

Harald
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH V4] Ethernut 5 board support

2011-11-18 Thread Anatolij Gustschin
Dear Harald,

On Fri, 18 Nov 2011 20:30:28 +0100
Harald Kipp harald.k...@egnite.de wrote:

 Dear Maintainers,
 
 On 02.11.2011 10:55, Tim Schendekehl wrote:
  Add support for the Ethernut 5 open hardware design, based
  on Atmel's AT91SAM9XE512 SoC.
 
 Any chance to get this patch reviewed before it's becoming outdated again?

The patch looks good, it is checkpatch-clean, applies cleanly on
u-boot.git/master and u-boot-arm.git/master and compiles on current
top of tree. All review comments for v3 were addressed, so I think
it can be queued for upcoming release. I delegated the patch in
patchwork to Albert (ARM custodian, on CC).

Albert, could you look at the patch and queue it. Thanks!

Best regards,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH V4] Ethernut 5 board support

2011-11-02 Thread Tim Schendekehl
Add support for the Ethernut 5 open hardware design, based
on Atmel's AT91SAM9XE512 SoC.

V4
 - Fix several coding style issues.
 - Move machine type to config file.
 - Remove use of CONFIG_ATMEL_LEGACY.

Signed-off-by: Tim Schendekehl tim.schendek...@egnite.de
---
 MAINTAINERS   |4 +
 board/egnite/ethernut5/Makefile   |   48 
 board/egnite/ethernut5/ethernut5.c|  270 +++
 board/egnite/ethernut5/ethernut5_pwrman.c |  338 +
 board/egnite/ethernut5/ethernut5_pwrman.h |   68 ++
 boards.cfg|1 +
 include/configs/ethernut5.h   |  287 
 7 files changed, 1016 insertions(+), 0 deletions(-)
 create mode 100644 board/egnite/ethernut5/Makefile
 create mode 100644 board/egnite/ethernut5/ethernut5.c
 create mode 100644 board/egnite/ethernut5/ethernut5_pwrman.c
 create mode 100644 board/egnite/ethernut5/ethernut5_pwrman.h
 create mode 100644 include/configs/ethernut5.h

diff --git a/MAINTAINERS b/MAINTAINERS
index 21d1fef..1870ee1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -142,6 +142,10 @@ Phil Edworthy phil.edwor...@renesas.com
 
rsk7264 SH7264
 
+egnite GmbH i...@egnite.de
+
+   ethernut5   ARM926EJS (AT91SAM9XE SoC)
+
 Dirk Eibach eib...@gdsys.de
 
devconcenterPPC460EX
diff --git a/board/egnite/ethernut5/Makefile b/board/egnite/ethernut5/Makefile
new file mode 100644
index 000..8dc85d2
--- /dev/null
+++ b/board/egnite/ethernut5/Makefile
@@ -0,0 +1,48 @@
+#
+# (C) Copyright 2003-2008
+# Wolfgang Denk, DENX Software Engineering, w...@denx.de.
+#
+# (C) Copyright 2010
+# egnite GmbH
+#
+# 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).o
+
+COBJS-y+= $(BOARD).o
+COBJS-y+= $(BOARD)_pwrman.o
+
+SRCS   := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
+OBJS   := $(addprefix $(obj),$(COBJS-y))
+SOBJS  := $(addprefix $(obj),$(SOBJS))
+
+$(LIB):$(obj).depend $(OBJS) $(SOBJS)
+   $(call cmd_link_o_target, $(OBJS) $(SOBJS))
+
+#
+
+# defines $(obj).depend target
+include $(SRCTREE)/rules.mk
+
+sinclude $(obj).depend
+
+#
diff --git a/board/egnite/ethernut5/ethernut5.c 
b/board/egnite/ethernut5/ethernut5.c
new file mode 100644
index 000..e42e91e
--- /dev/null
+++ b/board/egnite/ethernut5/ethernut5.c
@@ -0,0 +1,270 @@
+/*
+ * (C) Copyright 2011
+ * egnite GmbH i...@egnite.de
+ *
+ * (C) Copyright 2010
+ * Ole Reinhardt ole.reinha...@thermotemp.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
+ */
+
+/*
+ * Ethernut 5 general board support
+ *
+ * Ethernut is an open source hardware and software project for
+ * embedded Ethernet devices. Hardware layouts and CAD files are
+ * freely available under BSD-like license.
+ *
+ * Ethernut 5 is the first member of the Ethernut board family
+ * with U-Boot and Linux support. This implementation is based
+ * on the original work done by Ole Reinhardt, but heavily modified
+ * to support additional features and the latest board revision 5.0F.
+ *
+ * Main board components are by default:
+ *
+ * Atmel AT91SAM9XE512 CPU with 512 kBytes NOR Flash
+ * 2 x 64 MBytes Micron MT48LC32M16A2P SDRAM
+ * 512 MBytes Micron MT29F4G08ABADA NAND Flash
+ * 4 MBytes Atmel AT45DB321D DataFlash
+