From: Zang Roy-r61911 <tie-fei.zang@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Implement general ULi 526x Ethernet driver support in U-boot
Date: 15 Nov 2007 18:56:15 +0800 [thread overview]
Message-ID: <1195124175.7437.20.camel@localhost.localdomain> (raw)
In-Reply-To: <473B157A.5000505@freescale.com>
On Wed, 2007-11-14 at 23:34, Tabi Timur wrote:
> Zang Roy-r61911 wrote:
>
> > + if (((u16 *) db->srom)[0] == 0xffff || ((u16 *) db->srom)[0]
> == 0)
> > + /* SROM absent, so write MAC address to ID Table */
> > + set_mac_addr(dev);
> > + else { /*Exist SROM*/
> > + for (i = 0; i < 6; i++)
> > + dev->enetaddr[i] = db->srom[20 + i];
> > + }
>
> What is the difference between the ID table (IDT) and the SROM? And
> why do we
> not program the ID table if we have SROM?
ID table is register, SROM is SROM :-). If we have SROM for the chip, we
get the MAC address from it directly. There is no need to set ID table.
In kernel, the code also get the MAC address from SROM. The SROM is the
media. If there is no SROM, ID table is the media. kernel get the MAC
address from it.
>
> BTW, where is the code that programs the MAC address *into* the
> IDT/SROM?
This is not the function of the driver. Manufacture should do it.
> All
> we have is code that reads *from* the IDT/SROM. On the 8610, the MAC
> address is
> stored in I2C EEPROM (address 0x57),
That is correct. But there is still a bug in the EEPROM code.
> and so U-Boot will need to copy that into
> the IDT/SROM *before* this driver runs.
No.
Kernel needs a MAC address.
The sequence to get MAC address on 8610 board:
If there is a SROM
Get it from SROM ( There is no SROM :-()
else if we can get from EEPROM
Fails now, ( There is a byte shift, CRC error. will be fixed)
else
get it from environment stored in Flash
Roy
prev parent reply other threads:[~2007-11-15 10:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-01 9:49 [U-Boot-Users] [PATCH v2] Add general ULi 526x Ethernet driver support in U-boot Zang Roy-r61911
2007-11-01 13:53 ` Jon Loeliger
2007-11-01 17:43 ` Ben Warren
2007-11-05 8:42 ` [U-Boot-Users] [PATCH] " Zang Roy-r61911
2007-11-05 9:39 ` [U-Boot-Users] [PATCH] Implement " Zang Roy-r61911
2007-11-14 15:34 ` Timur Tabi
2007-11-14 16:47 ` Timur Tabi
2007-11-15 12:03 ` Zang Roy-r61911
2007-11-15 10:56 ` Zang Roy-r61911 [this message]
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=1195124175.7437.20.camel@localhost.localdomain \
--to=tie-fei.zang@freescale.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