From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 4 Jan 2012 11:44:18 -0600 Subject: [U-Boot] [PATCH] cmd_nand: add biterror insertion command for NAND Flash In-Reply-To: <1325691123-19565-1-git-send-email-holger.brunck@keymile.com> References: <1325691123-19565-1-git-send-email-holger.brunck@keymile.com> Message-ID: <4F048FF2.9020207@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/04/2012 09:32 AM, Holger Brunck wrote: > From: Stefan Bigler > > Initial implementation for unsafe feature for biterror insertion on > NAND-Flash devices. The code flips single bits in the data block of the > flash to simulate single bit-errors. > Tested with Samsung K9F1G08U0D and Micron MT29F1G08ABADAWP on > km_kirkwood boards. Do we still need dedicated code for this now that we have the ability to do raw writes? -Scott