[PATCH V4 2/3] mtd: nand: Calculate better default ecc layout

David Brownell david-b at pacbell.net
Mon Jul 13 17:56:19 EDT 2009


On Friday 26 June 2009, Troy Kisky wrote:
> Looking through the code, I can only see that
> Davinci is effected this way when using 512 bytes
> x 4 steps with hardware ecc.

You mean, with *single-bit* hardware ECC.

Currently each step needs just three bytes,
but it's using the default ECC layout which
allocates six bytes per step.


> It has its ecc 
> bytes moved from oob 40-63 to oob 52-63.

More correctly:  40-42, 46-48, 52-54, 58-60
to 52-63.


> So a Davinci authority will need to ack this,
> or request a change.

Actually I'd just stick with the standard policy
and not make such an incompatible change in the
first place.  You can't guarantee that the change
won't cause regressions...

It would have been nice if the MTD layer were
doing this ECC layout before, but in this specific
case I can't say I think an extra 12 bytes of OOB
data will matter to anyone.

- Dave




More information about the linux-mtd mailing list