diff options
author | Cédric Le Goater | 2022-10-24 11:20:15 +0200 |
---|---|---|
committer | Cédric Le Goater | 2022-10-24 11:20:15 +0200 |
commit | 2389bcc259df915d1b244b270e9c3d3d7e097a88 (patch) | |
tree | 7f7ed82f5b58a2ed8eb5421f929443fb2c0ec7ae /MAINTAINERS | |
parent | hw/arm/aspeed: increase Bletchley memory size (diff) | |
download | qemu-2389bcc259df915d1b244b270e9c3d3d7e097a88.tar.gz qemu-2389bcc259df915d1b244b270e9c3d3d7e097a88.tar.xz qemu-2389bcc259df915d1b244b270e9c3d3d7e097a88.zip |
m25p80: Add basic support for the SFDP command
JEDEC STANDARD JESD216 for Serial Flash Discovery Parameters (SFDP)
provides a mean to describe the features of a serial flash device
using a set of internal parameter tables.
This is the initial framework for the RDSFDP command giving access to
a private SFDP area under the flash. This area now needs to be
populated with the flash device characteristics, using a new
'sfdp_read' handler under FlashPartInfo.
Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com>
Message-Id: <20220722063602.128144-2-clg@kaod.org>
Message-Id: <20221013161241.2805140-2-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e3d5b7e09c..32e495e165 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1915,7 +1915,7 @@ SSI M: Alistair Francis <alistair@alistair23.me> S: Maintained F: hw/ssi/* -F: hw/block/m25p80.c +F: hw/block/m25p80* F: include/hw/ssi/ssi.h X: hw/ssi/xilinx_* F: tests/qtest/m25p80-test.c |