Re: [U-Boot] Question about Netconsole

2009-08-29 Thread Ben Warren
On Fri, Aug 28, 2009 at 2:51 AM, Detlev Zundel wrote: > Hi Jared, > > > I just wanted to let you know that I got Netconsole to work on my board. > > It turned out that the NetLoop routine was halting and initialing the > > TSEC driver over and over as part of the packet reception process. This >

Re: [U-Boot] [PATCH] Support for Embedtronics/MRFSA board.

2009-08-29 Thread Sami Kantoluoto
On Sat, Aug 29, 2009 at 10:15:23PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 20:22 Sat 29 Aug , Sami Kantoluoto wrote: > > Adds support for Embedtronics Oy's MRFSA board. Board features [snip] > > --- > > Makefile | 13 + > > board/embedtronics/mrfsa/

Re: [U-Boot] [PATCH] Support for Embedtronics/MRFSA board.

2009-08-29 Thread Albin Tonnerre
On Sat, Aug 29, 2009 at 08:22:09PM +0300, Sami Kantoluoto wrote : > Adds support for Embedtronics Oy's MRFSA board. Board features > AT91SAM9G20 controller, 64 MB of SDRAM, two 64 Mbit data flashses > (AT45DB321), SD card slot, GSM modem, GPS receiver, ZigBee (CC2420), > USB host ports, USB device

Re: [U-Boot] [PATCH] Support for Embedtronics/MRFSA board.

2009-08-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:22 Sat 29 Aug , Sami Kantoluoto wrote: > Adds support for Embedtronics Oy's MRFSA board. Board features > AT91SAM9G20 controller, 64 MB of SDRAM, two 64 Mbit data flashses > (AT45DB321), SD card slot, GSM modem, GPS receiver, ZigBee (CC2420), > USB host ports, USB device port, two RS232 a

Re: [U-Boot] [PATCH] Support for Embedtronics/MRFSA board.

2009-08-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:05 Sat 29 Aug , Albin Tonnerre wrote: > Hi Sami, > > Please note that I'm not an u-boot custodian, so what follows is by no means > authoritative. > However, I do have some comments about your code: agreed with all comments Best Regards, J. __

Re: [U-Boot] [PATCH] Support for Embedtronics/MRFSA board.

2009-08-29 Thread Albin Tonnerre
Hi Sami, Please note that I'm not an u-boot custodian, so what follows is by no means authoritative. However, I do have some comments about your code: On Sat, Aug 29, 2009 at 08:22:09PM +0300, Sami Kantoluoto wrote : > diff --git a/board/embedtronics/mrfsa/mrfsa.c > b/board/embedtronics/mrfsa/mr

Re: [U-Boot] [PATCH] MCI support for AT91 family processors.

2009-08-29 Thread Albin Tonnerre
Hello Sami, On Sat, Aug 29, 2009 at 08:18:32PM +0300, Sami Kantoluoto wrote : > Fixed to parse CSD correctly on little endian processors as gcc orders > bitfields differently between big and little endian ones. Please also see this patch, which will fix those bugs as weel, while switching to the

[U-Boot] [PATCH] Support for Embedtronics/MRFSA board.

2009-08-29 Thread Sami Kantoluoto
Adds support for Embedtronics Oy's MRFSA board. Board features AT91SAM9G20 controller, 64 MB of SDRAM, two 64 Mbit data flashses (AT45DB321), SD card slot, GSM modem, GPS receiver, ZigBee (CC2420), USB host ports, USB device port, two RS232 and one RS422/RS485 port, two opto isolated inputs, two re

[U-Boot] [PATCH] MCI support for AT91 family processors.

2009-08-29 Thread Sami Kantoluoto
Fixed to parse CSD correctly on little endian processors as gcc orders bitfields differently between big and little endian ones. Signed-off-by: Sami Kantoluoto --- drivers/mmc/atmel_mci.c | 55 -- include/asm-arm/arch-at91/clk.h |5 +++ 2 files c

[U-Boot] Pull request - mpc85xx/next

2009-08-29 Thread Kumar Gala
The following changes since commit 5928da0193d31f52f4a5b9f6ed3d3f0390ffd2c1: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-nand-flash into next are available in the git repository at: git://git.denx.de/u-boot-mpc85xx next Alex Dubov (1): stx: create common

[U-Boot] [RFC][PATCH] Ethernet Support for eNET Board

2009-08-29 Thread Graeme Russ
OK, after much wailing and gnashing of teeth, I have FINALLY got the Ethernet chips on my eNET board working. In the end, the critical mod was in drivers/net/rtl8139.c, line 217 where I needed to change PCI_BASE_ADDRESS_1 to PCI_BASE_ADDRESS_0 - The big question for me now is Why? I assume this dri

Re: [U-Boot] [PATCH] atngw100: Use virtual address in CONFIG_ENV_ADDR

2009-08-29 Thread Stefan Roese
On Friday 28 August 2009 21:58:15 Becky Bruce wrote: > On Aug 28, 2009, at 8:49 AM, Haavard Skinnemoen wrote: > > Kumar Gala wrote: > >>> Reverting 09ce9921a7d8b1ce764656b14b42217bbf4faa38 would bring > >>> things > >>> back to the way they were, and fix both the saveenv problem and the > >>> jffs

Re: [U-Boot] Intel IQ31244

2009-08-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:26 Fri 28 Aug , Uladzislau Rezki wrote: > Hello list, > > I have Intel IQ31244 board that is based on XScale-IOP8032x Family processor. > I want to use u-boot as embedded loader but it seems to me that this > board is not > supported by u-boot. > > So, my questions are: Is it possible t