From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 4.mo2.mail-out.ovh.net ([87.98.172.75] helo=mo2.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TOXx3-0001cw-Ox for barebox@lists.infradead.org; Wed, 17 Oct 2012 18:02:43 +0000 Received: from mail426.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 40077DC0BB6 for ; Wed, 17 Oct 2012 20:09:21 +0200 (CEST) Date: Wed, 17 Oct 2012 20:00:24 +0200 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20121017180024.GB446@game.jcrosoft.org> MIME-Version: 1.0 Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 0/3] at91sam9x5 add nand pmecc support To: barebox@lists.infradead.org HI, on the sam9x5 series we have now a working hw ecc and it's needed for nand boot add it's support to barebox The following changes since commit 44003508719639b99c1724d27019f778ec0546b7: at91sam9x5ek: fix bootstrap size to 256KiB (2012-10-17 15:05:52 +0800) are available in the git repository at: git://git.jcrosoft.org/barebox.git delivery/at91sam9x5_pmecc for you to fetch changes up to 14311f1005341b9019afe4ec10c5a1494e68a42c: at91sam9x5ek: switch to hw pmecc nand support (2012-10-17 16:59:55 +0800) ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (3): nand: atmel add pmecc support at91sam9x5: add pmecc support at91sam9x5ek: switch to hw pmecc nand support arch/arm/boards/at91sam9x5ek/init.c | 3 + arch/arm/configs/at91sam9x5ek_defconfig | 11 +- arch/arm/mach-at91/at91sam9x5_devices.c | 16 +- arch/arm/mach-at91/include/mach/board.h | 4 + drivers/mtd/nand/Kconfig | 8 + drivers/mtd/nand/atmel_nand.c | 782 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ drivers/mtd/nand/atmel_nand_ecc.h | 114 +++++++++++++- 7 files changed, 886 insertions(+), 52 deletions(-) Best Regards, J. _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox