Re: [Openocd-development] [PATCH] 4-bit ECC support for Marvell Kirkwood SOC

2009-05-12 Thread David Brownell
On Tuesday 12 May 2009, Nicolas Pitre wrote: > On Tue, 12 May 2009, David Brownell wrote: > > > On Tuesday 12 May 2009, Nicolas Pitre wrote: > > > The Kirkwood bootrom expects 4-bit ECC from NAND.  This adds > > > 4-bit ECC computation to the NAND support and uses it with SheevaPlug. > > > > Hmm,

Re: [Openocd-development] [PATCH] 4-bit ECC support for Marvell Kirkwood SOC

2009-05-12 Thread Nicolas Pitre
On Tue, 12 May 2009, David Brownell wrote: > On Tuesday 12 May 2009, Nicolas Pitre wrote: > > The Kirkwood bootrom expects 4-bit ECC from NAND.  This adds > > 4-bit ECC computation to the NAND support and uses it with SheevaPlug. > > Hmm, from the outside this sounds like the 4-bit ECC in some >

Re: [Openocd-development] [PATCH] 4-bit ECC support for Marvell Kirkwood SOC

2009-05-12 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] [PATCH] 4-bit ECC support for Marvell Kirkwood SOC

2009-05-12 Thread David Brownell
On Tuesday 12 May 2009, Nicolas Pitre wrote: > The Kirkwood bootrom expects 4-bit ECC from NAND.  This adds > 4-bit ECC computation to the NAND support and uses it with SheevaPlug. Hmm, from the outside this sounds like the 4-bit ECC in some TI DaVinci family chips: 10 bytes ECC per 512 bytes dat

[Openocd-development] [PATCH] 4-bit ECC support for Marvell Kirkwood SOC

2009-05-12 Thread Nicolas Pitre
The Kirkwood bootrom expects 4-bit ECC from NAND. This adds 4-bit ECC computation to the NAND support and uses it with SheevaPlug. (patch attached) Nicolas diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index 7895edc..e5b76cb 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefi