aboutsummaryrefslogtreecommitdiffstats
path: root/hw/stellaris.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-20/+24
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-6/+42
2012-01-27ssi: convert to QEMU Object ModelAnthony Liguori1-5/+12
2011-12-16stellaris: Calculate system clock period on resetPeter Maydell1-0/+1
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-3/+3
2011-11-24stellaris: convert gptm to memory APIBenoît Canet1-17/+12
2011-11-24stellaris: convert adc to memory APIBenoît Canet1-18/+12
2011-11-24stellaris: convert i2c to memory APIBenoît Canet1-17/+11
2011-11-24stellaris: convert sys to memory APIBenoît Canet1-17/+11
2011-09-04armv7m: convert to memory APIAvi Kivity1-1/+4
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-4/+1
2011-08-24armv7m: convert to memory APIAvi Kivity1-1/+4
2011-08-21Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into stagingAnthony Liguori1-4/+68
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-17hw/stellaris: Add support for RCC2 registerEngin AYDOGAN1-4/+68
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka1-1/+1
2011-04-22vmstate: stellaris use unused for placeholder entriesJuan Quintela1-2/+1
2011-04-22vmstate: port stellaris_adcJuan Quintela1-55/+34
2011-04-22vmstate: port stellaris gptmJuan Quintela1-60/+24
2011-04-22vmstate: port stellaris sysJuan Quintela1-46/+25
2011-04-22vmstate: port stellaris ssi busJuan Quintela1-20/+11
2011-04-22vmstate: port stellaris i2cJuan Quintela1-32/+17
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2011-03-06hw/pl061.c: Implement ARM PL061 as well as Luminary onePeter Maydell1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-4/+8
2010-07-06savevm: Add DeviceState paramAlex Williamson1-5/+6
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+1
2009-10-27stellaris_enet: use qdev properties for configuration.Gerd Hoffmann1-1/+1
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-10/+10
2009-10-01Get rid of _t suffixmalc1-10/+10
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-7/+12
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-8/+8
2009-07-16qdev: rework device properties.Gerd Hoffmann1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-4/+4
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-2/+3
2009-06-03Stellaris qdev conversionPaul Brook1-27/+48
2009-06-02Implement multiple samplers on stellaris ADCPaul Brook1-19/+31
2009-05-23Add common BusStatePaul Brook1-7/+5
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-2/+10
2009-05-14Stellaris SSI qdev conversionPaul Brook1-33/+35
2009-05-14Stellaris I2C qdev conversionPaul Brook1-7/+18
2009-05-14SSD0303 qdev conversionPaul Brook1-1/+1
2009-05-14Stellaris ethernet qdev conversionPaul Brook1-2/+11
2009-05-14PL011 qdev conversionPaul Brook1-3/+3
2009-05-13Remove vga_ram_sizePaul Brook1-2/+2