]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit - arch/arm/include/asm/omap_common.h
OMAP: common: consolidate fake USB ethernet MAC address creation
authorNishanth Menon <nm@ti.com>
Fri, 28 Mar 2014 16:00:04 +0000 (11:00 -0500)
committerTom Rini <trini@ti.com>
Thu, 17 Apr 2014 18:39:54 +0000 (14:39 -0400)
commit8a0c6d6fa9de22c0c148492a8759bb456d52887c
tree240b9e99e40a3948bef9a7a629ad91849cd3f06f
parenta88e55c4c6ad92626cff205e3504b483df27c5a0
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>
arch/arm/cpu/armv7/omap-common/utils.c
arch/arm/include/asm/omap_common.h
board/ti/omap5_uevm/evm.c
board/ti/panda/panda.c