aboutsummaryrefslogtreecommitdiffstats
path: root/hw/spitz.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-07Move spitz microdrive to PCMCIA socket 0.balrog1-5/+5
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-6/+1
2008-10-28Set default max_cpus to one.balrog1-4/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+4
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-16/+16
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog1-12/+10
2008-06-02Factor out common SharpSL PDA code (Dmitry Baryshkov).balrog1-287/+16
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-5/+5
2008-04-24RAM usage information in machine definition.balrog1-7/+12
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-5/+5
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-5/+5
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog1-4/+12
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-2/+7
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-4/+0
2007-11-17Break up vl.h.pbrook1-1/+13
2007-11-17Convert SD cards code to use qemu_irq too.balrog1-14/+3
2007-11-17Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog1-116/+115
2007-11-11use correct printf formatbellard1-0/+4
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-8/+12
2007-10-04Several corrections in the spitzkbd keymap (patch by Juergen Lock).balrog1-2/+6
2007-08-01Move Spitz microdrive from first to second PCMCIA slot where it belongs.balrog1-3/+3
2007-07-29Word-reads from spitz NAND controller, patch by Juergen Lock.balrog1-1/+13
2007-06-24Make touchscreen calibration values better match the HW. Invert WM8750 GPIO.balrog1-2/+2
2007-06-03Fix off-by-one memory region sizes.pbrook1-2/+2
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-0/+115
2007-05-23Add WM8750 and MAX7310 chips (I2C slaves).balrog1-0/+56
2007-05-12Correct NAND erase block size. Misc fixes in Spitz code.balrog1-2/+2
2007-05-08Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog1-8/+8
2007-05-01Honour limited subset of --cpu values instead of ignoring.balrog1-6/+8
2007-04-30Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.balrog1-1/+1
2007-04-30Spitz PDA, example PXA270 machine (four similar models).balrog1-0/+1100