Re: [U-Boot] [PATCH] MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

2019-02-12 Thread Stefano Babic
On 13/02/19 00:05, Tom Rini wrote: > On Tue, Feb 12, 2019 at 03:44:05PM -0600, Adam Ford wrote: >> On Tue, Feb 12, 2019 at 3:41 PM Scott Wood wrote: >>> >>> On Sun, 2019-02-10 at 07:48 -0600, Adam Ford wrote: On Sun, Feb 10, 2019 at 7:30 AM Adam Ford wrote: > > On Mon, Feb 4, 2019

Re: [U-Boot] [PATCH] MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

2019-02-12 Thread Tom Rini
On Tue, Feb 12, 2019 at 03:44:05PM -0600, Adam Ford wrote: > On Tue, Feb 12, 2019 at 3:41 PM Scott Wood wrote: > > > > On Sun, 2019-02-10 at 07:48 -0600, Adam Ford wrote: > > > On Sun, Feb 10, 2019 at 7:30 AM Adam Ford wrote: > > > > > > > > On Mon, Feb 4, 2019 at 12:17 PM Tim Harvey > > > >

Re: [U-Boot] [PATCH] MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

2019-02-12 Thread Adam Ford
On Tue, Feb 12, 2019 at 3:41 PM Scott Wood wrote: > > On Sun, 2019-02-10 at 07:48 -0600, Adam Ford wrote: > > On Sun, Feb 10, 2019 at 7:30 AM Adam Ford wrote: > > > > > > On Mon, Feb 4, 2019 at 12:17 PM Tim Harvey wrote: > > > > > > > > On Wed, Jan 2, 2019 at 6:37 PM Adam Ford wrote: > > > > >

Re: [U-Boot] [PATCH] MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

2019-02-12 Thread Scott Wood
On Sun, 2019-02-10 at 07:48 -0600, Adam Ford wrote: > On Sun, Feb 10, 2019 at 7:30 AM Adam Ford wrote: > > > > On Mon, Feb 4, 2019 at 12:17 PM Tim Harvey wrote: > > > > > > On Wed, Jan 2, 2019 at 6:37 PM Adam Ford wrote: > > > > > > > > The LogicPD board uses a Micron Flash with ECC. To

Re: [U-Boot] [PATCH] MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

2019-02-10 Thread Adam Ford
On Sun, Feb 10, 2019 at 7:30 AM Adam Ford wrote: > > On Mon, Feb 4, 2019 at 12:17 PM Tim Harvey wrote: > > > > On Wed, Jan 2, 2019 at 6:37 PM Adam Ford wrote: > > > > > > The LogicPD board uses a Micron Flash with ECC. To boot this from > > > SPL, the ECC needs to be correctly configured or

Re: [U-Boot] [PATCH] MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

2019-02-10 Thread Adam Ford
On Mon, Feb 4, 2019 at 12:17 PM Tim Harvey wrote: > > On Wed, Jan 2, 2019 at 6:37 PM Adam Ford wrote: > > > > The LogicPD board uses a Micron Flash with ECC. To boot this from > > SPL, the ECC needs to be correctly configured or the BCH engine > > times out. > > > > Signed-off-by: Adam Ford >

Re: [U-Boot] [PATCH] MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

2019-02-04 Thread Tim Harvey
On Wed, Jan 2, 2019 at 6:37 PM Adam Ford wrote: > > The LogicPD board uses a Micron Flash with ECC. To boot this from > SPL, the ECC needs to be correctly configured or the BCH engine > times out. > > Signed-off-by: Adam Ford > > diff --git a/drivers/mtd/nand/raw/mxs_nand.c

Re: [U-Boot] [PATCH] MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

2019-02-02 Thread Jörg Krause
Hi, On Thu, 2019-01-03 at 15:55 +, Stefan Agner wrote: > [this time using reply to all] > > On 03.01.19 03:36, Adam Ford wrote: > > The LogicPD board uses a Micron Flash with ECC. To boot this from > > SPL, the ECC needs to be correctly configured or the BCH engine > > times out. > > > >

Re: [U-Boot] [PATCH] MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

2019-01-03 Thread Stefan Agner
[this time using reply to all] On 03.01.19 03:36, Adam Ford wrote: > The LogicPD board uses a Micron Flash with ECC. To boot this from > SPL, the ECC needs to be correctly configured or the BCH engine > times out. > > Signed-off-by: Adam Ford Looks good to me, Acked-by: Stefan Agner > >

[U-Boot] [PATCH] MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

2019-01-02 Thread Adam Ford
The LogicPD board uses a Micron Flash with ECC. To boot this from SPL, the ECC needs to be correctly configured or the BCH engine times out. Signed-off-by: Adam Ford diff --git a/drivers/mtd/nand/raw/mxs_nand.c b/drivers/mtd/nand/raw/mxs_nand.c index e3341812a2..2d84bfffe2 100644 ---