aboutsummaryrefslogtreecommitdiffstats
path: root/hw/stellaris.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-21/+16
2009-04-11Remove redundant ram_require machine properly.pbrook1-2/+0
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-7/+7
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-3/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-16/+0
2008-10-28Set default max_cpus to one.balrog1-2/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+2
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-8/+8
2008-08-22array overflow in hw/stellaris.c and hw/omap_dss.caurel321-2/+2
2008-07-02Save/restore for stellaris boards.pbrook1-8/+235
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-2/+2
2008-04-24Stellaris boards really aren't that big!pbrook1-2/+2
2008-04-24RAM usage information in machine definition.balrog1-0/+2
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-2/+2
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-2/+2
2008-04-11Fix few spelling issues in commentsaurel321-1/+1
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-1/+3
2007-11-24Partial SD card SPI mode support.pbrook1-2/+58
2007-11-24Stellaris ethernet support.pbrook1-2/+17
2007-11-24ARMv7-M SysTick fix.pbrook1-6/+2
2007-11-19Fix typo in error message.pbrook1-2/+2
2007-11-18Luminary board input support.pbrook1-6/+30
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-2/+0
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-2/+8