From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from forward7l.mail.yandex.net ([84.201.143.140]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZAaB2-00032F-Sq for barebox@lists.infradead.org; Thu, 02 Jul 2015 08:49:02 +0000 From: Alexander Smirnov Date: Thu, 2 Jul 2015 11:50:14 +0300 Message-Id: <1435827017-1999-1-git-send-email-alllecs@yandex.ru> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [RFC V4 0/3] add decode command (SPD EEPROM data decoder) To: Sascha Hauer Cc: barebox@lists.infradead.org, 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 - arch/ppc/mach-mpc85xx/Makefile | 3 +- commands/Kconfig | 7 + commands/Makefile | 1 + commands/decode.c | 63 +++++++++ common/Kconfig | 4 + common/ddr_spd.c | 290 +++++++++++++++++++++++++++++++++++++++++ include/ddr_spd.h | 1 + 8 files changed, 368 insertions(+), 5 deletions(-) create mode 100644 commands/decode.c -- 2.1.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox