aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Get rid of _t suffixmalc1-22/+22
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+4
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-16/+16
2009-07-27kill drives_tableGerd Hoffmann1-8/+8
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-12/+12
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-2/+3
2009-05-23Add common BusStatePaul Brook1-6/+5
2009-05-14PXA SSI qdev conversionPaul Brook1-60/+39
2009-05-14PXA2xx I2C slave qdev conversionPaul Brook1-13/+42
2009-05-10Follow coding conventionsPaul Brook1-95/+95
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-8/+4
2008-12-07PXA: Account for offset from page start in a subpage mapping.balrog1-1/+1
2008-12-07Don't wrap I2C registers addresses on PXA270.balrog1-4/+7
2008-12-04Fix RTC initial date computationaurel321-1/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-29/+11
2008-10-02Resurrect the safe part of r5274blueswir11-6/+6
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir11-6/+6
2008-09-20Add signed versions of save/load functionsblueswir11-6/+6
2008-07-01Fix i2c save/restore.pbrook1-3/+5
2008-06-30Move CPU save/load registration to common code.pbrook1-6/+0
2008-05-048250: Customized base baudrateaurel321-2/+4
2008-04-22Hush pointer target signedness warnings from gcc 4.balrog1-6/+6
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog1-16/+11
2007-12-16Initial PXA27x keypad support, by Armin Kuster.balrog1-0/+2
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-4/+16
2007-11-17Break up vl.h.pbrook1-3/+11
2007-11-17Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog1-3/+8
2007-11-11removed unused variablesbellard1-5/+17
2007-11-11ARMv7 support.pbrook1-3/+5
2007-11-10added cpu_model parameter to cpu_init()bellard1-5/+14
2007-07-27Update TNF bit in I2C status register, original patch by Juergen Lock.balrog1-0/+2
2007-07-24Various reg offset shift typos.balrog1-3/+3
2007-07-12Spelling fix, by Stuart Brady.ths1-2/+2
2007-06-03Fix off-by-one memory region sizes.pbrook1-12/+12
2007-05-28Remove a local subpage IO hack, now that general subpage IO works.balrog1-40/+20
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-13/+302
2007-05-23Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.balrog1-1/+1
2007-05-23Implement the PXA2xx I2C master controller.balrog1-2/+245
2007-05-12Correct NAND erase block size. Misc fixes in Spitz code.balrog1-4/+4
2007-05-08Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA...balrog1-1/+1
2007-05-08Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fa...balrog1-1/+3
2007-05-08Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog1-2/+16
2007-05-08ARM946 CPU support.pbrook1-1/+1
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog1-1/+2
2007-05-01Honour limited subset of --cpu values instead of ignoring.balrog1-3/+6
2007-04-30Remove the use of Linux / BSD specific asprintf call.balrog1-3/+2
2007-04-30Add remaining PXA2xx on-chip peripherals except I2C master.balrog1-0/+29
2007-04-30Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog1-0/+1673