Sign in
qemu
/
qemu
/
fed33bd175f663cc8c13f8a490a4f35a19756cfe
/
hw
/
sd
c85fba5
hw/sd/sdhci: Add dummy Samsung SDHCI controller
by Philippe Mathieu-Daudé
· 5 years ago
efadc81
hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functions
by Philippe Mathieu-Daudé
· 5 years ago
2bea128
hw/sd/aspeed_sdhci: New device
by Eddie James
· 5 years ago
794dcb5
trace: Remove trailing newline in events
by Philippe Mathieu-Daudé
· 5 years ago
d5938f2
Clean up inclusion of sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 6 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 6 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
64552b6
Include hw/irq.h a lot less
by Markus Armbruster
· 6 years ago
1c598ab
sd: Fix out-of-bounds assertions
by Lidong Chen
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
6afa968
hw/sd: Use the QOM BUS() macro to access BusState.qbus
by Philippe Mathieu-Daudé
· 6 years ago
58ea30f
Clean up header guards that don't match their file name
by Markus Armbruster
· 6 years ago
a9779a3
trace-events: Delete unused trace points
by Markus Armbruster
· 6 years ago
500016e
trace-events: Shorten file names in comments
by Markus Armbruster
· 6 years ago
ce86460
hw/sd/sdhci: Move PCI-related code into a separate file
by Thomas Huth
· 6 years ago
464399a
sd: express dependencies with kconfig
by Paolo Bonzini
· 6 years ago
1001800
ssi: express dependencies with kconfig
by Paolo Bonzini
· 6 years ago
7c28b92
build: convert pci.mak to Kconfig
by Paolo Bonzini
· 6 years ago
82f5181
kconfig: introduce kconfig files
by Paolo Bonzini
· 6 years ago
2bbf3a9
hw: sd: set category of the sd memory card
by kumar sourav
· 6 years ago
c098308
hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_realize()
by Peter Maydell
· 6 years ago
61e9e3c
ssi-sd: Make devices picking up backends unavailable with -device
by Markus Armbruster
· 6 years ago
6bfd06d
sdhci: add i.MX SD Stable Clock bit
by Hans-Erik Floryd
· 7 years ago
03a3177
hw/sd/bcm2835_sdhost: Fix PIO mode writes
by Guenter Roeck
· 7 years ago
7abf56e
hw/sd/omap_mmc: Split 'pseudo-reset' from 'power-on-reset'
by Philippe Mathieu-Daudé
· 7 years ago
4c8f973
hw/sd: Use the IEC binary prefix definitions
by Philippe Mathieu-Daudé
· 7 years ago
d23b6ca
hw: Use IEC binary prefix definitions from "qemu/units.h"
by Philippe Mathieu-Daudé
· 7 years ago
6f4fa09
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 7 years ago
b3141c0
sdcard: Use the ldst API
by Philippe Mathieu-Daudé
· 7 years ago
13606b9
sd: Don't trace SDRequest crc field
by Peter Maydell
· 7 years ago
dcfebcf
sdcard: Reduce sdcard_set_blocklen() trace digits
by Philippe Mathieu-Daudé
· 7 years ago
25b98b9
hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printf
by Philippe Mathieu-Daudé
· 7 years ago
113f31c
sdcard: Disable CMD19/CMD23 for Spec v2
by Philippe Mathieu-Daudé
· 7 years ago
2c51137
sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)
by Philippe Mathieu-Daudé
· 7 years ago
d1b3221
sdcard: Disable SEND_IF_COND (CMD8) for Spec v1
by Philippe Mathieu-Daudé
· 7 years ago
2f0939c
sdcard: Add a 'spec_version' property, default to Spec v2.00
by Philippe Mathieu-Daudé
· 7 years ago
e2fce16
sdcard: Allow commands valid in SPI mode
by Philippe Mathieu-Daudé
· 7 years ago
9e12457
sdcard: Update the Configuration Register (SCR) to Spec Version 1.10
by Philippe Mathieu-Daudé
· 7 years ago
c78d6a6
hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log() call
by Philippe Mathieu-Daudé
· 7 years ago
f67c9b6
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
222ee19
sd: fix up include
by Michael S. Tsirkin
· 7 years ago
6dd046a
hw: Do not include "sysemu/blockdev.h" if it is not necessary
by Philippe Mathieu-Daudé
· 7 years ago
0304f9e
hw: Do not include "sysemu/block-backend.h" if it is not necessary
by Philippe Mathieu-Daudé
· 7 years ago
f6fb1f9
sdcard: Correct CRC16 offset in sd_function_switch()
by Philippe Mathieu-Daudé
· 7 years ago
f3d9fe8
hw/sd/bcm2835_sdhost: Don't raise spurious interrupts
by Peter Maydell
· 7 years ago
b318f32
hw/sd/bcm2835_sdhost: Add tracepoints
by Peter Maydell
· 7 years ago
544156e
sdhci: fix incorrect use of Error *
by Paolo Bonzini
· 7 years ago
7eceff5
hw: Do not include "sysemu/block-backend.h" if it is not necessary
by Thomas Huth
· 7 years ago
08022a9
sdhci: Fix a typo in comment
by Philippe Mathieu-Daudé
· 7 years ago
0c3fb03
sdcard: Add the Tuning Command (CMD19)
by Philippe Mathieu-Daudé
· 7 years ago
75a96f5
sdcard: Display which protocol is used when tracing (SD or SPI)
by Philippe Mathieu-Daudé
· 7 years ago
2ed61fb
sdcard: Display command name when tracing CMD/ACMD
by Philippe Mathieu-Daudé
· 7 years ago
586634b
sdcard: Do not trace CMD55, except when we already expect an ACMD
by Philippe Mathieu-Daudé
· 7 years ago
4e5cc67
sdcard: simplify SD_SEND_OP_COND (ACMD41)
by Philippe Mathieu-Daudé
· 7 years ago
ad0ade5
sdcard: simplify SEND_IF_COND (CMD8)
by Philippe Mathieu-Daudé
· 7 years ago
3116280
sdcard: warn if host uses an incorrect address for APP CMD (CMD55)
by Philippe Mathieu-Daudé
· 7 years ago
d691148
sdcard: check the card is in correct state for APP CMD (CMD55)
by Philippe Mathieu-Daudé
· 7 years ago
946897c
sdcard: handles more commands in SPI mode
by Philippe Mathieu-Daudé
· 7 years ago
a212086
sdcard: use a more descriptive label 'unimplemented_spi_cmd'
by Philippe Mathieu-Daudé
· 7 years ago
688491c
sdcard: handle the Security Specification commands
by Philippe Mathieu-Daudé
· 7 years ago
49fb738
sdcard: handle CMD54 (SDIO)
by Philippe Mathieu-Daudé
· 7 years ago
da26e3f
sdcard: use the registerfields API for the CARD_STATUS register masks
by Philippe Mathieu-Daudé
· 7 years ago
3d42fb5
sdcard: use the correct masked OCR in the R3 reply
by Philippe Mathieu-Daudé
· 7 years ago
67bfddd
sdcard: simplify using the ldst API
by Philippe Mathieu-Daudé
· 7 years ago
0aad4fd
sdcard: remove commands from unsupported old MMC specification
by Philippe Mathieu-Daudé
· 7 years ago
9b7ec55
sdcard: clean the SCR register and add few comments
by Philippe Mathieu-Daudé
· 7 years ago
d7ecb86
sdcard: fix the 'maximum data transfer rate' to 25MHz
by Philippe Mathieu-Daudé
· 7 years ago
e8feec8
sdcard: update the CSD CRC register regardless the CSD structure version
by Philippe Mathieu-Daudé
· 7 years ago
9273ea61
sdcard: Don't always set the high capacity bit
by Philippe Mathieu-Daudé
· 7 years ago
6f29642
sdcard: use the registerfields API to access the OCR register
by Philippe Mathieu-Daudé
· 7 years ago
7af8349
sdcard: use G_BYTE from cutils
by Philippe Mathieu-Daudé
· 7 years ago
f250015
sdcard: define SDMMC_CMD_MAX instead of using the magic '64'
by Philippe Mathieu-Daudé
· 7 years ago
814b2ad
sdcard: add more trace events
by Philippe Mathieu-Daudé
· 7 years ago
5cd5e2e
sdcard: replace fprintf() by qemu_hexdump()
by Philippe Mathieu-Daudé
· 7 years ago
5592193
sdcard: add a trace event for command responses
by Philippe Mathieu-Daudé
· 7 years ago
1b640aa
sdcard: replace DPRINTF() by trace events
by Philippe Mathieu-Daudé
· 7 years ago
d49b1ce
sdcard: reorder SDState struct members
by Philippe Mathieu-Daudé
· 7 years ago
c3abd91
hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the bus
by Philippe Mathieu-Daudé
· 7 years ago
3d0369b
hw/sd/milkymist-memcard: expose a SDBus and connect the SDCard to it
by Philippe Mathieu-Daudé
· 7 years ago
85fd6e5
hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()
by Philippe Mathieu-Daudé
· 7 years ago
d9f98aa
hw/sd/milkymist-memcard: use qemu_log_mask()
by Philippe Mathieu-Daudé
· 7 years ago
1e23b63
sdhci: add Spec v4.2 register definitions
by Philippe Mathieu-Daudé
· 7 years ago
da34692
sdhci: implement CMD/DAT[] fields in the Present State register
by Philippe Mathieu-Daudé
· 7 years ago
0034ebe
sdhci: implement UHS-I voltage switch
by Philippe Mathieu-Daudé
· 7 years ago
238cd93
sdbus: add trace events
by Philippe Mathieu-Daudé
· 7 years ago
ea55a22
sdhci: implement the Host Control 2 register (tuning sequence)
by Philippe Mathieu-Daudé
· 7 years ago
06c5120
sdhci: rename the hostctl1 register
by Philippe Mathieu-Daudé
· 7 years ago
4d67852
sdhci: add support for v3 capabilities
by Philippe Mathieu-Daudé
· 7 years ago
0540fba
sdhci: check Spec v2 capabilities (DMA and 64-bit bus)
by Philippe Mathieu-Daudé
· 7 years ago
04654b5
sdhci: Fix 64-bit ADMA2
by Sai Pavan Boddu
· 7 years ago
bf8ec38
sdhci: replace DMA magic value by BLOCK_SIZE_MASK
by Philippe Mathieu-Daudé
· 7 years ago
6ff37c3
sdhci: check the Spec v1 capabilities correctness
by Philippe Mathieu-Daudé
· 7 years ago
09b738f
sdhci: simplify sdhci_get_fifolen()
by Philippe Mathieu-Daudé
· 7 years ago
aa164fb
sdhci: use a numeric value for the default CAPAB register
by Philippe Mathieu-Daudé
· 7 years ago
aceb5b0
sdhci: add a 'spec_version property' (default to v2)
by Philippe Mathieu-Daudé
· 7 years ago
ab958e3
sdhci: use error_propagate(local_err) in realize()
by Philippe Mathieu-Daudé
· 7 years ago
7e0019a
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' into staging
by Peter Maydell
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
fd1e5c8
sdhci: Add i.MX specific subtype of SDHCI
by Andrey Smirnov
· 7 years ago
Next »