Re: [U-Boot] [PATCH 1/3] mtd/spi: Add JEDEC SFDP support in SPI framework

2018-10-31 Thread Rajat Srivastava
> -Original Message- > From: Simon Goldschmidt > Sent: Wednesday, October 31, 2018 2:51 PM > To: Rajat Srivastava > Cc: vigne...@ti.com; U-Boot Mailing List ; Jagan Teki > > Subject: Re: [U-Boot] [PATCH 1/3] mtd/spi: Add JEDEC SFDP support in SPI > framework &

Re: [U-Boot] [PATCH 1/3] mtd/spi: Add JEDEC SFDP support in SPI framework

2018-10-31 Thread Simon Goldschmidt
On Wed, Oct 31, 2018 at 10:01 AM Rajat Srivastava wrote: > > > > > -Original Message- > > From: Vignesh R > > Sent: Wednesday, October 31, 2018 1:47 PM > > To: Rajat Srivastava ; u-boot@lists.denx.de > > Cc: ja...@openedev.com > > Subject: Re:

Re: [U-Boot] [PATCH 1/3] mtd/spi: Add JEDEC SFDP support in SPI framework

2018-10-31 Thread Rajat Srivastava
> -Original Message- > From: Vignesh R > Sent: Wednesday, October 31, 2018 1:47 PM > To: Rajat Srivastava ; u-boot@lists.denx.de > Cc: ja...@openedev.com > Subject: Re: [U-Boot] [PATCH 1/3] mtd/spi: Add JEDEC SFDP support in SPI > framework > > >

Re: [U-Boot] [PATCH 1/3] mtd/spi: Add JEDEC SFDP support in SPI framework

2018-10-31 Thread Vignesh R
On 17/10/18 4:58 PM, Rajat Srivastava wrote: > Add support for JESD216 rev B standard JEDEC Serial > Flash Discoverable Parameters (SFDP) tables to > dynamically initialize flash size, page size and > address width of the flash. More parameters can be > added as per requirement. > Already

[U-Boot] [PATCH 1/3] mtd/spi: Add JEDEC SFDP support in SPI framework

2018-10-17 Thread Rajat Srivastava
Add support for JESD216 rev B standard JEDEC Serial Flash Discoverable Parameters (SFDP) tables to dynamically initialize flash size, page size and address width of the flash. More parameters can be added as per requirement. Already existing method for parsing these parameters are not deprecated,