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,
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
>
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
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
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