RE: [U-Boot-Users] Network problem in u-boot.

Hi Stefan,
In Linux we use a driver that is backported by Eugene Surovegin. I belive it´s the driver he recently commited into 2.6er kernel.org.
We use the 440ep on a custom bord based on bamboo. The old u-boot driver have the same problem, but it recover and resumes. No reset is needed. I belive it´s one of the last 405gp_enet.c before it got merged into 4xx_enet.c. The version of 405gp_enet.c that I used was 1.14.
Example: ENET Speed is 100 Mbps - FULL duplex connection TFTP from server 172.18.22.110; our IP address is 172.18.22.66 Filename '/tftpboot/vovproto2/root.img'. Load address: 0x1000000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# #################T T ENET Speed is 100 Mbps - FULL duplex connection T ################################################ ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################## done Bytes transferred = 10235349 (9c2dd5 hex) ## Booting image at 00200000 ...
//Andre
-----Original Message----- From: Stefan Roese [mailto:sr@denx.de] Sent: den 17 november 2005 11:34 To: u-boot-users@lists.sourceforge.net Cc: André Berggren; Wolfgang Denk Subject: Re: [U-Boot-Users] Network problem in u-boot.
Hi Andre,
On Thursday 17 November 2005 11:13, André Berggren wrote:
I tried to define INFO_4XX_ENET in 4xx_enet.c and got the following output when the problem occurs.
<snip>
Filename '/tftpboot/kernel.img'. Load address: 0x200000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# #######T T MAL error occured.... ISR = c0100010 UIC = = 2 MAL_DEF = e0100000 MAL_ERR= e0000000 Trying ppc_4xx_eth0 About preceeding transfer (eth0):
- Sent packet number 3319
- Received packet number 3321
- Handled packet number 3321
T T
We had problem with MAL error in Linux to untill we got a backport of the latest driver to our kernel. After that there is no problem in Linux.
Hmmm. What do you mean with the lastes driver? The new driver from Eugene Surovegin recently commited into 2.6er kernel.org? Or the latest 2.4er EMAC driver?
What ppc do you use? 405GP, 405GPr or 405EP? You mentioned, that an older U-Boot driver didn't have this problem, right? What U-Boot version was it and from when?
Best regards, Stefan ###########################################
This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.f-secure.com/
participants (1)
-
André Berggren