Re: [U-Boot] x86: SPI flash broken with SPI NOR

2019-06-05 Thread Vignesh Raghavendra
On 05/06/19 8:17 PM, Bin Meng wrote: > Hi Vignesh, > > On Wed, Jun 5, 2019 at 9:40 PM Bin Meng wrote: >> >> Hi Vignesh, >> >> On Sat, Apr 27, 2019 at 12:26 AM Vignesh Raghavendra wrote: >>> >>> Bin, >>> >>> On 26/04/19 7:33 PM, Bin Meng wrote: Hi Simon, On Fri, Apr 26, 2019 at 7

Re: [U-Boot] x86: SPI flash broken with SPI NOR

2019-06-05 Thread Simon Glass
Hi Bin, On Wed, 5 Jun 2019 at 08:47, Bin Meng wrote: > > Hi Vignesh, > > On Wed, Jun 5, 2019 at 9:40 PM Bin Meng wrote: > > > > Hi Vignesh, > > > > On Sat, Apr 27, 2019 at 12:26 AM Vignesh Raghavendra > > wrote: > > > > > > Bin, > > > > > > On 26/04/19 7:33 PM, Bin Meng wrote: > > > > Hi Simon

Re: [U-Boot] x86: SPI flash broken with SPI NOR

2019-06-05 Thread Bin Meng
Hi Vignesh, On Wed, Jun 5, 2019 at 9:40 PM Bin Meng wrote: > > Hi Vignesh, > > On Sat, Apr 27, 2019 at 12:26 AM Vignesh Raghavendra wrote: > > > > Bin, > > > > On 26/04/19 7:33 PM, Bin Meng wrote: > > > Hi Simon, > > > > > > On Fri, Apr 26, 2019 at 7:26 AM Simon Glass wrote: > > >> > > >> Hi Bi

Re: [U-Boot] x86: SPI flash broken with SPI NOR

2019-06-05 Thread Bin Meng
Hi Vignesh, On Sat, Apr 27, 2019 at 12:26 AM Vignesh Raghavendra wrote: > > Bin, > > On 26/04/19 7:33 PM, Bin Meng wrote: > > Hi Simon, > > > > On Fri, Apr 26, 2019 at 7:26 AM Simon Glass wrote: > >> > >> Hi Bin, > >> > >> I find that 'sf test 0 1000' does not work anymore since this commit: > >

Re: [U-Boot] x86: SPI flash broken with SPI NOR

2019-04-26 Thread Vignesh Raghavendra
Bin, On 26/04/19 7:33 PM, Bin Meng wrote: > Hi Simon, > > On Fri, Apr 26, 2019 at 7:26 AM Simon Glass wrote: >> >> Hi Bin, >> >> I find that 'sf test 0 1000' does not work anymore since this commit: >> >> c4e8862308 mtd: spi: Switch to new SPI NOR framework >> >> Have you seen any problems? This

Re: [U-Boot] x86: SPI flash broken with SPI NOR

2019-04-26 Thread Bin Meng
Hi Simon, On Fri, Apr 26, 2019 at 7:26 AM Simon Glass wrote: > > Hi Bin, > > I find that 'sf test 0 1000' does not work anymore since this commit: > > c4e8862308 mtd: spi: Switch to new SPI NOR framework > > Have you seen any problems? This seems to prevent proper SPI flash writing > (not sure a

Re: [U-Boot] x86: SPI flash broken with SPI NOR

2019-04-25 Thread Vignesh Raghavendra
On 26/04/19 4:56 AM, Simon Glass wrote: > Hi Bin, > > I find that 'sf test 0 1000' does not work anymore since this commit: > > c4e8862308 mtd: spi: Switch to new SPI NOR framework > > Have you seen any problems? This seems to prevent proper SPI flash > writing (not sure about reading). > Sorr

[U-Boot] x86: SPI flash broken with SPI NOR

2019-04-25 Thread Simon Glass
Hi Bin, I find that 'sf test 0 1000' does not work anymore since this commit: c4e8862308 mtd: spi: Switch to new SPI NOR framework Have you seen any problems? This seems to prevent proper SPI flash writing (not sure about reading). Also, it seemed to increase code size on samus by >2KB. Regard