summaryrefslogtreecommitdiffstats
path: root/hw/pl181.c
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* hw/pl181: Implement GPIO output pins for card statusPeter Maydell2011-03-061-0/+6
* blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster2011-01-311-3/+4
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+2
* qdev: Move declaration of qdev_init_bdrv() into qdev.hMarkus Armbruster2010-06-041-1/+0
* Fix arm-softmmu compileBlue Swirl2010-02-221-2/+1
* PL181 write fixPaul Brook2010-02-221-13/+15
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* PL181 qdev conversionPaul Brook2009-05-141-9/+17
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* Follow coding conventionsPaul Brook2009-05-101-1/+1
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-2/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+0
* Partial SD card SPI mode support.pbrook2007-11-241-1/+1
* Break up vl.h.pbrook2007-11-171-1/+2
* Fix 64-bit host printf format mismatches.pbrook2007-11-101-2/+2
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Spelling fixes, by Stefan Weil.ths2007-07-111-2/+2
* ARM PL181 MMCI fixes.pbrook2007-06-091-11/+34
* Fix off-by-one memory region sizes.pbrook2007-06-031-1/+1
* Unify IRQ handling.pbrook2007-04-071-5/+3
* Use correct type for card field.pbrook2007-04-061-1/+1
* SD card emulation (initial implementation by Andrzei Zaborowski).pbrook2007-04-061-0/+445
OpenPOWER on IntegriCloud