]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/block: Add Microchip's 25CSM04 to m25p80
authorChalapathi V <chalapathi.v@linux.ibm.com>
Wed, 26 Jun 2024 09:05:26 +0000 (04:05 -0500)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:21:06 +0000 (09:21 +1000)
commit8d970f4162b8a388eef08ee37dab47a650e390ab
tree75a099951b38d26d1bdc3d5451c27a9d30a0d85f
parentb4cb930e40f172e2b28a9fbe0189e97469aad648
hw/block: Add Microchip's 25CSM04 to m25p80

Add Microchip's 25CSM04 Serial EEPROM to m25p80.  25CSM04 provides 4 Mbits
of Serial EEPROM utilizing the Serial Peripheral Interface (SPI) compatible
bus. The device is organized as 524288 bytes of 8 bits each (512Kbyte) and
is optimized for use in consumer and industrial applications where reliable
and dependable nonvolatile memory storage is essential.

Signed-off-by: Chalapathi V <chalapathi.v@linux.ibm.com>
Reviewed-by: Glenn Miles <milesg@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
hw/block/m25p80.c