From mboxrd@z Thu Jan 1 00:00:00 1970 From: Woodruff, Richard Date: Thu, 24 Jul 2003 18:57:51 -0500 Subject: [U-Boot-Users] PATCH : Fixes and enhancements for NAND flash. Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. -------------- next part -------------- A non-text attachment was scrubbed... Name: nand_fix.diff Type: application/octet-stream Size: 10814 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20030724/5d70094f/attachment.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: nand_fix.changelog Type: application/octet-stream Size: 396 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20030724/5d70094f/attachment-0001.obj