[U-Boot-Users] PATCH : Fixes and enhancements for NAND flash.

Hello,
The following path fixes a few bugs in cmd_nand.c : - Fixed null dereference which could result in incorrect ECC values. - Added support for devices with no Ready/Busy signal connected. - Added OMAP1510 read/write protect handling. - Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock for non-JFFS2. - Switched default ECC to be JFFS2. - Added spinning wheel. -------------------- Prior to this only ECC for JFFS2 would have worked, and that only if you had memory at zero which you didn't mind being corrupted. The other method would result in a corrupted bad block byte in the oob data.
Regards,
Richard W.

Dear Richard,
in message FD2AC9A020DDD51194710008C7089B200BEE2218@dlee17.itg.ti.com you wrote:
The following path fixes a few bugs in cmd_nand.c :
- Fixed null dereference which could result in incorrect ECC values.
- Added support for devices with no Ready/Busy signal connected.
- Added OMAP1510 read/write protect handling.
- Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock for
non-JFFS2.
- Switched default ECC to be JFFS2.
Added so far.
Will push to CVS soon.
- Added spinning wheel.
Skipped / rejected.
May I please ask you to adhere to the guidlines for coding style?
Please do not add trailing white space, especially not to existing code. Please stick with 8 char indentation.
Best regards,
Wolfgang Denk
participants (2)
-
Wolfgang Denk
-
Woodruff, Richard