Re: [SPAM] [PATCH v1 04/16] hw/block/m25p80: Add SFDP table for w25q80bl flash

2024-10-21 Thread Cédric Le Goater
On 10/18/24 07:31, Jamin Lin wrote: Add the SFDP table for the Windbond w25q80bl flash. Signed-off-by: Jamin Lin capabilities exposed to Linux look correct : root@ast2600-default:~# cat /sys/kernel/debug/spi-nor/spi0.1/* Supported read modes by the flash 1S-1S-1S opc

[PATCH v1 04/16] hw/block/m25p80: Add SFDP table for w25q80bl flash

2024-10-17 Thread Jamin Lin via
Add the SFDP table for the Windbond w25q80bl flash. Signed-off-by: Jamin Lin --- hw/block/m25p80.c | 3 ++- hw/block/m25p80_sfdp.c | 36 hw/block/m25p80_sfdp.h | 2 +- 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/hw/block/m25p80.c b/