aboutsummaryrefslogtreecommitdiff
path: root/hw/block/m25p80.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19aspeed/smc: Only wire flash devices at resetCédric Le Goater1-1/+0
2024-02-27block: m25p80: Add support of mt35xu02gbbaSai Pavan Boddu1-0/+3
2024-01-30hw/block/block.c: improve confusing blk_check_size_and_read_all() errorManos Pitsidianakis1-1/+2
2023-12-29hw/block: Constify VMStateRichard Henderson1-6/+6
2023-09-01m25p80: Introduce an helper to retrieve the BlockBackend of a deviceCédric Le Goater1-0/+6
2023-03-07m25p80: Improve error when the backend file size does not match the deviceCédric Le Goater1-2/+2
2023-02-07m25p80: Add the is25wp256 SFPD tableGuenter Roeck1-1/+2
2022-10-24m25p80: Add the w25q01jvq SFPD tablePatrick Williams1-1/+2
2022-10-24m25p80: Add the w25q512jv SFPD tableCédric Le Goater1-1/+2
2022-10-24m25p80: Add the w25q256 SFPD tableCédric Le Goater1-1/+2
2022-10-24m25p80: Add the mx66l1g45g SFDP tableCédric Le Goater1-1/+2
2022-10-24m25p80: Add the mx25l25635f SFPD tableCédric Le Goater1-0/+2
2022-10-24m25p80: Add the mx25l25635e SFPD tableCédric Le Goater1-1/+1
2022-10-24m25p80: Add erase size for mx25l25635eCédric Le Goater1-1/+2
2022-10-24m25p80: Add the n25q256a SFDP tableCédric Le Goater1-3/+5
2022-10-24m25p80: Add basic support for the SFDP commandCédric Le Goater1-0/+27
2022-07-14hw: m25p80: Add Block Protect and Top Bottom bits for write protectIris Chen1-12/+90
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-1/+1
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-1/+1
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria1-1/+1
2022-06-30hw: m25p80: add WP# pin and SRWD bit for write protectionIris Chen1-15/+67
2022-05-25hw: m25p80: allow write_enable latch get/setIris Chen1-0/+1
2022-03-08hw/block: m25p80: Add support for w25q01jvqPatrick Williams1-0/+1
2022-01-28hw/block/m25p80: Add support for Micron Xccela flash mt35xu01gFrancisco Iglesias1-0/+2
2021-05-01hw/block: m25p80: Add support for mt25ql02g and mt25qu02gCédric Le Goater1-0/+2
2021-03-22hw/block: m25p80: Support fast read for SST flashesBin Meng1-0/+3
2021-03-04hw/block: m25p80: Add various ISSI flash informationBin Meng1-0/+13
2021-03-04hw/block: m25p80: Add ISSI SPI flash supportBin Meng1-1/+43
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-3/+3
2021-01-16hw/block: m25p80: Implement AAI-WP command support for SST flashesXuzhou Cheng1-0/+73
2021-01-16hw/block: m25p80: Don't write to flash if write is disabledBin Meng1-0/+1
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-15hw/block/m25p80: Fix Numonyx fast read dummy cycle countJoe Komlodi1-3/+27
2020-12-15hw/block/m25p80: Check SPI mode before running some Numonyx commandsJoe Komlodi1-19/+95
2020-12-15hw/block/m25p80: Fix when VCFG XIP bit is set for NumonyxJoe Komlodi1-1/+1
2020-12-15hw/block/m25p80: Make Numonyx config field names more accurateJoe Komlodi1-6/+6
2020-12-10hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé1-7/+7
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-09-01hw: add a number of SPI-flash's of m25p80 familyIgor Kononenko1-0/+2
2020-09-01m25p80: Add support for n25q512ax3Cédric Le Goater1-0/+1
2020-09-01m25p80: Return the JEDEC ID twice for mx25l25635eCédric Le Goater1-1/+1
2020-03-17m25p80: Improve command handling for unsupported commandsGuenter Roeck1-0/+5
2020-03-17m25p80: Improve command handling for Jedec commandsGuenter Roeck1-1/+4
2020-03-17m25p80: Convert to support tracingGuenter Roeck1-26/+22
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-10-15m25p80: Add support for w25q512jvCédric Le Goater1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0