index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
hw/sd/sdcard: Register unimplemented command handlers
Philippe Mathieu-Daudé
1
-0
/
+9
2024-07-16
hw/sd/sdcard: Register generic command handlers
Philippe Mathieu-Daudé
1
-0
/
+23
2024-07-16
hw/sd/sdcard: Basis for eMMC support
Philippe Mathieu-Daudé
1
-1
/
+106
2024-07-05
hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARD
Philippe Mathieu-Daudé
3
-28
/
+51
2024-07-05
hw/sd/sdcard: Introduce set_csd/set_cid handlers
Philippe Mathieu-Daudé
1
-2
/
+5
2024-07-05
hw/sd/sdcard: Cover more SDCardStates
Philippe Mathieu-Daudé
1
-0
/
+11
2024-07-05
hw/sd/sdcard: Trace length of data read on DAT lines
Philippe Mathieu-Daudé
2
-3
/
+3
2024-07-05
hw/sd/sdcard: Remove default case in read/write on DAT lines
Philippe Mathieu-Daudé
1
-5
/
+4
2024-07-05
hw/sd/sdcard: Remove noise from sd_cmd_name()
Philippe Mathieu-Daudé
1
-5
/
+0
2024-07-05
hw/sd/sdcard: Remove noise from sd_acmd_name()
Philippe Mathieu-Daudé
1
-11
/
+1
2024-07-05
hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
Philippe Mathieu-Daudé
1
-6
/
+1
2024-07-05
hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)
Philippe Mathieu-Daudé
1
-34
/
+20
2024-07-05
hw/sd/sdcard: Rename sd_cmd_SEND_OP_COND handler
Philippe Mathieu-Daudé
1
-2
/
+2
2024-07-05
hw/sd/sdcard: Use spec v3.01 by default
Philippe Mathieu-Daudé
1
-1
/
+1
2024-07-05
hw/sd/sdcard: Remove leftover comment about removed 'spi' Property
Philippe Mathieu-Daudé
1
-4
/
+0
2024-07-05
hw/sd/sdcard: Generate random RCA value
Philippe Mathieu-Daudé
2
-3
/
+9
2024-07-05
hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definition
Philippe Mathieu-Daudé
1
-1
/
+2
2024-07-05
hw/sd/sdhci: Log non-sequencial access as GUEST_ERROR
Philippe Mathieu-Daudé
1
-2
/
+3
2024-07-02
hw/sd/sdcard: Add sd_acmd_SEND_SCR handler (ACMD51)
Philippe Mathieu-Daudé
1
-11
/
+8
2024-07-02
hw/sd/sdcard: Add sd_acmd_SET_CLR_CARD_DETECT handler (ACMD42)
Philippe Mathieu-Daudé
1
-12
/
+13
2024-07-02
hw/sd/sdcard: Add sd_acmd_SD_APP_OP_COND handler (ACMD41)
Philippe Mathieu-Daudé
1
-37
/
+45
2024-07-02
hw/sd/sdcard: Add sd_acmd_SET_WR_BLK_ERASE_COUNT handler (ACMD23)
Philippe Mathieu-Daudé
1
-11
/
+11
2024-07-02
hw/sd/sdcard: Add sd_acmd_SEND_NUM_WR_BLOCKS handler (ACMD22)
Philippe Mathieu-Daudé
1
-13
/
+10
2024-07-02
hw/sd/sdcard: Add sd_acmd_SD_STATUS handler (ACMD13)
Philippe Mathieu-Daudé
1
-13
/
+9
2024-07-02
hw/sd/sdcard: Add sd_acmd_SET_BUS_WIDTH handler (ACMD6)
Philippe Mathieu-Daudé
1
-13
/
+15
2024-07-02
hw/sd/sdcard: Add spi_cmd_CRC_ON_OFF handler (CMD59)
Philippe Mathieu-Daudé
1
-3
/
+7
2024-07-02
hw/sd/sdcard: Add spi_cmd_READ_OCR handler (CMD58)
Philippe Mathieu-Daudé
1
-3
/
+7
2024-07-02
hw/sd/sdcard: Add sd_cmd_APP_CMD handler (CMD55)
Philippe Mathieu-Daudé
1
-25
/
+28
2024-07-02
hw/sd/sdcard: Add sd_cmd_LOCK_UNLOCK handler (CMD42)
Philippe Mathieu-Daudé
1
-5
/
+8
2024-07-02
hw/sd/sdcard: Add sd_cmd_ERASE handler (CMD38)
Philippe Mathieu-Daudé
1
-21
/
+20
2024-07-02
hw/sd/sdcard: Add sd_cmd_ERASE_WR_BLK_START/END handlers (CMD32 & CMD33)
Philippe Mathieu-Daudé
1
-23
/
+24
2024-07-02
hw/sd/sdcard: Add sd_cmd_SEND_WRITE_PROT handler (CMD30)
Philippe Mathieu-Daudé
1
-22
/
+25
2024-07-02
hw/sd/sdcard: Add sd_cmd_SET/CLR_WRITE_PROT handler (CMD28 & CMD29)
Philippe Mathieu-Daudé
1
-45
/
+46
2024-07-02
hw/sd/sdcard: Add sd_cmd_PROGRAM_CSD handler (CMD27)
Philippe Mathieu-Daudé
1
-4
/
+9
2024-07-02
hw/sd/sdcard: Add sd_cmd_WRITE_SINGLE_BLOCK handler (CMD24)
Philippe Mathieu-Daudé
1
-27
/
+30
2024-07-02
hw/sd/sdcard: Add sd_cmd_READ_SINGLE_BLOCK handler (CMD17)
Philippe Mathieu-Daudé
1
-17
/
+20
2024-07-02
hw/sd/sdcard: Add sd_cmd_SET_BLOCKLEN handler (CMD16)
Philippe Mathieu-Daudé
1
-18
/
+19
2024-07-02
hw/sd/sdcard: Add sd_cmd_GO_INACTIVE_STATE handler (CMD15)
Philippe Mathieu-Daudé
1
-12
/
+25
2024-07-02
hw/sd/sdcard: Add sd_cmd_SEND_STATUS handler (CMD13)
Philippe Mathieu-Daudé
1
-12
/
+28
2024-07-02
hw/sd/sdcard: Add sd_cmd_STOP_TRANSMISSION handler (CMD12)
Philippe Mathieu-Daudé
1
-18
/
+20
2024-07-02
hw/sd/sdcard: Add spi_cmd_SEND_CSD/CID handlers (CMD9 & CMD10)
Philippe Mathieu-Daudé
1
-30
/
+20
2024-07-02
hw/sd/sdcard: Add sd_cmd_SEND_CSD/CID handlers (CMD9 & CMD10)
Philippe Mathieu-Daudé
1
-14
/
+22
2024-07-02
hw/sd/sdcard: Add sd_cmd_SEND_IF_COND handler (CMD8)
Philippe Mathieu-Daudé
1
-19
/
+24
2024-07-02
hw/sd/sdcard: Add sd_cmd_DE/SELECT_CARD handler (CMD7)
Philippe Mathieu-Daudé
1
-38
/
+47
2024-07-02
hw/sd/sdcard: Add sd_cmd_SWITCH_FUNCTION handler (CMD6)
Philippe Mathieu-Daudé
1
-12
/
+17
2024-07-02
hw/sd/sdcard: Register Security Extension optional handlers
Philippe Mathieu-Daudé
1
-4
/
+13
2024-07-02
hw/sd/sdcard: Register SDIO optional handlers
Philippe Mathieu-Daudé
1
-2
/
+6
2024-07-02
hw/sd/sdcard: Register optional handlers from spec v6.00
Philippe Mathieu-Daudé
1
-5
/
+10
2024-07-02
hw/sd/sdcard: Register generic optional handlers (CMD11 and CMD20)
Philippe Mathieu-Daudé
1
-2
/
+12
2024-07-02
hw/sd/sdcard: Remove SEND_DSR dead case (CMD4)
Philippe Mathieu-Daudé
1
-12
/
+2
[next]