summaryrefslogtreecommitdiff
path: root/hw/sd.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-07sd: Send debug printfery to stderr not stdoutPeter Crosthwaite1-2/+2
2012-10-30hw/sd.c: add SD card save/load supportIgor Mitsyanko1-25/+64
2012-10-30hw/sd.c: Fix erase for high capacity cardsIgor Mitsyanko1-4/+13
2012-10-05hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil1-7/+9
2012-08-13hw/sd.c: make sd_wp_addr() return boolMitsyanko Igor1-1/+1
2012-08-13hw/sd.c: make sd_dataready() return boolMitsyanko Igor1-1/+1
2012-08-13hw/sd.c: convert binary variables to boolMitsyanko Igor1-12/+12
2012-08-13hw/sd.c: introduce wrapper for conversion address to wp groupMitsyanko Igor1-14/+13
2012-08-13hw/sd.c: make sd_wp_addr() accept 64 bit address argumentMitsyanko Igor1-1/+1
2012-08-13hw/sd.c: convert wp_groups in SDState to bitfieldMitsyanko Igor1-14/+19
2011-12-21sd: Remember to reset .expecting_acmd on reset.Andrzej Zaborowski1-0/+1
2011-12-21hw/sd.c: Clear status bits when read via response r6Peter Maydell1-0/+1
2011-12-21hw/sd.c: Correct handling of APP_CMD status bitPeter Maydell1-7/+17
2011-12-21hw/sd.c: Correct handling of type B SD status bitsPeter Maydell1-19/+25
2011-12-21hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid statePeter Maydell1-1/+1
2011-12-21hw/sd.c: Handle CRC and locked-card errors in normal code pathPeter Maydell1-2/+5
2011-12-21hw/sd.c: Handle illegal commands in sd_do_commandPeter Maydell1-14/+11
2011-12-21hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything elsePeter Maydell1-2/+2
2011-12-21hw/sd.c: On CRC error, set CRC error status bit rather than clearing itPeter Maydell1-1/+1
2011-12-21hw/sd.c: Add comment regarding CARD_STATUS_* definesPeter Maydell1-0/+5
2011-12-21hw/sd.c: Fix the set of commands which are failed when card is lockedPeter Maydell1-7/+22
2011-09-12block: New change_media_cb() parameter loadMarkus Armbruster1-1/+1
2011-09-06block: Declare qemu_blockalign() in block.h, not block_int.hMarkus Armbruster1-1/+0
2011-09-06block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster1-6/+2
2011-09-06block: Generalize change_cb() to BlockDevOpsMarkus Armbruster1-1/+5
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster1-0/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-07-30sd: do not add one sector to the disk sizeVincent Palatin1-3/+1
2011-07-29Fix last sector write on sd cardDr. David Alan Gilbert1-8/+11
2011-05-22hw/sd.c: Don't complain about SDIO commands CMD52/CMD53Peter Maydell1-0/+11
2011-03-06hw/sd.c: fix sd_set_cb() crash when bdrv == NULLAurelien Jarno1-2/+2
2011-02-24hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKSPeter Maydell1-0/+2
2011-01-31block: tell drivers about an image resizeChristoph Hellwig1-1/+6
2010-09-22Fix compilation error (missing include statement)Stefan Weil1-0/+1
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig1-1/+1
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-6/+2
2009-12-18handle SD CMD5 without error messagesJuha Riihimäki1-0/+4
2009-11-03hw/sd: Support SDHC size cardsAndrzej Zaborowski1-60/+84
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-05-10Follow coding conventionsPaul Brook1-4/+4
2009-05-03Handle NULL bdrv.Paul Brook1-4/+10
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-2/+0
2009-03-07do not pretend to support low voltage operationaurel321-1/+1
2008-06-02Enable SD card on creation.balrog1-0/+1
2008-04-14Add basic OMAP2 chip support.balrog1-22/+29
2007-12-24Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00.balrog1-5/+38