Re: [PATCH 1/2] m25p80: Add basic support for the SFDP command

2020-09-01 Thread Cédric Le Goater
On 9/1/20 3:36 PM, Francisco Iglesias wrote: > Hi Cedric, > > On [2020 Aug 27] Thu 11:11:29, Cédric Le Goater wrote: >> JEDEC STANDARD JESD216 for Serial Flash Discovery Parameters (SFDP) >> provides a mean to describe the features of a serial flash device >> using a set of internal parameter tabl

Re: [PATCH 1/2] m25p80: Add basic support for the SFDP command

2020-09-01 Thread Francisco Iglesias
Hi Cedric, On [2020 Aug 27] Thu 11:11:29, Cédric Le Goater wrote: > JEDEC STANDARD JESD216 for Serial Flash Discovery Parameters (SFDP) > provides a mean to describe the features of a serial flash device > using a set of internal parameter tables. > > This is the initial framework for the RDSFDP

[PATCH 1/2] m25p80: Add basic support for the SFDP command

2020-08-27 Thread Cédric Le Goater
JEDEC STANDARD JESD216 for Serial Flash Discovery Parameters (SFDP) provides a mean to describe the features of a serial flash device using a set of internal parameter tables. This is the initial framework for the RDSFDP command giving access to a private SFDP area under the flash. This area now n