[RFC V3 0/3] add decode command (SPD EEPROM data decoder)

Alexander Smirnov alllecs at yandex.ru
Mon Jun 29 07:26:54 PDT 2015


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 -
 arch/ppc/mach-mpc85xx/Makefile |   3 +-
 commands/Kconfig               |   7 ++
 commands/Makefile              |   1 +
 commands/decode.c              |  53 +++++++++
 common/Kconfig                 |   4 +
 common/ddr_spd.c               | 239 +++++++++++++++++++++++++++++++++++++++++
 include/ddr_spd.h              |   1 +
 8 files changed, 307 insertions(+), 5 deletions(-)
 create mode 100644 commands/decode.c

-- 
2.1.4




More information about the barebox mailing list