summaryrefslogtreecommitdiff
path: root/hw/palm.c
Commit message (Expand)AuthorAgeFilesLines
* Compile loader only onceBlue Swirl2009-09-201-0/+1
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-4/+4
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-1/+8
* Remove vga_ram_sizePaul Brook2009-05-131-1/+1
* Push AUD_init down to devicesPaul Brook2009-05-121-7/+1
* Follow coding conventionsPaul Brook2009-05-101-2/+2
* Remove redundant ram_require machine properly.pbrook2009-04-111-2/+0
* Remove more redundant ram size checks.pbrook2009-04-111-6/+0
* Use load_image_targphys and avoid phys_ram_base.pbrook2009-04-091-4/+9
* DisplayAllocator interface (Stefano Stabellini)aliguori2009-03-131-1/+1
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-2/+3
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-1/+2
* 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