Re: [U-Boot] [patch V3] [3/3] firetux board support

2009-02-09 Thread Jürgen Schöw
; board/dspg/firetux/u-boot.lds | 57 +++ > > include/configs/firetux.h | 454 + > > Here, like it seems in all your patches, there is no signed-off-by > line. > > We cannot accept patches that are missing the SoB. I sure can understand

Re: [U-Boot] [patch V3] [2/3] ip3912 network driver

2009-02-08 Thread Jürgen Schöw
Am Fri, 6 Feb 2009 23:19:55 +0100 schrieb Jean-Christophe PLAGNIOL-VILLARD : > On 22:56 Sun 04 Jan , Jürgen Schöw wrote: > > drivers/net/Makefile |1 + > > drivers/net/ip3912.c | 659 > > >

Re: [U-Boot] [patch V3] [1/3] PNX8181 SOC support

2009-02-08 Thread Jürgen Schöw
On Fri, 6 Feb 2009 23:18:20 +0100 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:54 Sun 04 Jan , Jürgen Schöw wrote: > > cpu/arm926ejs/pnx8181/Makefile | 45 +++ > > cpu/arm926ejs/pnx8181/timer.c | 141 > > drivers/i2c/Makefile |

[U-Boot] [patch V3] [1/3] PNX8181 SOC support

2009-01-04 Thread Jürgen Schöw
cpu/arm926ejs/pnx8181/Makefile | 45 +++ cpu/arm926ejs/pnx8181/timer.c | 141 drivers/i2c/Makefile |1 + drivers/i2c/pnx8181_i2c.c | 304 + diff --git a/cpu/arm926ejs/pnx8181/Makefile b/cpu/arm926ejs/pnx8181/Makefile new file mode 10

[U-Boot] [patch V3] [0/3] U-Boot Firetux board support (PNX8181)

2009-01-04 Thread Jürgen Schöw
interface, spi, i2c and other SOC peripherals. These boards have been build by NXP Semiconductors GmbH, Nuremberg, Germany and are now build by DSPG Technologies GmbH, Nuremberg, Germany. Signed-off-by: Jürgen Schöw Signed-off-by: Sebastian Hess Signed-off-by: Matthias Mwenzel Signed-off-by: Dirk

[U-Boot] [patch V3] [2/3] ip3912 network driver

2009-01-04 Thread Jürgen Schöw
drivers/net/Makefile |1 + drivers/net/ip3912.c | 659 drivers/net/ip3912.h | 174 ++ diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 631336a..7c82880 100644 --- a/drivers/net/Makefile +++ b

Re: [U-Boot] [patch V2] U-Boot Firetux board support

2008-11-13 Thread Jürgen Schöw
Hi Jean-Christophe PLAGNIOL-VILLARD, sorry to answer late. I've been on the CELF Conference last week and being busy this week delays so much. Am Thu, 6 Nov 2008 21:53:29 +0100 schrieb Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>: > On 12:48 Wed 05 Nov , Juergen Schoew wrote: > > Hi

Re: [U-Boot] [patch] U-Boot Firetux board support

2008-11-03 Thread Jürgen Schöw
lease email to me. > > > > Is is possible to include that patch in the new version of u-boot? > > > > Regards > > > > Jürgen Schöw > > > > -- > > Dipl.-Ing. Jürgen Schöw, emlix GmbH, http://www.emlix.com, > > mailto:[EMAIL PROTECTED] Fon +49 551 30664

Re: [U-Boot] [patch] U-Boot Firetux board support

2008-11-03 Thread Jürgen Schöw
t;. This seems to be similair to the Steppingstone bootloader from Samsung. This SPL is already in the eeprom of the system and will be (hopefully) integrated in the cpu rom mask for the next revision. If I see it correct, I have to define the whole parameterset for the NAND chip in the co

Re: [U-Boot] [patch] U-Boot Firetux board support

2008-11-03 Thread Jürgen Schöw
Hi Peter, On Fri, 31 Oct 2008 13:55:53 -0500, Peter Tyser <[EMAIL PROTECTED]> wrote: > Hi Jürgen, > > > If you have any comments please email to me. > > You should add an entry to the MAINTAINERS file for the Firetux. OK, will be in the next cycle. Regards Jürgen Sch