index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
m25p80.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-04
hw/block: m25p80: Add various ISSI flash information
Bin Meng
1
-0
/
+13
2021-03-04
hw/block: m25p80: Add ISSI SPI flash support
Bin Meng
1
-1
/
+43
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
1
-3
/
+3
2021-01-16
hw/block: m25p80: Implement AAI-WP command support for SST flashes
Xuzhou Cheng
1
-0
/
+73
2021-01-16
hw/block: m25p80: Don't write to flash if write is disabled
Bin Meng
1
-0
/
+1
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-12-15
hw/block/m25p80: Fix Numonyx fast read dummy cycle count
Joe Komlodi
1
-3
/
+27
2020-12-15
hw/block/m25p80: Check SPI mode before running some Numonyx commands
Joe Komlodi
1
-19
/
+95
2020-12-15
hw/block/m25p80: Fix when VCFG XIP bit is set for Numonyx
Joe Komlodi
1
-1
/
+1
2020-12-15
hw/block/m25p80: Make Numonyx config field names more accurate
Joe Komlodi
1
-6
/
+6
2020-12-10
hw/ssi: Rename SSI 'slave' as 'peripheral'
Philippe Mathieu-Daudé
1
-7
/
+7
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-4
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-6
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-4
/
+7
2020-09-01
hw: add a number of SPI-flash's of m25p80 family
Igor Kononenko
1
-0
/
+2
2020-09-01
m25p80: Add support for n25q512ax3
Cédric Le Goater
1
-0
/
+1
2020-09-01
m25p80: Return the JEDEC ID twice for mx25l25635e
Cédric Le Goater
1
-1
/
+1
2020-03-17
m25p80: Improve command handling for unsupported commands
Guenter Roeck
1
-0
/
+5
2020-03-17
m25p80: Improve command handling for Jedec commands
Guenter Roeck
1
-1
/
+4
2020-03-17
m25p80: Convert to support tracing
Guenter Roeck
1
-26
/
+22
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-10-15
m25p80: Add support for w25q512jv
Cédric Le Goater
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2018-07-02
hw/block: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-2
/
+3
2018-06-15
m25p80: add support for two bytes WRSR for Macronix chips
Cédric Le Goater
1
-0
/
+1
2018-06-01
hw: Do not include "sysemu/blockdev.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
1
-1
/
+1
2017-12-13
m25p80: Add support for n25q512a11 and n25q512a13
Francisco Iglesias
1
-0
/
+2
2017-12-13
m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60)
Francisco Iglesias
1
-0
/
+7
2017-12-13
m25p80: Add support for SST READ ID 0x90/0xAB commands
Francisco Iglesias
1
-0
/
+32
2017-12-13
m25p80: Add support for continuous read out of RDSR and READ_FSR
Francisco Iglesias
1
-1
/
+38
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-0
/
+8
2017-01-24
hw/block/m25p80: Fix typo in local macro name
Stefan Weil
1
-2
/
+2
2017-01-20
block: m25p80: Improve 1GiB Micron flash definition
Marcin Krzeminski
1
-2
/
+4
2017-01-20
block: m25p80: Introduce die erase command
Marcin Krzeminski
1
-1
/
+40
2017-01-20
block: m25p80: Add Quad Page Program 4byte
Marcin Krzeminski
1
-0
/
+4
2017-01-09
m25p80: don't let rogue SPI controllers cause buffer overruns
Jean-Christophe Dubois
1
-2
/
+27
2016-12-27
m25p80: add support for the mx66l1g45g
Cédric Le Goater
1
-0
/
+1
2016-09-06
block: m25p80: Fix vmstate structure name
Marcin Krzeminski
1
-15
/
+14
2016-07-14
m25p80: Fix QIOR/DIOR handling for Winbond
Marcin Krzeminski
1
-2
/
+4
2016-07-07
hw/block/m25p80: fix resource leak
Shannon Zhao
1
-2
/
+4
2016-07-04
m25p80: qdev-ify drive property
Paolo Bonzini
1
-8
/
+2
2016-07-04
m25p80: change cur_addr to 32 bit integer
Paolo Bonzini
1
-7
/
+8
2016-07-04
m25p80: avoid out of bounds accesses
Paolo Bonzini
1
-9
/
+7
2016-07-04
m25p80: do not put iovec on the stack
Paolo Bonzini
1
-9
/
+14
2016-07-04
ssi: change ssi_slave_init to be a realize ops
Cédric Le Goater
1
-7
/
+5
[next]