summaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx.c
Commit message (Expand)AuthorAgeFilesLines
* Add endianness as io mem parameterAlexander Graf2010-12-111-12/+13
* Use gcc warning flag -Wempty-bodyBlue Swirl2010-09-181-2/+3
* pxa2xx: fix SSSR TFN logicBlue Swirl2010-09-181-4/+4
* pxa2xx: remove useless checksBlue Swirl2010-09-181-1/+1
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-4/+8
* savevm: Add DeviceState paramAlex Williamson2010-07-061-12/+15
* OHCI qdev conversionPaul Brook2010-04-051-2/+4
* Revert "Compile usb-ohci only once"Paul Brook2010-04-041-11/+2
* Fix recent pxa270 serial breakageLars Munch2010-03-231-1/+1
* Compile usb-ohci only onceBlue Swirl2010-03-211-2/+11
* Compile serial only onceBlue Swirl2010-03-211-4/+17
* vmstate: port pxa2xx_i2c deviceJuan Quintela2009-10-051-28/+26
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-22/+22
* Get rid of _t suffixmalc2009-10-011-22/+22
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+4
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-16/+16
* kill drives_tableGerd Hoffmann2009-07-271-8/+8
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-12/+12
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-2/+3
* Add common BusStatePaul Brook2009-05-231-6/+5
* PXA SSI qdev conversionPaul Brook2009-05-141-60/+39
* PXA2xx I2C slave qdev conversionPaul Brook2009-05-141-13/+42
* Follow coding conventionsPaul Brook2009-05-101-95/+95
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-8/+4
* PXA: Account for offset from page start in a subpage mapping.balrog2008-12-071-1/+1
* Don't wrap I2C registers addresses on PXA270.balrog2008-12-071-4/+7
* Fix RTC initial date computationaurel322008-12-041-1/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-29/+11
* Resurrect the safe part of r5274blueswir12008-10-021-6/+6
* Revert r5274 which breaks savevm/loadvmblueswir12008-09-251-6/+6
* Add signed versions of save/load functionsblueswir12008-09-201-6/+6
* Fix i2c save/restore.pbrook2008-07-011-3/+5
* Move CPU save/load registration to common code.pbrook2008-06-301-6/+0
* 8250: Customized base baudrateaurel322008-05-041-2/+4
* Hush pointer target signedness warnings from gcc 4.balrog2008-04-221-6/+6
* Unify RTCs that use host time, fix M48t59 alarm.balrog2008-02-171-16/+11
* Initial PXA27x keypad support, by Armin Kuster.balrog2007-12-161-0/+2
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-4/+16
* Break up vl.h.pbrook2007-11-171-3/+11
* Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog2007-11-171-3/+8
* removed unused variablesbellard2007-11-111-5/+17
* ARMv7 support.pbrook2007-11-111-3/+5
* added cpu_model parameter to cpu_init()bellard2007-11-101-5/+14
* Update TNF bit in I2C status register, original patch by Juergen Lock.balrog2007-07-271-0/+2
* Various reg offset shift typos.balrog2007-07-241-3/+3
* Spelling fix, by Stuart Brady.ths2007-07-121-2/+2
* Fix off-by-one memory region sizes.pbrook2007-06-031-12/+12
* Remove a local subpage IO hack, now that general subpage IO works.balrog2007-05-281-40/+20
* Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog2007-05-241-13/+302
OpenPOWER on IntegriCloud