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 _

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

2011-10-17 Thread Harald Kipp
Hi Albert, On 16.10.2011 15:18, Albert ARIBAUD wrote: > I have applied the patch on top of u-boot-arm/master (minus slight > adaptations to boards.cfg and MAINTAINERS) but the board does not seem > to build properly: Thanks for taking the time to look into this. It built properly at the time i

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

2011-03-14 Thread Harald Kipp
Add support for the Ethernut 5 open hardware design, based on Atmel's AT91SAM9XE512 SoC. Signed-off-by: Harald Kipp --- V2: - Fix several coding style issues. - Remove Ethernet MAC address from default environment. MAINTAINERS |3 + board/egnite/ethe

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

2011-03-14 Thread Harald Kipp
On 3/13/2011 12:41 PM, Harald Kipp wrote: > Add support for the Ethernut 5 open hardware design, based on Atmel's > AT91SAM9XE512 SoC. NAK. Too many trailing whitespaces and some more style issues. I haven't been aware of the checkpatch script. Regards, Harald PS: Seems to be

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

2011-03-13 Thread Harald Kipp
Add support for the Ethernut 5 open hardware design, based on Atmel's AT91SAM9XE512 SoC. Signed-off-by: Harald Kipp --- MAINTAINERS |3 + board/egnite/ethernut5/Makefile | 54 + board/egnite/ethernut5/ethernut5.c|

Re: [U-Boot] AT91 timer patch broke DataFlash driver

2011-03-10 Thread Harald Kipp
Answering myself On 3/10/2011 2:54 PM, Harald Kipp wrote: > Commit 5dca710a3d7703e41da0e9894f2d71f9e25bea6b > http://lists.denx.de/pipermail/u-boot/2010-October/078600.html > removed the two global routines reset_timer_masked() and > get_timer_masked() from arch/arm/cpu/arm926ejs/

[U-Boot] AT91 timer patch broke DataFlash driver

2011-03-10 Thread Harald Kipp
Hi, Commit 5dca710a3d7703e41da0e9894f2d71f9e25bea6b http://lists.denx.de/pipermail/u-boot/2010-October/078600.html removed the two global routines reset_timer_masked() and get_timer_masked() from arch/arm/cpu/arm926ejs/at91/timer.c. Both routines are still referenced in drivers/spi/atmel_datafla