aboutsummaryrefslogtreecommitdiff
path: root/hw/block/m25p80.c
AgeCommit message (Expand)Author
2023-09-01m25p80: Introduce an helper to retrieve the BlockBackend of a deviceCédric Le Goater
2023-03-07m25p80: Improve error when the backend file size does not match the deviceCédric Le Goater
2023-02-07m25p80: Add the is25wp256 SFPD tableGuenter Roeck
2022-10-24m25p80: Add the w25q01jvq SFPD tablePatrick Williams
2022-10-24m25p80: Add the w25q512jv SFPD tableCédric Le Goater
2022-10-24m25p80: Add the w25q256 SFPD tableCédric Le Goater
2022-10-24m25p80: Add the mx66l1g45g SFDP tableCédric Le Goater
2022-10-24m25p80: Add the mx25l25635f SFPD tableCédric Le Goater
2022-10-24m25p80: Add the mx25l25635e SFPD tableCédric Le Goater
2022-10-24m25p80: Add erase size for mx25l25635eCédric Le Goater
2022-10-24m25p80: Add the n25q256a SFDP tableCédric Le Goater
2022-10-24m25p80: Add basic support for the SFDP commandCédric Le Goater
2022-07-14hw: m25p80: Add Block Protect and Top Bottom bits for write protectIris Chen
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria
2022-06-30hw: m25p80: add WP# pin and SRWD bit for write protectionIris Chen
2022-05-25hw: m25p80: allow write_enable latch get/setIris Chen
2022-03-08hw/block: m25p80: Add support for w25q01jvqPatrick Williams
2022-01-28hw/block/m25p80: Add support for Micron Xccela flash mt35xu01gFrancisco Iglesias
2021-05-01hw/block: m25p80: Add support for mt25ql02g and mt25qu02gCédric Le Goater
2021-03-22hw/block: m25p80: Support fast read for SST flashesBin Meng
2021-03-04hw/block: m25p80: Add various ISSI flash informationBin Meng
2021-03-04hw/block: m25p80: Add ISSI SPI flash supportBin Meng
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-16hw/block: m25p80: Implement AAI-WP command support for SST flashesXuzhou Cheng
2021-01-16hw/block: m25p80: Don't write to flash if write is disabledBin Meng
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-15hw/block/m25p80: Fix Numonyx fast read dummy cycle countJoe Komlodi
2020-12-15hw/block/m25p80: Check SPI mode before running some Numonyx commandsJoe Komlodi
2020-12-15hw/block/m25p80: Fix when VCFG XIP bit is set for NumonyxJoe Komlodi
2020-12-15hw/block/m25p80: Make Numonyx config field names more accurateJoe Komlodi
2020-12-10hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-01hw: add a number of SPI-flash's of m25p80 familyIgor Kononenko
2020-09-01m25p80: Add support for n25q512ax3Cédric Le Goater
2020-09-01m25p80: Return the JEDEC ID twice for mx25l25635eCédric Le Goater
2020-03-17m25p80: Improve command handling for unsupported commandsGuenter Roeck
2020-03-17m25p80: Improve command handling for Jedec commandsGuenter Roeck
2020-03-17m25p80: Convert to support tracingGuenter Roeck
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-10-15m25p80: Add support for w25q512jvCédric Le Goater
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-07-02hw/block: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-15m25p80: add support for two bytes WRSR for Macronix chipsCédric Le Goater