Re: [PATCH v3 3/8] m25p80: Add the mx25l25635e SFPD table

2022-10-10 Thread Cédric Le Goater
Hello Francisco On 10/7/22 15:59, Francisco Iglesias wrote: Hi Cedric, On [2022 Jul 22] Fri 08:35:57, Cédric Le Goater wrote: The SFDP table is 0x80 bytes long. The mandatory table for basic features is available at byte 0x30 and an extra Macronix specific table is available at 0x60. 4B

Re: [PATCH v3 3/8] m25p80: Add the mx25l25635e SFPD table

2022-10-07 Thread Francisco Iglesias
Hi Cedric, On [2022 Jul 22] Fri 08:35:57, Cédric Le Goater wrote: > The SFDP table is 0x80 bytes long. The mandatory table for basic > features is available at byte 0x30 and an extra Macronix specific > table is available at 0x60. > > 4B opcodes are not supported. > > Signed-off-by: Cédric Le

[PATCH v3 3/8] m25p80: Add the mx25l25635e SFPD table

2022-07-22 Thread Cédric Le Goater
The SFDP table is 0x80 bytes long. The mandatory table for basic features is available at byte 0x30 and an extra Macronix specific table is available at 0x60. 4B opcodes are not supported. Signed-off-by: Cédric Le Goater --- hw/block/m25p80_sfdp.h | 3 +++ hw/block/m25p80.c | 3 ++-