aboutsummaryrefslogtreecommitdiff
path: root/hw/sd
AgeCommit message (Expand)Author
2018-02-22sdcard: handles more commands in SPI modePhilippe Mathieu-Daudé
2018-02-22sdcard: use a more descriptive label 'unimplemented_spi_cmd'Philippe Mathieu-Daudé
2018-02-22sdcard: handle the Security Specification commandsPhilippe Mathieu-Daudé
2018-02-22sdcard: handle CMD54 (SDIO)Philippe Mathieu-Daudé
2018-02-22sdcard: use the registerfields API for the CARD_STATUS register masksPhilippe Mathieu-Daudé
2018-02-22sdcard: use the correct masked OCR in the R3 replyPhilippe Mathieu-Daudé
2018-02-22sdcard: simplify using the ldst APIPhilippe Mathieu-Daudé
2018-02-22sdcard: remove commands from unsupported old MMC specificationPhilippe Mathieu-Daudé
2018-02-22sdcard: clean the SCR register and add few commentsPhilippe Mathieu-Daudé
2018-02-22sdcard: fix the 'maximum data transfer rate' to 25MHzPhilippe Mathieu-Daudé
2018-02-22sdcard: update the CSD CRC register regardless the CSD structure versionPhilippe Mathieu-Daudé
2018-02-22sdcard: Don't always set the high capacity bitPhilippe Mathieu-Daudé
2018-02-22sdcard: use the registerfields API to access the OCR registerPhilippe Mathieu-Daudé
2018-02-22sdcard: use G_BYTE from cutilsPhilippe Mathieu-Daudé
2018-02-22sdcard: define SDMMC_CMD_MAX instead of using the magic '64'Philippe Mathieu-Daudé
2018-02-22sdcard: add more trace eventsPhilippe Mathieu-Daudé
2018-02-22sdcard: replace fprintf() by qemu_hexdump()Philippe Mathieu-Daudé
2018-02-22sdcard: add a trace event for command responsesPhilippe Mathieu-Daudé
2018-02-22sdcard: replace DPRINTF() by trace eventsPhilippe Mathieu-Daudé
2018-02-22sdcard: reorder SDState struct membersPhilippe Mathieu-Daudé
2018-02-22hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the busPhilippe Mathieu-Daudé
2018-02-22hw/sd/milkymist-memcard: expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé
2018-02-22hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()Philippe Mathieu-Daudé
2018-02-22hw/sd/milkymist-memcard: use qemu_log_mask()Philippe Mathieu-Daudé
2018-02-13sdhci: add Spec v4.2 register definitionsPhilippe Mathieu-Daudé
2018-02-13sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé
2018-02-13sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé
2018-02-13sdbus: add trace eventsPhilippe Mathieu-Daudé
2018-02-13sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé
2018-02-13sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé
2018-02-13sdhci: add support for v3 capabilitiesPhilippe Mathieu-Daudé
2018-02-13sdhci: check Spec v2 capabilities (DMA and 64-bit bus)Philippe Mathieu-Daudé
2018-02-13sdhci: Fix 64-bit ADMA2Sai Pavan Boddu
2018-02-13sdhci: replace DMA magic value by BLOCK_SIZE_MASKPhilippe Mathieu-Daudé
2018-02-13sdhci: check the Spec v1 capabilities correctnessPhilippe Mathieu-Daudé
2018-02-13sdhci: simplify sdhci_get_fifolen()Philippe Mathieu-Daudé
2018-02-13sdhci: use a numeric value for the default CAPAB registerPhilippe Mathieu-Daudé
2018-02-13sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé
2018-02-13sdhci: use error_propagate(local_err) in realize()Philippe Mathieu-Daudé
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov
2018-02-06hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()Alistair Francis
2018-01-25sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace objectPhilippe Mathieu-Daudé
2018-01-16sdhci: add a 'dma' property to the sysbus devicespull-target-arm-20180116Philippe Mathieu-Daudé
2018-01-16sdhci: fix the PCI device, using the PCI address space for DMAPhilippe Mathieu-Daudé
2018-01-16sdhci: Implement write method of ACMD12ERRSTS registerAndrey Smirnov
2018-01-16sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-onlyPhilippe Mathieu-Daudé
2018-01-16sdhci: rename the SDHC_CAPAB registerPhilippe Mathieu-Daudé
2018-01-16sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"Philippe Mathieu-Daudé