Re: [U-Boot] [PATCH v2 3/4] Add In-Circuit sam9g45_oem board

2011-02-15 Thread Marcel Janssen
On Tuesday, February 15, 2011 07:45:36 pm Remy Bohmer wrote: Hi, 2011/2/13 Marcel Janssen korg...@home.nl: From: Marcel korg...@home.nl sam9g45_oem cleanup phase1 sam9g45_oem cleanup phase2 sam9g45_oem cleanup phase3 Not a very descriptive patch header... Please fix

Re: [U-Boot] [PATCH v2 4/4] updates for DFU and atmel usba udc

2011-02-15 Thread Marcel Janssen
On Tuesday, February 15, 2011 07:43:34 pm Remy Bohmer wrote: Hi, 2011/2/13 Marcel Janssen korg...@home.nl: From: Marcel korg...@home.nl Signed-off-by: Marcel korg...@home.nl --- arch/arm/cpu/arm926ejs/at91/led.c | 119 +- Why is this part

Re: [U-Boot] [PATCH v2 4/4] updates for DFU and atmel usba udc

2011-02-15 Thread Marcel Janssen
Hi Remy, 2011/2/15 Marcel Janssen korg...@home.nl: On Tuesday, February 15, 2011 07:43:34 pm Remy Bohmer wrote: Hi, 2011/2/13 Marcel Janssen korg...@home.nl: From: Marcel korg...@home.nl Signed-off-by: Marcel korg...@home.nl --- arch/arm/cpu/arm926ejs/at91/led.c

Re: [U-Boot] [PATCH v2 1/4] Add Atmel USBA UDC

2011-02-15 Thread Marcel Janssen
Hi Remy, Continuing producing some remarks: 2011/2/13 Marcel Janssen korg...@home.nl: From: Marcel korg...@home.nl Atmel USBA UDC cleanup Atmel USBA UDC cleanup more cleanup of Atmel USBA UDC Some more cleaning of Atmel USBA UDC further cleaning of Atmel USBA UDC

Re: [U-Boot] [PATCH 4/4] add icnova sam9g45 board

2011-02-15 Thread Marcel Janssen
On Tuesday, February 15, 2011 01:00:50 am Reinhard Meyer wrote: Dear Marcel Janssen, Hi Remy and Reinhard, To make it easy for you: It is up to you if you choose ' rework_110202' ... It looks like if at91sam9g45.h has not been updated. Is that right ? If so, should all

Re: [U-Boot] [PATCH v2 4/4] updates for DFU and atmel usba udc

2011-02-15 Thread Marcel Janssen
Dear Remy and Reinhard, Hmm, Let's make it even more black/white: I do not have to like the board code. ;-) Reinhard is the Atmel maintainer. He needs to pull in the Board code. I only care about generic USB code... ;-))) Please make 2 unrelated patch series (1 series for USB DFU support,

[U-Boot] [PATCH v2 0/4] DFU implementation for Atmel SAM9G45

2011-02-13 Thread Marcel Janssen
From: Marcel korg...@home.nl These patches apply to u-boot-usb, cdc-at91 branch. They contain a working implementation of USB DFU. Most is documented in README.dfu. A little background on the implementation : The controller code (atmel_usba_udc) should also work with the gadget ethernet driver.

[U-Boot] [PATCH v2 1/4] Add Atmel USBA UDC

2011-02-13 Thread Marcel Janssen
..6d02de6 --- /dev/null +++ b/drivers/usb/gadget/atmel_usba_udc.c @@ -0,0 +1,1438 @@ +/* + * Driver for the Atmel USBA high speed USB device controller + * + * Copyright (C) 2011 Marcel Janssen, Admesy B.V. + * Copyright (C) 2005-2007 Atmel Corporation + * + * This program is free software; you can

[U-Boot] [PATCH v2 2/4] USB DFU driver added

2011-02-13 Thread Marcel Janssen
@@ -0,0 +1,89 @@ +/* + * (C) Copyright 2011 Marcel Janssen, Admesy B.V. + * + * 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

[U-Boot] [PATCH v2 3/4] Add In-Circuit sam9g45_oem board

2011-02-13 Thread Marcel Janssen
mode 100644 include/configs/icnova_sam9g45.h diff --git a/board/in-circuit/icnova/Makefile b/board/in-circuit/icnova/Makefile new file mode 100644 index 000..bf64680 --- /dev/null +++ b/board/in-circuit/icnova/Makefile @@ -0,0 +1,50 @@ +# (C) Copyright 2011 Marcel Janssen, Admesy B.V. +# (C

[U-Boot] [PATCH v2 4/4] updates for DFU and atmel usba udc

2011-02-13 Thread Marcel Janssen
From: Marcel korg...@home.nl Signed-off-by: Marcel korg...@home.nl --- arch/arm/cpu/arm926ejs/at91/led.c | 119 +- common/Makefile |1 + common/update_dfu.c |2 - drivers/usb/gadget/atmel_usba_udc.c |8 +-

[U-Boot] [PATCH v2 4/4] updates for DFU and atmel usba udc

2011-02-13 Thread Marcel Janssen
From: Marcel korg...@home.nl Signed-off-by: Marcel korg...@home.nl --- arch/arm/cpu/arm926ejs/at91/led.c | 119 +- common/Makefile |1 + common/update_dfu.c |2 - drivers/usb/gadget/atmel_usba_udc.c |8 +-

Re: [U-Boot] [PATCH v2 0/4] DFU implementation for Atmel SAM9G45

2011-02-13 Thread Marcel Janssen
Hi, I hope this one gets through correctly. I know it's know what optimal as it should apply to the current 'work' but I had some issues doing that and no time to find out what the issue is. If possible, please apply to cdc-at91 If not, than I will be reviewing it in a couple of months I guess.

Re: [U-Boot] [PATCH v2 4/4] updates for DFU and atmel usba udc

2011-02-13 Thread Marcel Janssen
Hi, Sorry to post this one twice. It's seems exactly the same patch. From: Marcel korg...@home.nl Signed-off-by: Marcel korg...@home.nl --- arch/arm/cpu/arm926ejs/at91/led.c | 119 +- common/Makefile | 1 + common/update_dfu.c

[U-Boot] [PATCH 2/2] Add Atmel USBA UDC

2011-02-12 Thread Marcel Janssen
From: Marcel korg...@home.nl Signed-off-by: Marcel korg...@home.nl --- drivers/usb/gadget/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index 0846233..024844d 100644 --- a/drivers/usb/gadget/Makefile

[U-Boot] [PATCH 2/4] Add Atmel USBA UDC

2011-02-12 Thread Marcel Janssen
From: Marcel korg...@home.nl Signed-off-by: Marcel korg...@home.nl --- drivers/usb/gadget/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index 0846233..024844d 100644 --- a/drivers/usb/gadget/Makefile

[U-Boot] [PATCH 3/4] add USB DFU driver

2011-02-12 Thread Marcel Janssen
/README.dfu new file mode 100644 index 000..04b7b76 --- /dev/null +++ b/doc/README.dfu @@ -0,0 +1,129 @@ +USBD DFU mode + +Initially written by Marcel Janssen (marcel.jans...@admesy.nl). +Based on parts from OpenMoko, ether.c and update.c

[U-Boot] [PATCH 4/4] add icnova sam9g45 board

2011-02-12 Thread Marcel Janssen
index 000..6b68a6e --- /dev/null +++ b/board/in-circuit/icnova/icnova_arm.c @@ -0,0 +1,259 @@ +/* + * (C) 2011 Marcel Janssen, Admesy B.V. + * (C) 2010 Benjamin Tietz, In-Circuit benjamin.ti...@in-circuit.de + * + * (C) Copyright 2007-2008 + * Stelian Pop stelian@leadtechdesign.com + * Lead

[U-Boot] [PATCH 2/3] add USB DFU driver

2011-02-12 Thread Marcel Janssen
/README.dfu new file mode 100644 index 000..04b7b76 --- /dev/null +++ b/doc/README.dfu @@ -0,0 +1,129 @@ +USBD DFU mode + +Initially written by Marcel Janssen (marcel.jans...@admesy.nl). +Based on parts from OpenMoko, ether.c and update.c

[U-Boot] [PATCH 3/3] add icnova sam9g45 board

2011-02-12 Thread Marcel Janssen
/in-circuit/icnova/icnova_arm.c new file mode 100644 index 000..6b68a6e --- /dev/null +++ b/board/in-circuit/icnova/icnova_arm.c @@ -0,0 +1,259 @@ +/* + * (C) 2011 Marcel Janssen, Admesy B.V. + * (C) 2010 Benjamin Tietz, In-Circuit benjamin.ti...@in-circuit.de + * + * (C) Copyright 2007-2008