summaryrefslogtreecommitdiff
path: root/hw/sd.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-24Partial SD card SPI mode support.pbrook1-3/+84
2007-11-18Add statics and missing #includes for prototypes.pbrook1-4/+4
2007-11-17Better STOPINTR bit semantics in the PXA2xx DMA.balrog1-1/+0
2007-11-17Break up vl.h.pbrook1-0/+2
2007-11-17sd.c build fix.pbrook1-3/+3
2007-11-17Convert SD cards code to use qemu_irq too.balrog1-18/+12
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-07-30Re-add clearing of the APP_CMD flag that somehow got lost.balrog1-2/+3
2007-04-06SD card emulation (initial implementation by Andrzei Zaborowski).pbrook1-0/+1508