aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/sd.c
AgeCommit message (Expand)Author
2023-12-30hw/sd: Constify VMStateRichard Henderson
2023-11-07hw/sd: Declare QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé
2023-09-06Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi
2023-09-01hw/sd: Introduce a "sd-card" SPI variant modelCédric Le Goater
2023-09-01hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handlerJoel Stanley
2023-09-01hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_ALL_SEND_CID() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_SEND_OP_CMD() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_GO_IDLE_STATE() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_unimplemented() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Add sd_cmd_illegal() handlerPhilippe Mathieu-Daudé
2023-09-01hw/sd: Introduce sd_cmd_handler typePhilippe Mathieu-Daudé
2023-09-01hw/sd: Move proto_name to SDProto structurePhilippe Mathieu-Daudé
2023-09-01hw/sd: When card is in wrong state, log which spec version is usedPhilippe Mathieu-Daudé
2023-09-01hw/sd: When card is in wrong state, log which state it isPhilippe Mathieu-Daudé
2023-09-01hw/sd/sdcard: Return ILLEGAL for CMD19/CMD23 prior SD spec v3.01Philippe Mathieu-Daudé
2023-08-31hw/sd: spelling fixesMichael Tokarev
2023-03-20replace TABs with spacesYeqi Fu
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-01-04hw/sd: Add SDHC support for SD card SPI-modeFrank Chang
2022-01-04hw/sd/sdcard: Rename Write Protect Group variablesPhilippe Mathieu-Daudé
2021-08-03hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30Philippe Mathieu-Daudé
2021-08-03hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROTPhilippe Mathieu-Daudé
2021-07-12hw/sd/sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30)Philippe Mathieu-Daudé
2021-07-12hw/sd/sdcard: Extract address_in_range() helper, log invalid accessesPhilippe Mathieu-Daudé
2021-07-12hw/sd/sdcard: When card is in wrong state, log which state it isPhilippe Mathieu-Daudé
2021-03-22hw/sd: sd: Actually perform the erase operationBin Meng
2021-03-22hw/sd: sd: Fix build error when DEBUG_SD is onBin Meng
2021-02-20hw/sd: sd: Bypass the RCA check for CMD13 in SPI modeBin Meng
2021-02-20hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cardsBin Meng
2021-02-20hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cardsBin Meng
2021-02-20hw/sd: sd: Move the sd_block_{read, write} and macros aheadBin Meng
2021-02-20hw/sd: sd: Fix CMD30 response typeBin Meng
2021-02-20hw/sd: sd: Only SDSC cards support CMD28/29/30Bin Meng
2021-02-20hw/sd: sd: Fix address check in sd_erase()Bin Meng
2021-02-20hw/sd: Introduce receive_ready() callbackBin Meng
2021-02-20hw/sd: sd: Allow single/multiple block write for SPI modeBin Meng
2021-02-20hw/sd: sd: Remove duplicated codes in single/multiple block read/writeBin Meng
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-24hw/sd: sd: Drop sd_crc16()Bin Meng
2021-01-24hw/sd: sd: Support CMD59 for SPI modeBin Meng
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-11-17hw/sd: Fix 2 GiB card CSD register valuesBin Meng
2020-10-26hw/sd/sdcard: Zero out function selection fields before being populatedBin Meng
2020-10-26hw/sd/sdcard: Make iolen unsignedPhilippe Mathieu-Daudé
2020-10-26hw/sd/sdcard: Constify sd_crc*()'s message argumentPhilippe Mathieu-Daudé