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
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/