aboutsummaryrefslogtreecommitdiff
path: root/hw/palm.c
AgeCommit message (Expand)Author
2012-06-11arm_boot: Pass ARMCPU to arm_load_kernel()Andreas Färber
2012-06-11palm: Rename omap_mpu_state_s variableAndreas Färber
2012-06-04omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_sAndreas Färber
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-10-10palm: convert to memory APIAvi Kivity
2011-09-21omap1: convert to memory API (part I)Avi Kivity
2011-07-30hw/omap_gpio.c: Convert to qdevJuha Riihimäki
2010-12-11Add bootindex for option roms.Gleb Natapov
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20Compile loader only onceBlue Swirl
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-13Remove vga_ram_sizePaul Brook
2009-05-12Push AUD_init down to devicesPaul Brook
2009-05-10Follow coding conventionsPaul Brook
2009-04-11Remove redundant ram_require machine properly.pbrook
2009-04-11Remove more redundant ram size checks.pbrook
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-10-28Set default max_cpus to one.balrog
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori
2008-07-01Implement resolution switching in common console code.pbrook
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-26Fill in touchscreen calibration values from a Palm T|E.balrog
2008-04-24RAM usage information in machine definition.balrog
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-14Add basic OMAP2 chip support.balrog
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir1
2007-11-17Break up vl.h.pbrook
2007-11-04Zeroing ITR shouldn't ack irq zero.balrog
2007-11-03The PINT/DAV pin is active low in the chip spec, not inverted on the board.balrog
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog
2007-10-29Add a qemu_irq_invert() shortcut for inverting a signal.balrog
2007-10-29Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).balrog
2007-10-29Implement OMAP MicroWire controller.balrog
2007-10-28Add OMAP Shared GPIO module.balrog
2007-10-28Handle MMC card insertion/removal/readonly signals.balrog