mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] add spd_decode command (SPD EEPROM data decoder)
@ 2015-07-03 15:58 Alexander Smirnov
  2015-07-03 15:58 ` [PATCH 1/3] common: move DDR_SPD to common/Kconfig Alexander Smirnov
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Alexander Smirnov @ 2015-07-03 15:58 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox, Alexander Smirnov

Alexander Smirnov (3):
  common: move DDR_SPD to common/Kconfig
  ddr_spd: add routine for printing DDR2 SPD contents in human-readable
    format
  commands: add spd_decode command

 arch/ppc/mach-mpc85xx/Kconfig  |   4 -
 arch/ppc/mach-mpc85xx/Makefile |   3 +-
 commands/Kconfig               |   7 +
 commands/Makefile              |   1 +
 commands/spd_decode.c          |  63 +++++++++
 common/Kconfig                 |   4 +
 common/ddr_spd.c               | 296 +++++++++++++++++++++++++++++++++++++++++
 include/ddr_spd.h              |   1 +
 8 files changed, 374 insertions(+), 5 deletions(-)
 create mode 100644 commands/spd_decode.c

-- 
2.1.4


_______________________________________________
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:[~2015-07-13  9:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-03 15:58 [PATCH 0/3] add spd_decode command (SPD EEPROM data decoder) Alexander Smirnov
2015-07-03 15:58 ` [PATCH 1/3] common: move DDR_SPD to common/Kconfig Alexander Smirnov
2015-07-03 15:58 ` [PATCH 2/3] ddr_spd: add routine for printing DDR2 SPD contents in human-readable format Alexander Smirnov
2015-07-13  9:44   ` Sascha Hauer
2015-07-03 15:58 ` [PATCH 3/3] commands: add spd_decode command Alexander Smirnov
2015-07-06 11:37 ` [PATCH 0/3] add spd_decode command (SPD EEPROM data decoder) Sascha Hauer

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