aboutsummaryrefslogtreecommitdiffstats
path: root/hw/palm.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2011-10-10palm: convert to memory APIAvi Kivity1-28/+25
2011-09-21omap1: convert to memory API (part I)Avi Kivity1-1/+3
2011-07-30hw/omap_gpio.c: Convert to qdevJuha Riihimäki1-13/+13
2010-12-11Add bootindex for option roms.Gleb Natapov1-3/+3
2010-12-11Add endianness as io mem parameterAlexander Graf1-4/+8
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+2
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch1-4/+0
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-09-20Compile loader only onceBlue Swirl1-0/+1
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-4/+4
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-13Remove vga_ram_sizePaul Brook1-1/+1
2009-05-12Push AUD_init down to devicesPaul Brook1-7/+1
2009-05-10Follow coding conventionsPaul Brook1-2/+2
2009-04-11Remove redundant ram_require machine properly.pbrook1-2/+0
2009-04-11Remove more redundant ram size checks.pbrook1-6/+0
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook1-4/+9
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-1/+1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+3
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-1/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-10-28Set default max_cpus to one.balrog1-2/+2
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-4/+4
2008-07-01Implement resolution switching in common console code.pbrook1-0/+3
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-04-26Fill in touchscreen calibration values from a Palm T|E.balrog1-0/+8
2008-04-24RAM usage information in machine definition.balrog1-0/+1
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-1/+1
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-04-14Add basic OMAP2 chip support.balrog1-4/+7
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog1-4/+12
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-1/+0
2007-11-17Break up vl.h.pbrook1-1/+7
2007-11-04Zeroing ITR shouldn't ack irq zero.balrog1-5/+12
2007-11-03The PINT/DAV pin is active low in the chip spec, not inverted on the board.balrog1-7/+59
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-2/+3
2007-10-29Add a qemu_irq_invert() shortcut for inverting a signal.balrog1-19/+5
2007-10-29Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).balrog1-0/+13
2007-10-29Implement OMAP MicroWire controller.balrog1-1/+2
2007-10-28Add OMAP Shared GPIO module.balrog1-1/+2
2007-10-28Handle MMC card insertion/removal/readonly signals.balrog1-0/+29
2007-10-28Add PalmT|E matrix keypad connected to OMAP GPIOs.balrog1-0/+31
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog1-0/+140