summaryrefslogtreecommitdiffstats
path: root/hw/sd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation error (missing include statement)Stefan Weil2010-09-221-0/+1
* use qemu_blockalign consistentlyChristoph Hellwig2010-09-211-1/+1
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-6/+2
* handle SD CMD5 without error messagesJuha Riihimäki2009-12-181-0/+4
* hw/sd: Support SDHC size cardsAndrzej Zaborowski2009-11-031-60/+84
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-6/+6
* Get rid of _t suffixmalc2009-10-011-6/+6
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* Follow coding conventionsPaul Brook2009-05-101-4/+4
* Handle NULL bdrv.Paul Brook2009-05-031-4/+10
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-2/+0
* do not pretend to support low voltage operationaurel322009-03-071-1/+1
* Enable SD card on creation.balrog2008-06-021-0/+1
* Add basic OMAP2 chip support.balrog2008-04-141-22/+29
* Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00.balrog2007-12-241-5/+38
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-21/+19
* Don't claim SD card supports voltages linux claims are below defined voltage ...balrog2007-12-041-1/+1
* Scale TSC2102 touchscreen pressure value more realistically (still could be b...balrog2007-11-251-1/+1
* Partial SD card SPI mode support.pbrook2007-11-241-3/+84
* Add statics and missing #includes for prototypes.pbrook2007-11-181-4/+4
* Better STOPINTR bit semantics in the PXA2xx DMA.balrog2007-11-171-1/+0
* Break up vl.h.pbrook2007-11-171-0/+2
* sd.c build fix.pbrook2007-11-171-3/+3
* Convert SD cards code to use qemu_irq too.balrog2007-11-171-18/+12
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Re-add clearing of the APP_CMD flag that somehow got lost.balrog2007-07-301-2/+3
* SD card emulation (initial implementation by Andrzei Zaborowski).pbrook2007-04-061-0/+1508
OpenPOWER on IntegriCloud