aboutsummaryrefslogtreecommitdiff
path: root/hw/palm.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-4/+3
* Set default max_cpus to one.balrog2008-10-281-2/+2
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+1
* machine struct - use C99 initializers (Jes Sorensen)aliguori2008-10-071-4/+4
* Implement resolution switching in common console code.pbrook2008-07-011-0/+3
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+1
* Fill in touchscreen calibration values from a Palm T|E.balrog2008-04-261-0/+8
* RAM usage information in machine definition.balrog2008-04-241-0/+1
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-1/+1
* Add basic OMAP2 chip support.balrog2008-04-141-4/+7
* Move the excess of arm_load_kernel() parameters into a struct.balrog2008-04-141-4/+12
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-1/+0
* Break up vl.h.pbrook2007-11-171-1/+7
* Zeroing ITR shouldn't ack irq zero.balrog2007-11-041-5/+12
* The PINT/DAV pin is active low in the chip spec, not inverted on the board.balrog2007-11-031-7/+59
* Set boot sequence from command line (Dan Kenigsberg).balrog2007-10-311-2/+3
* Add a qemu_irq_invert() shortcut for inverting a signal.balrog2007-10-291-19/+5
* Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).balrog2007-10-291-0/+13
* Implement OMAP MicroWire controller.balrog2007-10-291-1/+2
* Add OMAP Shared GPIO module.balrog2007-10-281-1/+2
* Handle MMC card insertion/removal/readonly signals.balrog2007-10-281-0/+29
* Add PalmT|E matrix keypad connected to OMAP GPIOs.balrog2007-10-281-0/+31
* Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog2007-07-291-0/+140