summary refs log tree commit diff stats
path: root/hw/sd (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is setPhilippe Mathieu-Daudé2024-04-101-0/+8
* hw/sd: Constify VMStateRichard Henderson2023-12-3010-14/+14
* hw/sd: Declare QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé2023-11-0710-151/+113
* hw/sd/pxa2xx: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé2023-10-271-6/+1
* hw/sd/pxa2xx: Realize sysbus device before accessing itPhilippe Mathieu-Daudé2023-10-271-1/+1
* hw/sd/sdhci: Block Size Register bits [14:12] is lostLu Gao2023-10-191-4/+11
* Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2023-09-062-134/+216
|\
| * hw/sd: Introduce a "sd-card" SPI variant modelCédric Le Goater2023-09-011-14/+40
| * hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handlerPhilippe Mathieu-Daudé2023-09-011-14/+16
| * hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handlerJoel Stanley2023-09-011-11/+17
| * hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handlerPhilippe Mathieu-Daudé2023-09-011-13/+15
| * hw/sd: Add sd_cmd_ALL_SEND_CID() handlerPhilippe Mathieu-Daudé2023-09-011-11/+12
| * hw/sd: Add sd_cmd_SEND_OP_CMD() handlerPhilippe Mathieu-Daudé2023-09-012-10/+10
| * hw/sd: Add sd_cmd_GO_IDLE_STATE() handlerPhilippe Mathieu-Daudé2023-09-011-12/+12
| * hw/sd: Add sd_cmd_unimplemented() handlerPhilippe Mathieu-Daudé2023-09-011-9/+12
| * hw/sd: Add sd_cmd_illegal() handlerPhilippe Mathieu-Daudé2023-09-011-36/+26
| * hw/sd: Introduce sd_cmd_handler typePhilippe Mathieu-Daudé2023-09-011-0/+13
| * hw/sd: Move proto_name to SDProto structurePhilippe Mathieu-Daudé2023-09-011-8/+27
| * hw/sd: When card is in wrong state, log which spec version is usedPhilippe Mathieu-Daudé2023-09-011-2/+16
| * hw/sd: When card is in wrong state, log which state it isPhilippe Mathieu-Daudé2023-09-011-3/+9
| * hw/sd/sdcard: Return ILLEGAL for CMD19/CMD23 prior SD spec v3.01Philippe Mathieu-Daudé2023-09-011-2/+2
* | hw/sd: spelling fixesMichael Tokarev2023-08-312-2/+2
|/
* hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllersBernhard Beschow2023-07-251-1/+7
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-12/+12
* hw/sd/allwinner-sdhost: Don't send non-boolean IRQ line levelsPeter Maydell2023-06-191-1/+1
* hw: sd: allwinner-sdhost: Add sun50i-a64 SoC supportqianfan Zhao2023-06-061-3/+69
* hw/sd/allwinner-sdhost: Correctly byteswap descriptor fieldsPeter Maydell2023-05-021-5/+26
* replace TABs with spacesYeqi Fu2023-03-201-92/+92
* hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2023-01-121-5/+4
* hw/sd/sdhci: Support big endian SD host controller interfacesPhilippe Mathieu-Daudé2022-12-212-3/+30
* hw/sd: Fix sun4i allwinner-sdhost for U-BootStrahinja Jankovic2022-11-211-21/+46
* hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*Bernhard Beschow2022-10-281-33/+33
* hw/sd/sdhci-internal: Unexport ESDHC definesBernhard Beschow2022-10-282-20/+19
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* hw/sd/allwinner-sdhost: report FIFO water level as 1 when data readyIcenowy Zheng2022-05-301-0/+7
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* hw/sd/sdhci: Prohibit DMA accesses to devicesPhilippe Mathieu-Daudé2022-03-211-2/+3
* hw/sd/sdhci: Honor failed DMA transactionsPhilippe Mathieu-Daudé2022-03-211-9/+25
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-215-5/+5
* hw/sd: Add SDHC support for SD card SPI-modeFrank Chang2022-01-041-7/+17
* hw/sd/sdcard: Rename Write Protect Group variablesPhilippe Mathieu-Daudé2022-01-041-14/+14
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-302-19/+30
* hw/sd/ssi-sd: Do not create SD card within controller's realizeMarkus Armbruster2021-12-151-28/+1
* hw/sd: add nuvoton MMCShengtan Mao2021-11-022-0/+183
* speed/sdhci: Add trace eventsCédric Le Goater2021-10-222-0/+9
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-306-12/+9
* hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30Philippe Mathieu-Daudé2021-08-031-1/+1
* hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROTPhilippe Mathieu-Daudé2021-08-031-1/+8
* hw/sd/sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30)Philippe Mathieu-Daudé2021-07-121-0/+5