
27 Sep
2011
27 Sep
'11
8:57 p.m.
On Fri, Sep 23, 2011 at 03:43:10PM +0200, Marek Vasut wrote:
These commands should work around various "hardware" ECC and BCH methods.
Signed-off-by: Marek Vasut marek.vasut@gmail.com Cc: Scott Wood scottwood@freescale.com Cc: Stefano Babic sbabic@denx.de Cc: Wolfgang Denk wd@denx.de Cc: Detlev Zundel dzu@denx.de
common/cmd_nand.c | 19 +++++++++++++++++++ doc/README.nand | 9 +++++++++ 2 files changed, 28 insertions(+), 0 deletions(-)
V2: Add documentation. V3: Drop size param. V4: Dont drop size of read/write commands, operate on pages
Applied to u-boot-nand-flash next
- "nand read.raw - addr off|partition\n"
- "nand write.raw - addr off|partition\n"
- " Use read.raw/write.raw to avoid ECC and write the page as-is.\n"
...with s/write the page/access the page/
-Scott