[PATCH v3 5/8] m25p80: Add the mx66l1g45g SFDP table

2022-07-21 Thread Cédric Le Goater
The SFDP table size is 0x200 bytes long. The mandatory table for basic features is available at byte 0x30 plus some more Macronix specific tables. Signed-off-by: Cédric Le Goater --- hw/block/m25p80_sfdp.h | 2 +- hw/block/m25p80.c | 3 +- hw/block/m25p80_sfdp.c | 68 +

Re: [PATCH v3 5/8] m25p80: Add the mx66l1g45g SFDP table

2022-10-07 Thread Francisco Iglesias
On [2022 Jul 22] Fri 08:35:59, Cédric Le Goater wrote: > The SFDP table size is 0x200 bytes long. The mandatory table for basic > features is available at byte 0x30 plus some more Macronix specific > tables. > > Signed-off-by: Cédric Le Goater > --- > hw/block/m25p80_sfdp.h | 2 +- > hw/block/m