Re: [U-Boot] [PATCH] cmd: mtd: solve bad block support in erase command

2020-01-25 Thread Tom Rini
On Fri, Sep 20, 2019 at 09:20:12AM +0200, Patrick Delaunay wrote: > This patch modify the loop in mtd erase command to erase one by one > the blocks in the requested area. > > It solves issue on "mtd erase" command on nand with existing bad block, > the command is interrupted on the first bad

Re: [U-Boot] [PATCH] cmd: mtd: solve bad block support in erase command

2019-09-29 Thread Miquel Raynal
Hi Patrick, Patrick DELAUNAY wrote on Fri, 27 Sep 2019 11:23:09 +: > Hi Miquel > > > From: Miquel Raynal > > Sent: jeudi 26 septembre 2019 11:43 > > > > Hi Patrick, > > > > Patrick DELAUNAY wrote on Thu, 26 Sep 2019 > > 09:31:46 +: > > > > > Hi Stefan, > > > > > > > From:

Re: [U-Boot] [PATCH] cmd: mtd: solve bad block support in erase command

2019-09-27 Thread Patrick DELAUNAY
Hi Miquel > From: Miquel Raynal > Sent: jeudi 26 septembre 2019 11:43 > > Hi Patrick, > > Patrick DELAUNAY wrote on Thu, 26 Sep 2019 > 09:31:46 +: > > > Hi Stefan, > > > > > From: Stefan Roese > > > Sent: vendredi 20 septembre 2019 11:20 > > > > > > Hi Patrick, > > > > > > On 20.09.19

Re: [U-Boot] [PATCH] cmd: mtd: solve bad block support in erase command

2019-09-26 Thread Miquel Raynal
Hi Patrick, Patrick DELAUNAY wrote on Thu, 26 Sep 2019 09:31:46 +: > Hi Stefan, > > > From: Stefan Roese > > Sent: vendredi 20 septembre 2019 11:20 > > > > Hi Patrick, > > > > On 20.09.19 09:20, Patrick Delaunay wrote: > > > This patch modify the loop in mtd erase command to erase one

Re: [U-Boot] [PATCH] cmd: mtd: solve bad block support in erase command

2019-09-26 Thread Patrick DELAUNAY
Hi Stefan, > From: Stefan Roese > Sent: vendredi 20 septembre 2019 11:20 > > Hi Patrick, > > On 20.09.19 09:20, Patrick Delaunay wrote: > > This patch modify the loop in mtd erase command to erase one by one > > the blocks in the requested area. > > > > It solves issue on "mtd erase" command

Re: [U-Boot] [PATCH] cmd: mtd: solve bad block support in erase command

2019-09-20 Thread Miquel Raynal
Hi Patrick, Patrick Delaunay wrote on Fri, 20 Sep 2019 09:20:12 +0200: > This patch modify the loop in mtd erase command to erase one by one > the blocks in the requested area. > > It solves issue on "mtd erase" command on nand with existing bad block, > the command is interrupted on the first

Re: [U-Boot] [PATCH] cmd: mtd: solve bad block support in erase command

2019-09-20 Thread Stefan Roese
Hi Patrick, On 20.09.19 09:20, Patrick Delaunay wrote: This patch modify the loop in mtd erase command to erase one by one the blocks in the requested area. It solves issue on "mtd erase" command on nand with existing bad block, the command is interrupted on the first bad block with the trace:

[U-Boot] [PATCH] cmd: mtd: solve bad block support in erase command

2019-09-20 Thread Patrick Delaunay
This patch modify the loop in mtd erase command to erase one by one the blocks in the requested area. It solves issue on "mtd erase" command on nand with existing bad block, the command is interrupted on the first bad block with the trace: "Skipping bad block at 0x" In