]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
m25p80: Add basic support for the SFDP command
authorCédric Le Goater <clg@kaod.org>
Mon, 24 Oct 2022 09:20:15 +0000 (11:20 +0200)
committerCédric Le Goater <clg@kaod.org>
Mon, 24 Oct 2022 09:20:15 +0000 (11:20 +0200)
commit2389bcc259df915d1b244b270e9c3d3d7e097a88
tree7f7ed82f5b58a2ed8eb5421f929443fb2c0ec7ae
parent104bdaffd753042c652a3731753fc3b391e32d87
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>
MAINTAINERS
hw/block/m25p80.c
hw/block/m25p80_sfdp.h [new file with mode: 0644]
hw/block/trace-events