* [U-Boot] How to disable MAC address for usb_ether
@ 2014-04-08 3:13 Xuebing Wang
2014-04-08 5:35 ` Albert ARIBAUD
2014-04-08 16:09 ` Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Xuebing Wang @ 2014-04-08 3:13 UTC (permalink / raw)
To: u-boot
Hi,
My board has one Ethernet, one USB Host and one USB Slave.
Command bdinfo shows below:
eth0name = cpsw
ethaddr = 90:59:af:54:1a:28
eth1name = usb_ether
eth1addr = 90:59:af:54:1a:2a
current eth = cpsw
Would you please teach me how to disable usb_ether MAC address, thus
bdinfo will show "eth1addr = (not set)"?
Thanks a lot.
--
Thanks,
Xuebing Wang
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] How to disable MAC address for usb_ether
2014-04-08 3:13 [U-Boot] How to disable MAC address for usb_ether Xuebing Wang
@ 2014-04-08 5:35 ` Albert ARIBAUD
2014-04-08 16:09 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2014-04-08 5:35 UTC (permalink / raw)
To: u-boot
Hi Xuebing,
On Tue, 08 Apr 2014 11:13:04 +0800, Xuebing Wang <xbing6@gmail.com>
wrote:
> Hi,
>
> My board has one Ethernet, one USB Host and one USB Slave.
>
> Command bdinfo shows below:
>
> eth0name = cpsw
> ethaddr = 90:59:af:54:1a:28
> eth1name = usb_ether
> eth1addr = 90:59:af:54:1a:2a
> current eth = cpsw
>
> Would you please teach me how to disable usb_ether MAC address, thus
> bdinfo will show "eth1addr = (not set)"?
>
> Thanks a lot.
Why do you want to unset the MAC address? Either you are using USB
Ethernet, and you need it to have a valid MAC, or you are not using it,
and eth1addr does not matter and can be safely ignored.
Still, you might want to try and check whether eth1addr is defined
in the environment (see env commands) and try to unset it -- but that
depends on which board exactly you are using and whether it is
supported by mainline U-Boot.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] How to disable MAC address for usb_ether
2014-04-08 3:13 [U-Boot] How to disable MAC address for usb_ether Xuebing Wang
2014-04-08 5:35 ` Albert ARIBAUD
@ 2014-04-08 16:09 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2014-04-08 16:09 UTC (permalink / raw)
To: u-boot
On Tue, Apr 08, 2014 at 11:13:04AM +0800, Xuebing Wang wrote:
> Hi,
>
> My board has one Ethernet, one USB Host and one USB Slave.
>
> Command bdinfo shows below:
>
> eth0name = cpsw
> ethaddr = 90:59:af:54:1a:28
> eth1name = usb_ether
> eth1addr = 90:59:af:54:1a:2a
> current eth = cpsw
>
> Would you please teach me how to disable usb_ether MAC address, thus
> bdinfo will show "eth1addr = (not set)"?
Please note that the eFuse on your chip has at least 2 MAC addresses on
it and we probe and setup both to pass along to the kernel.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140408/fe9a67c6/attachment.pgp>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-08 16:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08 3:13 [U-Boot] How to disable MAC address for usb_ether Xuebing Wang
2014-04-08 5:35 ` Albert ARIBAUD
2014-04-08 16:09 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox