mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] RDU1 config blob loading
@ 2018-11-05 18:32 Andrey Smirnov
  2018-11-05 18:32 ` [PATCH 1/4] lib: Port CRC8 implementation from Linux kernel Andrey Smirnov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andrey Smirnov @ 2018-11-05 18:32 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Everyone:

This is a small series adding patches necessary to load config blob on
RDU1 boards, which, among other things, contains MAC address to be
used for FEC. Hopefully all of the commits are self-explanatory.

Feedback is welcome!

Thanks,
Andrey Smirnov

Andrey Smirnov (4):
  lib: Port CRC8 implementation from Linux kernel
  nvmem: Port Linux driver for Microwire 93XX46 EEPROM chips
  ARM: rdu1: Add an alias for Microwire EEPROM
  ARM: rdu1: Implement RDU1 config loading

 arch/arm/boards/zii-imx51-rdu1/board.c | 179 ++++++++++
 arch/arm/dts/imx51-zii-rdu1.dts        |  12 +
 arch/arm/mach-imx/Kconfig              |   1 +
 drivers/nvmem/Kconfig                  |   8 +
 drivers/nvmem/Makefile                 |   5 +-
 drivers/nvmem/eeprom_93xx46.c          | 446 +++++++++++++++++++++++++
 include/linux/crc8.h                   | 101 ++++++
 lib/Kconfig                            |   7 +
 lib/Makefile                           |   1 +
 lib/crc8.c                             |  82 +++++
 10 files changed, 841 insertions(+), 1 deletion(-)
 create mode 100644 drivers/nvmem/eeprom_93xx46.c
 create mode 100644 include/linux/crc8.h
 create mode 100644 lib/crc8.c

-- 
2.19.1


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

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

end of thread, other threads:[~2018-11-06  8:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-05 18:32 [PATCH 0/4] RDU1 config blob loading Andrey Smirnov
2018-11-05 18:32 ` [PATCH 1/4] lib: Port CRC8 implementation from Linux kernel Andrey Smirnov
2018-11-05 18:32 ` [PATCH 2/4] nvmem: Port Linux driver for Microwire 93XX46 EEPROM chips Andrey Smirnov
2018-11-05 18:32 ` [PATCH 3/4] ARM: rdu1: Add an alias for Microwire EEPROM Andrey Smirnov
2018-11-05 18:32 ` [PATCH 4/4] ARM: rdu1: Implement RDU1 config loading Andrey Smirnov
2018-11-06  8:53 ` [PATCH 0/4] RDU1 config blob loading Sascha Hauer

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