summaryrefslogtreecommitdiff
path: root/hw/pxa2xx.c
AgeCommit message (Expand)Author
2010-04-05OHCI qdev conversionPaul Brook
2010-04-04Revert "Compile usb-ohci only once"Paul Brook
2010-03-23Fix recent pxa270 serial breakageLars Munch
2010-03-21Compile usb-ohci only onceBlue Swirl
2010-03-21Compile serial only onceBlue Swirl
2009-10-05vmstate: port pxa2xx_i2c deviceJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-27kill drives_tableGerd Hoffmann
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-05-23Add common BusStatePaul Brook
2009-05-14PXA SSI qdev conversionPaul Brook
2009-05-14PXA2xx I2C slave qdev conversionPaul Brook
2009-05-10Follow coding conventionsPaul Brook
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2008-12-07PXA: Account for offset from page start in a subpage mapping.balrog
2008-12-07Don't wrap I2C registers addresses on PXA270.balrog
2008-12-04Fix RTC initial date computationaurel32
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-10-02Resurrect the safe part of r5274blueswir1
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir1
2008-09-20Add signed versions of save/load functionsblueswir1
2008-07-01Fix i2c save/restore.pbrook
2008-06-30Move CPU save/load registration to common code.pbrook
2008-05-048250: Customized base baudrateaurel32
2008-04-22Hush pointer target signedness warnings from gcc 4.balrog
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog
2007-12-16Initial PXA27x keypad support, by Armin Kuster.balrog
2007-12-02Add -drive parameter, by Laurent Vivier.ths
2007-11-17Break up vl.h.pbrook
2007-11-17Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog
2007-11-11removed unused variablesbellard
2007-11-11ARMv7 support.pbrook
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-07-27Update TNF bit in I2C status register, original patch by Juergen Lock.balrog
2007-07-24Various reg offset shift typos.balrog
2007-07-12Spelling fix, by Stuart Brady.ths
2007-06-03Fix off-by-one memory region sizes.pbrook
2007-05-28Remove a local subpage IO hack, now that general subpage IO works.balrog
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog
2007-05-23Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.balrog
2007-05-23Implement the PXA2xx I2C master controller.balrog
2007-05-12Correct NAND erase block size. Misc fixes in Spitz code.balrog
2007-05-08Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA...balrog
2007-05-08Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fa...balrog
2007-05-08Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog
2007-05-08ARM946 CPU support.pbrook