summaryrefslogtreecommitdiff
path: root/hw/palm.c
AgeCommit message (Expand)AuthorFilesLines
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