summaryrefslogtreecommitdiffstats
path: root/hw/sd/sd.c
Commit message (Expand)AuthorAgeFilesLines
* error: Use error_reportf_err() where appropriateMarkus Armbruster2020-05-271-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* sd: Fix out-of-bounds assertionsLidong Chen2019-06-211-2/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw: sd: set category of the sd memory cardkumar sourav2019-01-301-0/+1
* hw/sd: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+2
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-2/+2
* sdcard: Disable CMD19/CMD23 for Spec v2Philippe Mathieu-Daudé2018-06-081-0/+6
* sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé2018-06-081-2/+5
* sdcard: Disable SEND_IF_COND (CMD8) for Spec v1Philippe Mathieu-Daudé2018-06-081-1/+3
* sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé2018-06-081-3/+20
* sdcard: Allow commands valid in SPI modePhilippe Mathieu-Daudé2018-06-081-14/+0Star
* sdcard: Update the Configuration Register (SCR) to Spec Version 1.10Philippe Mathieu-Daudé2018-06-081-2/+2
* sdcard: Correct CRC16 offset in sd_function_switch()Philippe Mathieu-Daudé2018-05-151-1/+1
* 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-091-4/+10
* sdcard: Display command name when tracing CMD/ACMDPhilippe Mathieu-Daudé2018-03-091-5/+8
* 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-221-6/+16
* sdcard: add more trace eventsPhilippe Mathieu-Daudé2018-02-221-6/+26
* 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-221-3/+24
* sdcard: replace DPRINTF() by trace eventsPhilippe Mathieu-Daudé2018-02-221-6/+26
* sdcard: reorder SDState struct membersPhilippe Mathieu-Daudé2018-02-221-7/+9
* sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé2018-02-131-0/+16
* sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé2018-02-131-0/+13
* hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()Alistair Francis2018-02-061-3/+4
* hw/sd: fix out-of-bounds check for multi block readsMichael Olbrich2017-10-061-6/+6