From: Pavel Machek <pavel@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] usb: eth: smsc95xx: Add EEPROM access support
Date: Tue, 7 Oct 2014 14:22:09 +0200 [thread overview]
Message-ID: <20141007122208.GA22589@amd> (raw)
In-Reply-To: <1412673577-8113-2-git-send-email-alban.bedel@avionic-design.de>
On Tue 2014-10-07 11:19:37, Alban Bedel wrote:
> Use the new ethernet eeprom API to allow the user to read/write the
> EEPROM.
>
> Change-Id: I21233b6ee805a75bd8a03ca12e22c41421b7629c
> Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
> ---
> drivers/usb/eth/smsc95xx.c | 199 +++++++++++++++++++++++++++++++++++++++++++--
> 1 file changed, 192 insertions(+), 7 deletions(-)
>
> diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
> index 6bca34d..eb29565 100644
> --- a/drivers/usb/eth/smsc95xx.c
> +++ b/drivers/usb/eth/smsc95xx.c
> @@ -59,6 +59,8 @@
>
> #define E2P_CMD 0x30
> #define E2P_CMD_BUSY_ 0x80000000
> +#define E2P_CMD_EWEN_ 0x20000000
> +#define E2P_CMD_WRITE_ 0x30000000
> #define E2P_CMD_READ_ 0x00000000
> #define E2P_CMD_TIMEOUT_ 0x00000400
> #define E2P_CMD_LOADED_ 0x00000200
> @@ -146,6 +148,131 @@ struct smsc95xx_private {
> int have_hwaddr; /* 1 if we have a hardware MAC address */
> };
>
> +#ifdef CONFIG_CMD_ETH_EEPROM
Is this layout common for all machines using this driver? If not, is
it worth comment which machine is it?
> +static u8 eeprom_defaults[] = {
> + /* 0x00 */
> + 0xA5, /* Signature */
> + 0xFF, 0xFF, /* MAC bytes 0-1 */
> + 0xFF, 0xFF, /* MAC bytes 2-3 */
> + 0xFF, 0xFF, /* MAC bytes 4-5 */
Normally, we use all zeros for unset...?
Best regards,
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
next prev parent reply other threads:[~2014-10-07 12:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-07 9:19 [U-Boot] [PATCH 1/2] net: Add a command to access the EEPROM from ethernet devices Alban Bedel
2014-10-07 9:19 ` [U-Boot] [PATCH 2/2] usb: eth: smsc95xx: Add EEPROM access support Alban Bedel
2014-10-07 12:22 ` Pavel Machek [this message]
2014-10-07 13:35 ` Alban Bedel
2014-10-07 13:40 ` Marek Vasut
2014-10-07 17:51 ` Pavel Machek
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=20141007122208.GA22589@amd \
--to=pavel@denx.de \
--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