Re: [U-Boot] [PATCH] add block write function to spartan3 slave serial load

2009-12-04 Thread w . wegner
Dear Wolfgang Denk, On 2 Dec 2009 at 22:44, Wolfgang Denk wrote: > Dear Wolfgang Wegner, > > In message <1256918102-3760-1-git-send-email-w.weg...@astro-kom.de> you wrote: > > Using seperate function calls for each bit-bang of slave serial > > load can be painfully slow. This patch adds the poss

[U-Boot] missing gunzip prototype (was: [RFC PATCH] add ability to handle compressed images to imxtract)

2009-12-04 Thread w . wegner
Dear Wolfgang Denk, On 2 Dec 2009 at 22:43, Wolfgang Denk wrote: > Dear Wolfgang Wegner, > > In message <1256916625-30792-1-git-send-email-w.weg...@astro-kom.de> you > wrote: > > imxtract currently can not handle compressed images. This patch adds > > handling for bzip2 and zip compression. In

Re: [U-Boot] [PATCH] add block write function to spartan3 slave serial load

2009-12-04 Thread w . wegner
On 4 Dec 2009 at 11:16, Wolfgang Denk wrote: [...] > Yes, but we don't add one without the other. There have been too many > cases where people asked for fancy features for specific boards that > were out-of-tree ports without any attempts to get merged, so we now > always wait for actual use cas

[U-Boot] several problems with ethernet on MCF5445x

2010-03-23 Thread w . wegner
Dear list, I am trying to get ethernet to work on my custom MCF54455 board and having some trouble. I have a DP83848J PHY connected in MII mode to each of the FEC0 and FEC1 ports (seperate MDIO connection). Both PHYs are set to address 0x0. *) In my config (basically copied from M54455EVB), I se

Re: [U-Boot] several problems with ethernet on MCF5445x

2010-03-23 Thread w . wegner
Dear John, On 23 Mar 2010 at 10:11, John Schmoller wrote: > On Tue, 2010-03-23 at 15:50 +0100, w.weg...@astro-kom.de wrote: > > I have a DP83848J PHY connected in MII mode to each of the FEC0 > > and FEC1 ports (seperate MDIO connection). Both PHYs are set to > > address 0x0. *) > > Are you sure

Re: [U-Boot] several problems with ethernet on MCF5445x

2010-03-26 Thread w . wegner
Hi all, I still have problems with the ethernet on my custom MCF54452 board. Here is my current configuration: /* this is defined for M54455EVB in m68k/immap.h *sigh* */ #define CONFIG_SYS_FEC1_IOBASE (MMAP_FEC1) #define CONFIG_NET_MULTI1 #define CONFIG_MII

Re: [U-Boot] several problems with ethernet on MCF5445x

2010-03-26 Thread w . wegner
Hi, On 26 Mar 2010 at 14:13, w.weg...@astro-kom.de wrote: [...] > When a command like dhcp times out and eth_init tries to switch to the other > interface (FEC1) with eth_current->init(), U-Boot locks up. I still have to > look > further into this what exactly fails. the lockup itself is caused

Re: [U-Boot] several problems with ethernet on MCF5445x

2010-03-26 Thread w . wegner
On 26 Mar 2010 at 15:55, w.weg...@astro-kom.de wrote: > phytype is matched against the last entry of phyinfo erroneously: > > phy_info_t phyinfo[] = { > {0x0022561B, "AMD79C784VC"},/* AMD 79C784VC */ > [...] > {0, 0} > }; ouch, things are even worse... I did not quote enough of th

Re: [U-Boot] [PATCH] fix lockup in mcfmii/mii_discover_phy() in case communication fails

2010-04-06 Thread w . wegner
Hi Ben, On 4 Apr 2010 at 22:44, Ben Warren wrote: > Hi Wolfgang, > > On 3/30/2010 10:19 AM, Wolfgang Wegner wrote: > > Signed-off-by: Wolfgang Wegner > > --- > > drivers/net/mcfmii.c |6 +- > > 1 files changed, 5 insertions(+), 1 deletions(-) > > > > diff --git a/drivers/net/mcfmii.c

Re: [U-Boot] [PATCH] fix lockup in mcfmii/mii_discover_phy() in case communication fails

2010-04-06 Thread w . wegner
Hi, I just sent another proposal having the for(...) in only two lines by replacing the outer indentation level if (phytype != 0x) {... } to if (phytype == 0x) continue; Any comments on this? Regards, Wolfgang

Re: [U-Boot] [PATCH RFC v2] add redundant environment for env_sf.c

2010-05-05 Thread w . wegner
Hi Mike, On 5 May 2010 at 3:22, Mike Frysinger wrote: > ive merged this into my sf branch and will push out next merge window if > Wolfgang doesnt pick it up before that > -mike thanks! Wolfgang ___ U-Boot mailing list U-Boot@lists.denx.de http://li