mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [RFC V2 0/3] add decode command (SPD EEPROM data decoder)
@ 2015-06-24 12:57 Alexander Smirnov
  2015-06-24 12:57 ` [RFC V2 1/3] common: move DDR_SPD to common/Kconfig Alexander Smirnov
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Alexander Smirnov @ 2015-06-24 12:57 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox, Alexander Smirnov

Alexander Smirnov (3):
  common: move DDR_SPD to common/Kconfig
  ddr_spd: add routune for printing SPD contents in human readable
    format
  add decode command (SPD EEPROM data decoder)

 arch/ppc/mach-mpc85xx/Kconfig |   4 -
 commands/Kconfig              |   7 ++
 commands/Makefile             |   1 +
 commands/decode.c             |  65 +++++++++++
 common/Kconfig                |   4 +
 common/ddr_spd.c              | 245 ++++++++++++++++++++++++++++++++++++++++++
 include/ddr_spd.h             |   1 +
 7 files changed, 323 insertions(+), 4 deletions(-)
 create mode 100644 commands/decode.c

-- 
2.1.4


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

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

end of thread, other threads:[~2015-06-25  9:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-24 12:57 [RFC V2 0/3] add decode command (SPD EEPROM data decoder) Alexander Smirnov
2015-06-24 12:57 ` [RFC V2 1/3] common: move DDR_SPD to common/Kconfig Alexander Smirnov
2015-06-25  9:32   ` Renaud Barbier
2015-06-24 12:57 ` [RFC V2 2/3] ddr_spd: add routune for printing SPD contents in human readable format Alexander Smirnov
2015-06-25  6:32   ` Sascha Hauer
2015-06-24 12:57 ` [RFC V2 3/3] add decode command (SPD EEPROM data decoder) Alexander Smirnov
2015-06-24 16:50   ` Antony Pavlov
2015-06-25  6:35   ` Sascha Hauer

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