From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from forward9l.mail.yandex.net ([84.201.143.142]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZB3Ko-0003P0-IQ for barebox@lists.infradead.org; Fri, 03 Jul 2015 15:57:04 +0000 From: Alexander Smirnov Date: Fri, 3 Jul 2015 18:58:22 +0300 Message-Id: <1435939105-12189-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: [PATCH 0/3] add spd_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 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