summaryrefslogtreecommitdiffstats
path: root/hw/sd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sdhci: check Spec v2 capabilities (DMA and 64-bit bus)Philippe Mathieu-Daudé2018-02-132-9/+19
* sdhci: Fix 64-bit ADMA2Sai Pavan Boddu2018-02-131-2/+2
* sdhci: replace DMA magic value by BLOCK_SIZE_MASKPhilippe Mathieu-Daudé2018-02-131-8/+10
* sdhci: check the Spec v1 capabilities correctnessPhilippe Mathieu-Daudé2018-02-133-2/+116
* sdhci: simplify sdhci_get_fifolen()Philippe Mathieu-Daudé2018-02-132-16/+8Star
* sdhci: use a numeric value for the default CAPAB registerPhilippe Mathieu-Daudé2018-02-131-58/+16Star
* sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé2018-02-132-6/+25
* sdhci: use error_propagate(local_err) in realize()Philippe Mathieu-Daudé2018-02-131-2/+6
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-091-1/+0Star
|\
| * Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* | sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov2018-02-092-1/+252
|/
* hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()Alistair Francis2018-02-061-3/+4
* sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace objectPhilippe Mathieu-Daudé2018-01-251-0/+1
* sdhci: add a 'dma' property to the sysbus devicesPhilippe Mathieu-Daudé2018-01-161-1/+17