From: Nishanth Menon <nm@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] OMAP3: support fake USB Ethernet MAC address for OMAP3 BeagleBoard-XM
Date: Fri, 28 Mar 2014 11:00:03 -0500 [thread overview]
Message-ID: <1396022406-22722-1-git-send-email-nm@ti.com> (raw)
BeagleBoard-XM unfortunately is plagued by lack of proper MAC address in USB
resulting in custom uEnv.txt and risk of MAC address conflict in the network.
NOTE:
a) if user wants to manually set/override the mac address, then they can change
the environment variable prior to 'usb start'
b) If a new board file would like to create it's own version of this, the weak
function can be overriden as well.
c) There does not yet seem a need to create a generic fake ethernet MAC address
logic, hence, not done pending such a need.
Nishanth Menon (3):
OMAP: common: consolidate fake USB ethernet MAC address creation
omap3/sys_info: provide interface to read die id
OMAP3: beagle-xm: generate fake USB ethernet MAC address from dieid
arch/arm/cpu/armv7/omap-common/utils.c | 22 ++++++++++++++++++++++
arch/arm/cpu/armv7/omap3/sys_info.c | 19 ++++++++++++++-----
arch/arm/include/asm/arch-omap3/sys_proto.h | 2 ++
arch/arm/include/asm/omap_common.h | 2 ++
board/ti/beagle/beagle.c | 11 +++++++++++
board/ti/omap5_uevm/evm.c | 25 ++++++++-----------------
board/ti/panda/panda.c | 21 ++++++---------------
7 files changed, 65 insertions(+), 37 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-03-28 16:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-28 16:00 Nishanth Menon [this message]
2014-03-28 16:00 ` [U-Boot] [PATCH 1/3] OMAP: common: consolidate fake USB ethernet MAC address creation Nishanth Menon
2014-03-28 16:00 ` [U-Boot] [PATCH 2/3] omap3/sys_info: provide interface to read die id Nishanth Menon
2014-03-28 16:00 ` [U-Boot] [PATCH 3/3] OMAP3: beagle-xm: generate fake USB ethernet MAC address from dieid Nishanth Menon
2014-04-18 13:21 ` [U-Boot] [PATCH 0/3] OMAP3: support fake USB Ethernet MAC address for OMAP3 BeagleBoard-XM Tom Rini
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=1396022406-22722-1-git-send-email-nm@ti.com \
--to=nm@ti.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