mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] arm: mxs: ocotp read support
@ 2012-04-05  9:05 Wolfram Sang
  2012-04-05  9:05 ` [PATCH 1/3] arm: mxs: add ocotp driver Wolfram Sang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wolfram Sang @ 2012-04-05  9:05 UTC (permalink / raw)
  To: barebox

Add read support for the OCOTP so we can get MAC addresses. Also fix the
printout once we got it since it doesn't come from an eeprom.

Wolfram Sang (3):
  arm: mxs: add ocotp driver
  arm: mxs: tx28: get MAC from OCOTP
  net: eth: don't say that MAC comes from EEPROM

 arch/arm/boards/karo-tx28/tx28-stk5.c       |   23 +++++
 arch/arm/mach-mxs/Kconfig                   |   14 +++
 arch/arm/mach-mxs/Makefile                  |    1 +
 arch/arm/mach-mxs/include/mach/imx23-regs.h |    1 +
 arch/arm/mach-mxs/include/mach/imx28-regs.h |    1 +
 arch/arm/mach-mxs/include/mach/ocotp.h      |   12 +++
 arch/arm/mach-mxs/ocotp.c                   |  139 +++++++++++++++++++++++++++
 net/eth.c                                   |    2 +-
 8 files changed, 192 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/mach-mxs/include/mach/ocotp.h
 create mode 100644 arch/arm/mach-mxs/ocotp.c

-- 
1.7.9.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-05 16:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-05  9:05 [PATCH 0/3] arm: mxs: ocotp read support Wolfram Sang
2012-04-05  9:05 ` [PATCH 1/3] arm: mxs: add ocotp driver Wolfram Sang
2012-04-05  9:05 ` [PATCH 2/3] arm: mxs: tx28: get MAC from OCOTP Wolfram Sang
2012-04-05  9:05 ` [PATCH 3/3] net: eth: don't say that MAC comes from EEPROM Wolfram Sang
2012-04-05 16:26 ` [PATCH 0/3] arm: mxs: ocotp read support Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox