summaryrefslogtreecommitdiffstats
path: root/hw/stellaris.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-3/+3
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-8/+8
* create struct for machine initialization argumentsEduardo Habkost2012-10-201-8/+6
* stellaris: Removed SSI muxPeter A. G. Crosthwaite2012-10-101-78/+16
* ssi: Implemented CS behaviourPeter A. G. Crosthwaite2012-10-101-3/+4
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-20/+24
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-6/+42
* ssi: convert to QEMU Object ModelAnthony Liguori2012-01-271-5/+12
* stellaris: Calculate system clock period on resetPeter Maydell2011-12-161-0/+1
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-3/+3
* stellaris: convert gptm to memory APIBenoît Canet2011-11-241-17/+12
* stellaris: convert adc to memory APIBenoît Canet2011-11-241-18/+12
* stellaris: convert i2c to memory APIBenoît Canet2011-11-241-17/+11
* stellaris: convert sys to memory APIBenoît Canet2011-11-241-17/+11
* armv7m: convert to memory APIAvi Kivity2011-09-041-1/+4
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-4/+1
* armv7m: convert to memory APIAvi Kivity2011-08-241-1/+4
* Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into stagingAnthony Liguori2011-08-211-4/+68
|\
| * hw/stellaris: Add support for RCC2 registerEngin AYDOGAN2011-08-171-4/+68
* | Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
|/
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka2011-07-231-1/+1
* 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
OpenPOWER on IntegriCloud