
19 Nov
2013
19 Nov
'13
12:27 p.m.
On Tue, Nov 19, 2013 at 11:02 AM, Pekon Gupta pekon@ti.com wrote:
OMAP NAND drivers support various ecc-schemes like (HAM1, BCH4, BCH8..) And, each ecc-scheme usually has 2 implementations
- HAM1_HW or BCHx_HW (using in-build h/w engine for all computation)
- HAM1_SW or BCHx_HW_DETECTION_SW) (using software library for some
computation)
If I make similar changes as these patches suggest, would I be able to enable NAND support for OMAP4-based boards as well? (OMAP 4460) Or are some additional changes needed to support NAND on the next OMAP version?
-Abraham V.