[PATCH 0/2] ARM: imx: init MAC address for ocotp

Octavian Purdila octavian.purdila at nxp.com
Fri Oct 21 00:18:19 PDT 2016


This patch series adds support for initializing the ethernet MAC
address for the OCOTP fuse configuration.

Fugang Duan (1):
  ARM: imx: init enet MAC address from ocotp

Octavian Purdila (1):
  ARM: imx: add ocotp support in machine code

 arch/arm/mach-imx/Kconfig       |   5 ++
 arch/arm/mach-imx/Makefile      |   1 +
 arch/arm/mach-imx/common.h      |   3 ++
 arch/arm/mach-imx/mach-imx6q.c  |  32 ++++--------
 arch/arm/mach-imx/mach-imx6sl.c |  12 +++--
 arch/arm/mach-imx/mach-imx6sx.c |   2 +
 arch/arm/mach-imx/mach-imx7d.c  |   2 +
 arch/arm/mach-imx/ocotp.c       | 113 ++++++++++++++++++++++++++++++++++++++++
 8 files changed, 146 insertions(+), 24 deletions(-)
 create mode 100644 arch/arm/mach-imx/ocotp.c

-- 
2.7.4




More information about the linux-arm-kernel mailing list