summaryrefslogtreecommitdiffstats
path: root/hw/block/m25p80.c
Commit message (Expand)AuthorAgeFilesLines
* m25p80: Add the w25q01jvq SFPD tablePatrick Williams2022-10-241-1/+2
* m25p80: Add the w25q512jv SFPD tableCédric Le Goater2022-10-241-1/+2
* m25p80: Add the w25q256 SFPD tableCédric Le Goater2022-10-241-1/+2
* m25p80: Add the mx66l1g45g SFDP tableCédric Le Goater2022-10-241-1/+2
* m25p80: Add the mx25l25635f SFPD tableCédric Le Goater2022-10-241-0/+2
* m25p80: Add the mx25l25635e SFPD tableCédric Le Goater2022-10-241-1/+1
* m25p80: Add erase size for mx25l25635eCédric Le Goater2022-10-241-1/+2
* m25p80: Add the n25q256a SFDP tableCédric Le Goater2022-10-241-3/+5
* m25p80: Add basic support for the SFDP commandCédric Le Goater2022-10-241-0/+27
* hw: m25p80: Add Block Protect and Top Bottom bits for write protectIris Chen2022-07-141-12/+90
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-1/+1
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-1/+1
* hw: m25p80: add WP# pin and SRWD bit for write protectionIris Chen2022-06-301-15/+67
* hw: m25p80: allow write_enable latch get/setIris Chen2022-05-251-0/+1
* hw/block: m25p80: Add support for w25q01jvqPatrick Williams2022-03-081-0/+1
* hw/block/m25p80: Add support for Micron Xccela flash mt35xu01gFrancisco Iglesias2022-01-281-0/+2
* hw/block: m25p80: Add support for mt25ql02g and mt25qu02gCédric Le Goater2021-05-011-0/+2
* hw/block: m25p80: Support fast read for SST flashesBin Meng2021-03-231-0/+3
* hw/block: m25p80: Add various ISSI flash informationBin Meng2021-03-041-0/+13
* hw/block: m25p80: Add ISSI SPI flash supportBin Meng2021-03-041-1/+43
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-3/+3
* hw/block: m25p80: Implement AAI-WP command support for SST flashesXuzhou Cheng2021-01-161-0/+73
* hw/block: m25p80: Don't write to flash if write is disabledBin Meng2021-01-161-0/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* hw/block/m25p80: Fix Numonyx fast read dummy cycle countJoe Komlodi2020-12-151-3/+27
* hw/block/m25p80: Check SPI mode before running some Numonyx commandsJoe Komlodi2020-12-151-19/+95
* hw/block/m25p80: Fix when VCFG XIP bit is set for NumonyxJoe Komlodi2020-12-151-1/+1
* hw/block/m25p80: Make Numonyx config field names more accurateJoe Komlodi2020-12-151-6/+6
* hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé2020-12-101-7/+7
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* hw: add a number of SPI-flash's of m25p80 familyIgor Kononenko2020-09-011-0/+2
* m25p80: Add support for n25q512ax3Cédric Le Goater2020-09-011-0/+1
* m25p80: Return the JEDEC ID twice for mx25l25635eCédric Le Goater2020-09-011-1/+1
* m25p80: Improve command handling for unsupported commandsGuenter Roeck2020-03-171-0/+5
* m25p80: Improve command handling for Jedec commandsGuenter Roeck2020-03-171-1/+4
* m25p80: Convert to support tracingGuenter Roeck2020-03-171-26/+22Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* m25p80: Add support for w25q512jvCédric Le Goater2019-10-151-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/block: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
* m25p80: add support for two bytes WRSR for Macronix chipsCédric Le Goater2018-06-151-0/+1
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-1/+1
* m25p80: Add support for n25q512a11 and n25q512a13Francisco Iglesias2017-12-131-0/+2