Add common BusState
[qemu] / hw / pxa2xx.c
2009-05-22 Paul BrookAdd common BusState
2009-05-14 Paul BrookPXA SSI qdev conversion
2009-05-14 Paul BrookPXA2xx I2C slave qdev conversion
2009-05-10 Paul BrookFollow coding conventions
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2008-12-07 balrogPXA: Account for offset from page start in a subpage...
2008-12-07 balrogDon't wrap I2C registers addresses on PXA270.
2008-12-04 aurel32Fix RTC initial date computation
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-10-02 blueswir1Resurrect the safe part of r5274
2008-09-25 blueswir1Revert r5274 which breaks savevm/loadvm
2008-09-20 blueswir1Add signed versions of save/load functions
2008-07-01 pbrookFix i2c save/restore.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-05-04 aurel328250: Customized base baudrate
2008-04-22 balrogHush pointer target signedness warnings from gcc 4.
2008-02-17 balrogUnify RTCs that use host time, fix M48t59 alarm.
2007-12-16 balrogInitial PXA27x keypad support, by Armin Kuster.
2007-12-02 thsAdd -drive parameter, by Laurent Vivier.
2007-11-17 pbrookBreak up vl.h.
2007-11-17 balrogConvert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq...
2007-11-11 bellardremoved unused variables
2007-11-11 pbrookARMv7 support.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-07-27 balrogUpdate TNF bit in I2C status register, original patch...
2007-07-24 balrogVarious reg offset shift typos.
2007-07-12 thsSpelling fix, by Stuart Brady.
2007-06-03 pbrookFix off-by-one memory region sizes.
2007-05-28 balrogRemove a local subpage IO hack, now that general subpag...
2007-05-24 balrogSavevm/loadvm bits for ARM core, the PXA2xx peripherals...
2007-05-23 balrogUse i2c_slave_init() to allocate the PXA (dummy) I2C...
2007-05-23 balrogImplement the PXA2xx I2C master controller.
2007-05-12 balrogCorrect NAND erase block size. Misc fixes in Spitz...
2007-05-08 balrogCorrect the number of PXA255 GPIO lines. Reuse the...
2007-05-08 balrogSet OOK when OON is set in OSCC register (thanks to...
2007-05-08 balrogSwitch to qemu_ram_alloc() for memory allocation in...
2007-05-08 pbrookARM946 CPU support.
2007-05-01 balrogImplement power state changes (IDLE and SLEEP) for...
2007-05-01 balrogHonour limited subset of --cpu values instead of ignoring.
2007-04-30 balrogRemove the use of Linux / BSD specific asprintf call.
2007-04-30 balrogAdd remaining PXA2xx on-chip peripherals except I2C
2007-04-30 balrogCore features of ARM XScale processors. Main PXA270...