public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] 4xx ethernet bringup
@ 2007-12-19 17:56 shami Allam
  2007-12-19 19:21 ` Stefan Roese
  0 siblings, 1 reply; 17+ messages in thread
From: shami Allam @ 2007-12-19 17:56 UTC (permalink / raw)
  To: u-boot

Hi All,

I am working on the 405GP custome board. I am able to bringup the SDRAM,Flash,I2c and serail on the board. But while trying to bringup the ethernet i am getting the following error.
"No Ethernet found". On my board there is "DP83848I" PHY chip. 

what exactely this is doing in lib_ppc/boarc.c 
s = getenv ("ethaddr");
#if defined (CONFIG_MBX) || \
defined (CONFIG_RPXCLASSIC) || \
defined(CONFIG_IAD210) || \
defined(CONFIG_V38B)
if (s == NULL)
board_get_enetaddr (bd->bi_enetaddr);
else
#endif
for (i = 0; i < 6; ++i) {
bd->bi_enetaddr[i] = s ? simple_strtoul (s, &e, 16) : 0;
if (s)
s = (*e) ? e + 1 : e;
}
#ifdef CONFIG_HERMES
if ((gd->board_type >> 16) == 2)
bd->bi_ethspeed = gd->board_type & 0xFFFF;
else
bd->bi_ethspeed = 0xFFFF;
#endif

and in the same file there is one more call...
#if (CONFIG_COMMANDS & CFG_CMD_NET)
#if defined(CONFIG_NET_MULTI)
WATCHDOG_RESET ();
puts ("Net: ");
#endif
eth_initialize (bd);
#endif

In the eth_initialize() function i see the print "No ethernet found". i reqeust you to please throw some out to come out of this problem......**********EXIT ME PLZ*************

Thanks
Shami.


      Why delete messages? Unlimited storage is just a click away. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20071219/e859a6cf/attachment.htm 

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2007-12-27 15:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-19 17:56 [U-Boot-Users] 4xx ethernet bringup shami Allam
2007-12-19 19:21 ` Stefan Roese
2007-12-20 11:52   ` shami Allam
2007-12-20 19:57     ` Wolfgang Denk
2007-12-20 20:11       ` [U-Boot-Users] Boot 440EPx from NAND Leonid
2007-12-21  5:58         ` Stefan Roese
2007-12-21  6:56           ` Leonid
2007-12-21  5:44     ` [U-Boot-Users] 4xx ethernet bringup Stefan Roese
2007-12-21 12:11       ` shami Allam
2007-12-21 12:26         ` Stefan Roese
2007-12-21 12:34           ` raj
2007-12-21 13:04             ` raj
2007-12-21 16:03           ` shami Allam
2007-12-22 10:01   ` shami Allam
2007-12-22 11:27     ` Stefan Roese
2007-12-22 12:33       ` shami Allam
2007-12-27 15:38         ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox