summaryrefslogtreecommitdiff
path: root/hw/stellaris.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-11ARMv7 support.pbrook1-0/+1101