summaryrefslogtreecommitdiff
path: root/hw/block/m25p80.c
AgeCommit message (Expand)Author
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
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2017-12-13m25p80: Add support for n25q512a11 and n25q512a13Francisco Iglesias
2017-12-13m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60)Francisco Iglesias
2017-12-13m25p80: Add support for SST READ ID 0x90/0xAB commandsFrancisco Iglesias
2017-12-13m25p80: Add support for continuous read out of RDSR and READ_FSRFrancisco Iglesias
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-02-28hw/block: Request permissionsKevin Wolf
2017-01-24hw/block/m25p80: Fix typo in local macro nameStefan Weil
2017-01-20block: m25p80: Improve 1GiB Micron flash definitionMarcin Krzeminski
2017-01-20block: m25p80: Introduce die erase commandMarcin Krzeminski
2017-01-20block: m25p80: Add Quad Page Program 4byteMarcin Krzeminski
2017-01-09m25p80: don't let rogue SPI controllers cause buffer overrunsJean-Christophe Dubois
2016-12-27m25p80: add support for the mx66l1g45gCédric Le Goater
2016-09-06block: m25p80: Fix vmstate structure nameMarcin Krzeminski
2016-07-14m25p80: Fix QIOR/DIOR handling for WinbondMarcin Krzeminski
2016-07-07hw/block/m25p80: fix resource leakShannon Zhao
2016-07-04m25p80: qdev-ify drive propertyPaolo Bonzini
2016-07-04m25p80: change cur_addr to 32 bit integerPaolo Bonzini
2016-07-04m25p80: avoid out of bounds accessesPaolo Bonzini
2016-07-04m25p80: do not put iovec on the stackPaolo Bonzini
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater
2016-06-27m25p80: Fix WINBOND fast read command handlingMarcin Krzeminski
2016-06-27m25p80: New flash devices.Marcin Krzeminski
2016-06-27m25p80: Fast read commands family changes.Marcin Krzeminski
2016-06-27m25p80: Introduce configuration registers.Marcin Krzeminski
2016-06-27m25p80: Introduce quad and equad modes.Marcin Krzeminski
2016-06-27m25p80: Add additional flash commands:Marcin Krzeminski
2016-06-27m25p80: Introduce COLLECTING_VAR_LEN_DATA state.Marcin Krzeminski
2016-06-27m25p80: Allow more than four banks.Marcin Krzeminski
2016-06-27m25p80: Make a table for JEDEC ID.Marcin Krzeminski
2016-06-27m25p80: Replace JEDEC ID masking with function.Marcin Krzeminski
2016-06-16m25p80: fix test on blk_pread() return valueCédric Le Goater