aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx.c
AgeCommit message (Expand)AuthorFilesLines
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