aboutsummaryrefslogtreecommitdiff
path: root/hw/stellaris.c
AgeCommit message (Expand)Author
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-20create struct for machine initialization argumentsEduardo Habkost
2012-10-10stellaris: Removed SSI muxPeter A. G. Crosthwaite
2012-10-10ssi: Implemented CS behaviourPeter A. G. Crosthwaite
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-27ssi: convert to QEMU Object ModelAnthony Liguori
2011-12-16stellaris: Calculate system clock period on resetPeter Maydell
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-11-24stellaris: convert gptm to memory APIBenoît Canet
2011-11-24stellaris: convert adc to memory APIBenoît Canet
2011-11-24stellaris: convert i2c to memory APIBenoît Canet
2011-11-24stellaris: convert sys to memory APIBenoît Canet
2011-09-04armv7m: convert to memory APIAvi Kivity
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori
2011-08-24armv7m: convert to memory APIAvi Kivity
2011-08-21Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into stagingAnthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-17hw/stellaris: Add support for RCC2 registerarmhw-for-upstreamEngin AYDOGAN
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka
2011-04-22vmstate: stellaris use unused for placeholder entriesJuan Quintela
2011-04-22vmstate: port stellaris_adcJuan Quintela
2011-04-22vmstate: port stellaris gptmJuan Quintela
2011-04-22vmstate: port stellaris sysJuan Quintela
2011-04-22vmstate: port stellaris ssi busJuan Quintela
2011-04-22vmstate: port stellaris i2cJuan Quintela
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-06hw/pl061.c: Implement ARM PL061 as well as Luminary onePeter Maydell
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-10-27stellaris_enet: use qdev properties for configuration.Gerd Hoffmann
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-06-03Stellaris qdev conversionPaul Brook
2009-06-02Implement multiple samplers on stellaris ADCPaul Brook
2009-05-23Add common BusStatePaul Brook
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-14Stellaris SSI qdev conversionPaul Brook
2009-05-14Stellaris I2C qdev conversionPaul Brook