public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Umar Qureshey <umarq@quartics.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] LAN chip dead on ARM Integrator/CP board
Date: Wed, 21 Dec 2005 19:10:10 -0800	[thread overview]
Message-ID: <43AA1912.1020601@quartics.com> (raw)
In-Reply-To: <20051222003328.BC55D354042@atlas.denx.de>

Wolfgang Denk wrote:

>In message <43A9F197.9010603@quartics.com> you wrote:
>  
>
>>1) I have tried setting up the MAC address.  However that does not fix 
>>the problem.  Output:
>>
>>SMC91111:  PHY auto-negotiate timed out
>>
>>Warning:  MAC addresses don't match:
>>          HW MAC address: 01:00:01:00:00:00
>>    
>>
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>Where is this MAC address coming from? You are aware that this is  an
>address which will NOT work?
>
>  
>
Code inspection of smc91111.c shows that the driver is reading the MAC 
address from the ROM, if it detects one. 

>>          "ethaddr" value: 00:05:1B:00:10:4A
>>Using MAC Address 00:05:1B:00:10:4A
>>ping failed: host 192.168.168.157 is not alive
>>    
>>
>
>Did you see any packets on the wire? 
>  
>

I did not snoop the line but the link lights are dead.  I doubt sniffing 
packets would reveal much else.

>  
>
>>I have given the board a static IP address in order to bypass DHCP.
>>    
>>
>
>And which one was this? 
>
>  
>
>>Something is funky with the PHY layer because I do not see the link 
>>lights so I am not surprised no traffic is traversing the wireline.  It 
>>looks as if the chip is still in reset.
>>    
>>
>
>Given the fact that your hardware MAC address  is  illegal  (has  the
>multicast  bit  set)  you  should not be surprised. I'm not sure what
>your hardware does in such a situation.
>
>I recommend to fix your MAC addresses first.
>
>  
>
The 'ethaddr' environment variable would override any other MAC address, 
real or bunk.  If the chip is in a reset state then all bets are off as 
to the values being returned from the ROM.  This could explain why the 
MAC address from the ROM is bad. 
The chip looks dead.
Anyone know if there are certain FPGA settings that might need to be set 
on the Integrator/CP with ARM926EJS core module to wake up the LAN chip?

>>2) I did download u-boot 1.1.4 but the compilation failed with my 
>>arm-linux-gcc 3.4.2 (linked w/ uclibc) compiler.  Output:
>>    
>>
>
>Patches have been posted on the list; see the archives.
>
>  
>
I applied the patch but the compiler still puked when compiling 
cpu/arm926ejs/start.S.  It complained:

cc1: invalid option 'abi=apcs-gnu'

So I changed the cpu/arm926ejs/config.mk:

--- config.mk   2005-12-21 18:07:33.773204149 -0800
+++ config.mk.orig      2005-12-21 15:47:45.421844207 -0800
@@ -30,5 +30,5 @@
 # Supply options according to compiler version
 #
 # =========================================================================
-PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32)
+PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
 PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))


This got it to compile but 1.1.4 exhibits the same LAN problem.

Regards,
umar

  reply	other threads:[~2005-12-22  3:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-21 20:17 [U-Boot-Users] LAN chip dead on ARM Integrator/CP board Umar Qureshey
2005-12-21 23:46 ` Wolfgang Denk
2005-12-22  0:21   ` Umar Qureshey
2005-12-22  0:33     ` Wolfgang Denk
2005-12-22  3:10       ` Umar Qureshey [this message]
2005-12-22  3:34         ` Umar Qureshey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43AA1912.1020601@quartics.com \
    --to=umarq@quartics.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox