aboutsummaryrefslogtreecommitdiff
path: root/hw/sd.c
AgeCommit message (Expand)Author
2012-09-05hw/sd.c: Add MMC emulation supportJuha Riihimäki
2012-09-05sd: Allow sd_init callers to specify whether card is MMC or SDJuha Riihimäki
2012-09-05hw/sd: Expose sd_reset() as public functionPeter Maydell
2012-08-13hw/sd.c: make sd_wp_addr() return boolMitsyanko Igor
2012-08-13hw/sd.c: make sd_dataready() return boolMitsyanko Igor
2012-08-13hw/sd.c: convert binary variables to boolMitsyanko Igor
2012-08-13hw/sd.c: introduce wrapper for conversion address to wp groupMitsyanko Igor
2012-08-13hw/sd.c: make sd_wp_addr() accept 64 bit address argumentMitsyanko Igor
2012-08-13hw/sd.c: convert wp_groups in SDState to bitfieldMitsyanko Igor
2011-12-21sd: Remember to reset .expecting_acmd on reset.Andrzej Zaborowski
2011-12-21hw/sd.c: Clear status bits when read via response r6Peter Maydell
2011-12-21hw/sd.c: Correct handling of APP_CMD status bitPeter Maydell
2011-12-21hw/sd.c: Correct handling of type B SD status bitsPeter Maydell
2011-12-21hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid statePeter Maydell
2011-12-21hw/sd.c: Handle CRC and locked-card errors in normal code pathPeter Maydell
2011-12-21hw/sd.c: Handle illegal commands in sd_do_commandPeter Maydell
2011-12-21hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything elsePeter Maydell
2011-12-21hw/sd.c: On CRC error, set CRC error status bit rather than clearing itPeter Maydell
2011-12-21hw/sd.c: Add comment regarding CARD_STATUS_* definesPeter Maydell
2011-12-21hw/sd.c: Fix the set of commands which are failed when card is lockedPeter Maydell
2011-09-12block: New change_media_cb() parameter loadMarkus Armbruster
2011-09-06block: Declare qemu_blockalign() in block.h, not block_int.hMarkus Armbruster
2011-09-06block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster
2011-09-06block: Generalize change_cb() to BlockDevOpsMarkus Armbruster
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-30sd: do not add one sector to the disk sizeVincent Palatin
2011-07-29Fix last sector write on sd cardDr. David Alan Gilbert
2011-05-22hw/sd.c: Don't complain about SDIO commands CMD52/CMD53Peter Maydell
2011-03-06hw/sd.c: fix sd_set_cb() crash when bdrv == NULLAurelien Jarno
2011-02-24hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKSPeter Maydell
2011-01-31block: tell drivers about an image resizeChristoph Hellwig
2010-09-22Fix compilation error (missing include statement)Stefan Weil
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-12-18handle SD CMD5 without error messagesJuha Riihimäki
2009-11-03hw/sd: Support SDHC size cardsAndrzej Zaborowski
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-10Follow coding conventionsPaul Brook
2009-05-03Handle NULL bdrv.Paul Brook
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-07do not pretend to support low voltage operationaurel32
2008-06-02Enable SD card on creation.balrog
2008-04-14Add basic OMAP2 chip support.balrog
2007-12-24Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00.balrog
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog
2007-12-04Don't claim SD card supports voltages linux claims are below defined voltage ...balrog
2007-11-25Scale TSC2102 touchscreen pressure value more realistically (still could be b...balrog