aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mainstone.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2011-10-02pxa: Pass in address_space to pxa{255, 270}_initRichard Henderson1-1/+1
2011-09-04mainstone: convert to memory APIAvi Kivity1-5/+8
2011-09-04pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-4/+3
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-19/+14
2011-08-25mainstone: convert to memory APIAvi Kivity1-5/+8
2011-08-25pflash_cfi01/pflash_cfi02: convert to memory APIAvi Kivity1-9/+11
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-03-10mainstone: PCMCIA supportDmitry Eremin-Solenikov1-0/+7
2011-03-10mainstone: use gpio 0 for connection of FPGA instead of hooking into PIC dire...Dmitry Eremin-Solenikov1-1/+1
2011-02-25pxa2xx_pic: update to use qdevDmitry Eremin-Solenikov1-1/+1
2011-02-16Merge mainstone.h header into mainstone.cDmitry Eremin-Solenikov1-1/+22
2011-02-16mainstone: convert FPGA emulation code to use QDev/SysBusDmitry Eremin-Solenikov1-4/+7
2011-02-11mainstone: pass one irq to the mst_fpga instead of the whole PICDmitry Eremin-Solenikov1-1/+1
2011-01-20mainstone: fix name of the allocated memory for romsDmitry Eremin-Solenikov1-1/+2
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-2/+4
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch1-3/+0
2010-03-29Compile pflash_cfi01 only onceBlue Swirl1-3/+10
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-3/+3
2009-10-01Get rid of _t suffixmalc1-3/+3
2009-07-27kill drives_tableGerd Hoffmann1-4/+5
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-13Remove vga_ram_sizePaul Brook1-3/+3
2009-05-10Follow coding conventionsPaul Brook1-1/+1
2009-04-11Remove redundant ram_require machine properly.pbrook1-2/+0
2009-04-11Remove more redundant ram size checks.pbrook1-8/+0
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-4/+4
2008-10-28Set default max_cpus to one.balrog1-2/+1
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+1
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-5/+5
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-2/+2
2008-04-24RAM usage information in machine definition.balrog1-10/+13
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-14Move the excess of arm_load_kernel() parameters into a struct.balrog1-4/+12
2008-01-05Fix memory allocation on mainstone2 and convert to qemu_ram_alloc.balrog1-31/+25
2007-12-16Mainstone keypad support, by Armin Kuster.balrog1-0/+43
2007-12-10Desambiguate pflash_register().balrog1-2/+4
2007-12-09No write-protect detect diode on Mainstone II.balrog1-1/+1
2007-12-09Mainstone mmc support, by Armin Kuster.ths1-0/+4
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-11/+26
2007-12-02Mainstone re-org, by Armin Kuster.ths1-240/+17
2007-11-25Scale TSC2102 touchscreen pressure value more realistically (still could be b...balrog1-1/+0
2007-11-25Intel Mainstone II (ARM) machine by Armin Kuster.balrog1-0/+307