[U-Boot] [PATCH v6 21/21] sf: Fix s25fs512s id param table

Jagan Teki jagan at openedev.com
Wed Nov 16 13:45:23 CET 2016


On Wed, Nov 16, 2016 at 12:32 PM, Siva Durga Prasad Paladugu
<siva.durga.paladugu at xilinx.com> wrote:
> Hi,
>
>> -----Original Message-----
>> From: U-Boot [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Jagan Teki
>> Sent: Wednesday, November 16, 2016 9:33 AM
>> To: u-boot at lists.denx.de
>> Cc: Jagan Teki <jagan at openedev.com>
>> Subject: [U-Boot] [PATCH v6 21/21] sf: Fix s25fs512s id param table
>>
>> s25fs512s and s25fl512s_256k have common id information till 5 bytes and
>> 6th byte have different family id like FS and FL-S as 0x81 and 0x80.
>>
>> Reported-by: Vignesh R <vigneshr at ti.com>
>> Signed-off-by: Jagan Teki <jagan at openedev.com>
>> ---
>>  drivers/mtd/spi/spi_flash_ids.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
>> index 4ec2255..8f9520f 100644
>> --- a/drivers/mtd/spi/spi_flash_ids.c
>> +++ b/drivers/mtd/spi/spi_flash_ids.c
>> @@ -99,7 +99,7 @@ const struct spi_flash_info spi_flash_ids[] = {
>>       {"s25fl256s_256k", INFO(0x010219, 0x4d00, 256 * 1024,   128,
>> RD_FULL | WR_QPP) },
>>       {"s25fl256s_64k",  INFO(0x010219, 0x4d01,  64 * 1024,   512, RD_FULL
>> | WR_QPP) },
>>       {"s25fs256s_64k",  INFO6(0x010219, 0x4d0181, 64 * 1024, 512,
>> RD_FULL | WR_QPP | SECT_4K) },
>> -     {"s25fs512s",      INFO(0x010220, 0x4d00, 128 * 1024,   512, RD_FULL |
>> WR_QPP) },
>> +     {"s25fs512s",      INFO6(0x010220, 0x4d0081, 128 * 1024,   512,
>> RD_FULL | WR_QPP) },
>
> As I said in my earlier comments, Please add SECT_4K, otherwise it will be broken.

If SECT_4K need then it should be an existing issue, but Vignesh R
tested this already. Vignesh any comment?

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.


More information about the U-Boot mailing list