[PATCH 1/1] Fix issues and add new commands for onenand.

This patch has been generated against the tip of u-boot-arm git - origin/omap3
branch.
This patch provides for a few more commands for onenand in tune with what
is avaiable for NAND chips and also debugging functions like scrub and
markbad. The bad block checking has been fixed for errors since the new
framework was failing in reading OOB data.

Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>

Mani,

Manikandan Pillai wrote:

This patch has been generated against the tip of u-boot-arm git - origin/omap3 branch.
This patch provides for a few more commands for onenand in tune with what
is avaiable for NAND chips and also debugging functions like scrub and markbad. The bad block checking has been fixed for errors since the new
framework was failing in reading OOB data.

Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
---
common/cmd_onenand.c | 101 +++++++++++++++++-----
drivers/mtd/onenand/onenand_base.c | 168 +++++++++++++++++++++++++++++++++---
drivers/mtd/onenand/onenand_bbt.c | 24 +++---
include/onenand_uboot.h | 7 ++
4 files changed, 253 insertions(+), 47 deletions(-)

Sorry if I missed something, but this looks generic and not Beagle specific to me. Do you like to send this patch to U-Boot list?

Best regards

Dirk