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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox