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 1Z7kDr-0005fl-LR for barebox@lists.infradead.org; Wed, 24 Jun 2015 12:56:12 +0000 From: Alexander Smirnov Date: Wed, 24 Jun 2015 15:57:26 +0300 Message-Id: <1435150649-10266-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 V2 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 - 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