Add PowerPC power-management state check callback.
[qemu] / hw / pxa2xx.c
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...