summaryrefslogtreecommitdiffstats
path: root/hw/stellaris.c
Commit message (Expand)AuthorAgeFilesLines
* vmstate: stellaris use unused for placeholder entriesJuan Quintela2011-04-221-2/+1
* vmstate: port stellaris_adcJuan Quintela2011-04-221-55/+34
* vmstate: port stellaris gptmJuan Quintela2011-04-221-60/+24
* vmstate: port stellaris sysJuan Quintela2011-04-221-46/+25
* vmstate: port stellaris ssi busJuan Quintela2011-04-221-20/+11
* vmstate: port stellaris i2cJuan Quintela2011-04-221-32/+17
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* hw/pl061.c: Implement ARM PL061 as well as Luminary onePeter Maydell2011-03-061-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-4/+8
* savevm: Add DeviceState paramAlex Williamson2010-07-061-5/+6
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* stellaris_enet: use qdev properties for configuration.Gerd Hoffmann2009-10-271-1/+1
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-10/+10
* Get rid of _t suffixmalc2009-10-011-10/+10
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-7/+12
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-8/+8
* qdev: rework device properties.Gerd Hoffmann2009-07-161-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-4/+4
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-2/+3
* Stellaris qdev conversionPaul Brook2009-06-031-27/+48
* Implement multiple samplers on stellaris ADCPaul Brook2009-06-021-19/+31
* Add common BusStatePaul Brook2009-05-231-7/+5
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-2/+10
* Stellaris SSI qdev conversionPaul Brook2009-05-141-33/+35
* Stellaris I2C qdev conversionPaul Brook2009-05-141-7/+18
* SSD0303 qdev conversionPaul Brook2009-05-141-1/+1
* Stellaris ethernet qdev conversionPaul Brook2009-05-141-2/+11
* PL011 qdev conversionPaul Brook2009-05-141-3/+3
* Remove vga_ram_sizePaul Brook2009-05-131-2/+2
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-21/+16
* Remove redundant ram_require machine properly.pbrook2009-04-111-2/+0
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-7/+7
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-3/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-16/+0
* Set default max_cpus to one.balrog2008-10-281-2/+0
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+2
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-071-8/+8
* array overflow in hw/stellaris.c and hw/omap_dss.caurel322008-08-221-2/+2
* Save/restore for stellaris boards.pbrook2008-07-021-8/+235
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-2/+2
* Stellaris boards really aren't that big!pbrook2008-04-241-2/+2
* RAM usage information in machine definition.balrog2008-04-241-0/+2
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-2/+2
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-2/+2
* Fix few spelling issues in commentsaurel322008-04-111-1/+1
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-1/+3
* Partial SD card SPI mode support.pbrook2007-11-241-2/+58
OpenPOWER on IntegriCloud