summaryrefslogtreecommitdiffstats
path: root/hw/palm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-4/+4
* create struct for machine initialization argumentsEduardo Habkost2012-10-201-4/+5
* arm_boot: Pass ARMCPU to arm_load_kernel()Andreas Färber2012-06-111-1/+1
* palm: Rename omap_mpu_state_s variableAndreas Färber2012-06-111-6/+6
* omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_sAndreas Färber2012-06-041-1/+1
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+2
* palm: convert to memory APIAvi Kivity2011-10-101-28/+25
* omap1: convert to memory API (part I)Avi Kivity2011-09-211-1/+3
* hw/omap_gpio.c: Convert to qdevJuha Riihimäki2011-07-301-13/+13
* Add bootindex for option roms.Gleb Natapov2010-12-111-3/+3
* Add endianness as io mem parameterAlexander Graf2010-12-111-4/+8
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+2
* arm: fix arm kernel boot for non zero start addrLars Munch2010-05-311-4/+0
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-2/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-6/+6
* Get rid of _t suffixmalc2009-10-011-6/+6
* 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
OpenPOWER on IntegriCloud