All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rafal Jaworowski <raj@semihalf.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] ARM AT91 Ethernet address register
Date: Tue, 12 Feb 2008 12:52:02 +0100	[thread overview]
Message-ID: <47B18862.4070001@semihalf.com> (raw)

Hi Peter,

What is the reason the MAC address on the AT91 is written in the 2nd address
register, leaving the first one out? Is there something particular about this?

See cpu/arm920t/at91rm9200/ether.c, eth_init()
...
p_mac->EMAC_SA2L = ...
...

The reason I ask is this may confuse OS driver if no MAC address is found in
the first register (which is the case for FreeBSD/ARM, for example).

Rafal

             reply	other threads:[~2008-02-12 11:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-12 11:52 Rafal Jaworowski [this message]
2008-02-12 12:06 ` [U-Boot-Users] ARM AT91 Ethernet address register Peter Pearse
2008-02-14 11:11 ` Rafal Jaworowski

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=47B18862.4070001@semihalf.com \
    --to=raj@semihalf.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.