summaryrefslogtreecommitdiffstats
path: root/hw/sd
Commit message (Expand)AuthorAgeFilesLines
...
* hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé2018-06-081-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-041-1/+1
|\
| * sd: fix up includeMichael S. Tsirkin2018-06-011-1/+1
* | hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* | hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-013-3/+0Star
|/
* sdcard: Correct CRC16 offset in sd_function_switch()Philippe Mathieu-Daudé2018-05-151-1/+1
* hw/sd/bcm2835_sdhost: Don't raise spurious interruptsPeter Maydell2018-04-101-20/+26
* hw/sd/bcm2835_sdhost: Add tracepointsPeter Maydell2018-04-102-0/+16
* sdhci: fix incorrect use of Error *Paolo Bonzini2018-03-231-2/+2
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-121-1/+0Star
* sdhci: Fix a typo in commentPhilippe Mathieu-Daudé2018-03-091-2/+2
* sdcard: Add the Tuning Command (CMD19)Philippe Mathieu-Daudé2018-03-091-0/+29
* sdcard: Display which protocol is used when tracing (SD or SPI)Philippe Mathieu-Daudé2018-03-092-8/+14
* sdcard: Display command name when tracing CMD/ACMDPhilippe Mathieu-Daudé2018-03-095-10/+109
* sdcard: Do not trace CMD55, except when we already expect an ACMDPhilippe Mathieu-Daudé2018-03-091-3/+8
* sdcard: simplify SD_SEND_OP_COND (ACMD41)Philippe Mathieu-Daudé2018-02-221-30/+26Star
* sdcard: simplify SEND_IF_COND (CMD8)Philippe Mathieu-Daudé2018-02-221-15/+11Star
* sdcard: warn if host uses an incorrect address for APP CMD (CMD55)Philippe Mathieu-Daudé2018-02-221-0/+5
* sdcard: check the card is in correct state for APP CMD (CMD55)Philippe Mathieu-Daudé2018-02-221-0/+8
* sdcard: handles more commands in SPI modePhilippe Mathieu-Daudé2018-02-221-3/+26
* sdcard: use a more descriptive label 'unimplemented_spi_cmd'Philippe Mathieu-Daudé2018-02-221-9/+13
* sdcard: handle the Security Specification commandsPhilippe Mathieu-Daudé2018-02-221-0/+12
* sdcard: handle CMD54 (SDIO)Philippe Mathieu-Daudé2018-02-221-3/+2Star
* sdcard: use the registerfields API for the CARD_STATUS register masksPhilippe Mathieu-Daudé2018-02-221-3/+45
* sdcard: use the correct masked OCR in the R3 replyPhilippe Mathieu-Daudé2018-02-221-5/+16
* sdcard: simplify using the ldst APIPhilippe Mathieu-Daudé2018-02-221-29/+9Star
* sdcard: remove commands from unsupported old MMC specificationPhilippe Mathieu-Daudé2018-02-221-33/+0Star
* sdcard: clean the SCR register and add few commentsPhilippe Mathieu-Daudé2018-02-221-3/+6
* sdcard: fix the 'maximum data transfer rate' to 25MHzPhilippe Mathieu-Daudé2018-02-221-1/+1
* sdcard: update the CSD CRC register regardless the CSD structure versionPhilippe Mathieu-Daudé2018-02-221-2/+1Star
* sdcard: Don't always set the high capacity bitPhilippe Mathieu-Daudé2018-02-221-1/+4
* sdcard: use the registerfields API to access the OCR registerPhilippe Mathieu-Daudé2018-02-221-8/+13
* sdcard: use G_BYTE from cutilsPhilippe Mathieu-Daudé2018-02-221-1/+2
* sdcard: define SDMMC_CMD_MAX instead of using the magic '64'Philippe Mathieu-Daudé2018-02-222-6/+31
* sdcard: add more trace eventsPhilippe Mathieu-Daudé2018-02-222-6/+39
* sdcard: replace fprintf() by qemu_hexdump()Philippe Mathieu-Daudé2018-02-221-15/+1Star
* sdcard: add a trace event for command responsesPhilippe Mathieu-Daudé2018-02-222-3/+25
* sdcard: replace DPRINTF() by trace eventsPhilippe Mathieu-Daudé2018-02-222-6/+32
* sdcard: reorder SDState struct membersPhilippe Mathieu-Daudé2018-02-221-7/+9
* hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the busPhilippe Mathieu-Daudé2018-02-221-13/+19
* hw/sd/milkymist-memcard: expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé2018-02-221-17/+21
* hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()Philippe Mathieu-Daudé2018-02-221-12/+16
* hw/sd/milkymist-memcard: use qemu_log_mask()Philippe Mathieu-Daudé2018-02-221-7/+10
* sdhci: add Spec v4.2 register definitionsPhilippe Mathieu-Daudé2018-02-132-1/+24
* sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé2018-02-135-0/+58
* sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé2018-02-134-1/+38
* sdbus: add trace eventsPhilippe Mathieu-Daudé2018-02-132-2/+17
* sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé2018-02-132-3/+29
* sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé2018-02-131-21/+21
* sdhci: add support for v3 capabilitiesPhilippe Mathieu-Daudé2018-02-132-2/+65