summaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.balrog2007-05-231-1/+1
* Implement the PXA2xx I2C master controller.balrog2007-05-231-2/+245
* Correct NAND erase block size. Misc fixes in Spitz code.balrog2007-05-121-4/+4
* Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA...balrog2007-05-081-1/+1
* Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fa...balrog2007-05-081-1/+3
* Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog2007-05-081-2/+16
* ARM946 CPU support.pbrook2007-05-081-1/+1
* Implement power state changes (IDLE and SLEEP) for PXA.balrog2007-05-011-1/+2
* Honour limited subset of --cpu values instead of ignoring.balrog2007-05-011-3/+6
* Remove the use of Linux / BSD specific asprintf call.balrog2007-04-301-3/+2
* Add remaining PXA2xx on-chip peripherals except I2C master.balrog2007-04-301-0/+29
* Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog2007-04-301-0/+1673
OpenPOWER on IntegriCloud