summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/omap_common.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2014-03-28 11:00:04 -0500
committerTom Rini <trini@ti.com>2014-04-17 14:39:54 -0400
commit8a0c6d6fa9de22c0c148492a8759bb456d52887c (patch)
tree240b9e99e40a3948bef9a7a629ad91849cd3f06f /arch/arm/include/asm/omap_common.h
parenta88e55c4c6ad92626cff205e3504b483df27c5a0 (diff)
downloadtalos-obmc-uboot-8a0c6d6fa9de22c0c148492a8759bb456d52887c.tar.gz
talos-obmc-uboot-8a0c6d6fa9de22c0c148492a8759bb456d52887c.zip
OMAP: common: consolidate fake USB ethernet MAC address creation
TI platforms such as OMAP5uevm, PandaBoard, use equivalent logic to generate fake USB MAC address from device unique DIE ID. Consolidate this to a generic location such that other TI platforms such as BeagleBoard-XM can also use the same. NOTE: at this point in time, I dont yet see a need for a generic dummy ethernet MAC address creation function, but if there is a need in the future, this can be further abstracted out. Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r--arch/arm/include/asm/omap_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
index 04925bca1c..729723afef 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -574,6 +574,8 @@ void abb_setup(u32 fuse, u32 ldovbb, u32 setup, u32 control,
u32 txdone, u32 txdone_mask, u32 opp);
s8 abb_setup_ldovbb(u32 fuse, u32 ldovbb);
+void usb_fake_mac_from_die_id(u32 *id);
+
/* HW Init Context */
#define OMAP_INIT_CONTEXT_SPL 0
#define OMAP_INIT_CONTEXT_UBOOT_FROM_NOR 1
OpenPOWER on IntegriCloud