From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 18 May 2012 17:59:09 -0500 Subject: [U-Boot] [PATCH 1/2] nand: extend .raw accesses to work on multiple pages In-Reply-To: <20120328222653.GA14861@schlenkerla.am.freescale.net> References: <20120328222653.GA14861@schlenkerla.am.freescale.net> Message-ID: <4FB6D43D.30102@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 03/28/2012 05:26 PM, Scott Wood wrote: > A use for this is to read, modify, erase, and write an entire block as a > single unit, as a replacement for the biterr command. This way gives > more flexibility in that you can also test multiple bit errors, errors > in the ECC, etc. > > Signed-off-by: Scott Wood > --- > common/cmd_nand.c | 95 +++++++++++++++++++++++++++++++++++++++------------- > doc/README.nand | 16 ++++---- > 2 files changed, 79 insertions(+), 32 deletions(-) Applied to u-boot-nand-flash. -Scott