Re: [U-Boot-Users] PATCH for U-Boot 1.3.3 DHCP fails withnetgearWGR614v6

2008-07-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > This message came through without significant delay. > > I think that is because the message was send directly to you - I don't see my > response on gmane or sourceforge archives either. You are right. It came directly, not through the list. Not a

[U-Boot-Users] [GIT PULL] Please pull mpc512x tree

2008-07-12 Thread John Rigby
Wolfgang, The following changes since commit bde63587622c4b830a27d1ddf7265843de9e994f: Wolfgang Denk (1): Fix some more printf() format issues. are available in the git repository at: git://git.denx.de/u-boot-mpc512x.git master John Rigby (1): ADS5121 cleanup compile warni

[U-Boot-Users] [PATCH] Fix bug in Lime video driver

2008-07-12 Thread Anatolij Gustschin
We need to wait while drawing engine clears frame buffer before any further software accesses to frame buffer will be initiated. Otherwise software drawn parts could be partially destroyed by the drawing engine or even GDC chip freeze could occur (as observed on socrates board). Signed-off-by: Ana

[U-Boot-Users] ARM tree

2008-07-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi all, For all arm user and developper, I've reset the master branch of u-boot-arm with Wolfgang master. All other branch is un-touched. Best Regards, J. - Sponsored by: SourceForge.net Community Ch

Re: [U-Boot-Users] PATCH for U-Boot 1.3.3 DHCP fails withnetgearWGR614v6

2008-07-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Hmm.. The list was copied every time But until now none of the messages made it to the list, it seems. > It looks like my mails take longer to get to sourceforge than it takes to go > somewhere specific (like Ben), but his responses hit the list bef

Re: [U-Boot-Users] PATCH for U-Boot 1.3.3 DHCP fails withnetgearWGR614v6

2008-07-12 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > >> Robin Getz wrote: > >> > >>> On Fri 11 Jul 2008 18:05, Ben Warren pondered: > >>> > >>> > Hi Robin, > > Robin Getz wrote: > > > > On Fri 11 Jul 2008 14:21, Ben Warren pondered: > > > >>

[U-Boot-Users] [PATCH] Fix some more printf() format issues.

2008-07-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- board/armadillo/flash.c|2 +- board/delta/nand.c |2 +- board/integratorcp/flash.c |6 +++--- board/mp2usb/flash.c |2 +- board/versatile/flash.c|2 +- board/zylonite/nand.c |

[U-Boot-Users] [PATCH 3/3] Moved initialization of SKGE Ethernet driver to board code.

2008-07-12 Thread Ben Warren
The only board using this driver is the SL8245 board. Removed initialization for the driver from net/eth.c Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- board/sl8245/sl8245.c | 13 + drivers/net/sk98lin/uboot_drv.c |2 +- net/eth.c |4

[U-Boot-Users] [PATCH 2/3] Moved initialization of ULI526X Ethernet driver to board code.

2008-07-12 Thread Ben Warren
The only board using this driver is the Freescale MPC8610HPCD board. Removed initialization for the driver from net/eth.c Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 10 ++ net/eth.c |4 2 files c

[U-Boot-Users] [PATCH 1/3] Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()

2008-07-12 Thread Ben Warren
Added board_eth_init() function to bf537-stamp board. Removed initialization for the Blackin EMAC driver from net/eth.c Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- board/bf537-stamp/bf537-stamp.c | 10 ++ drivers/net/bfin_mac.c |2 +- net/eth.c |

[U-Boot-Users] [PATCH 0/3] More net/eth.c cleanup

2008-07-12 Thread Ben Warren
Hello, More cleanup of net/eth.c, this time taking care of the following: - Blackfin EMAC - ULi526x - SKGE I don't have any of this hardware, so testing consisted of compiling only. This patch is being staged in the 'testing' branch of the net repo. regards, Ben ---

[U-Boot-Users] [PATCH] Moved conditional compilation to Makefile for SK98 Ethernet driver

2008-07-12 Thread Ben Warren
Brute-force removal of #ifdefs. Didn't touch the code. Signed-off-by: Ben Warren <[EMAIL PROTECTED]> --- drivers/net/sk98lin/Makefile| 20 drivers/net/sk98lin/skaddr.c|4 drivers/net/sk98lin/skcsum.c|4 drivers/net/sk98lin/skge.c |4 --