aboutsummaryrefslogtreecommitdiff
path: root/hw/pxa.h
AgeCommit message (Expand)Author
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-06-11pxa2xx: Pass ARMCPU to pxa2xx_pic_init()Andreas Färber
2012-06-04pxa2xx: Use cpu_arm_init() and store ARMCPUAndreas Färber
2012-03-14arm hw/: Don't use CPUStateAndreas Färber
2011-11-24pxa2xx_lcd: convert to memory APIBenoît Canet
2011-11-24pxa2xx_mmci: convert to memory APIBenoît Canet
2011-11-24pxa2xx_keypad: convert to memory APIBenoît Canet
2011-11-24pxa2xx_pcmcia.c: convert common memory space to memory APIBenoît Canet
2011-10-17pxa2xx: convert to memory API (part II)Avi Kivity
2011-10-17pxa2xx: convert to memory API (part I)Avi Kivity
2011-10-02pxa: Pass in address_space to pxa{255, 270}_initRichard Henderson
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-03-03pxa2xx: port pxa2xx_rtc to using qdev/vmstateAndrzej Zaborowski
2011-03-03pxa2xx_dma: port to qdev/vmstateAndrzej Zaborowski
2011-03-03pxa2xx_timer: switch to using qdev/vmstateDmitry Eremin-Solenikov
2011-02-25pxa2xx_pic: update to use qdevDmitry Eremin-Solenikov
2011-01-29pxa2xx_gpio: switch to using qdevDmitry Eremin-Solenikov
2010-04-05OHCI qdev conversionPaul Brook
2010-04-04Revert "Compile usb-ohci only once"Paul Brook
2010-03-21Compile usb-ohci only onceBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-05-14PXA SSI qdev conversionPaul Brook
2009-05-10Follow coding conventionsPaul Brook
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2007-12-16Initial PXA27x keypad support, by Armin Kuster.balrog
2007-11-17Break up vl.h.pbrook
2007-11-17Convert SD cards code to use qemu_irq too.balrog
2007-11-17Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog
2007-11-11use correct printf formatbellard
2007-10-29Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).balrog
2007-05-28Remove a local subpage IO hack, now that general subpage IO works.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-08Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog
2007-04-30Add remaining PXA2xx on-chip peripherals except I2C master.balrog
2007-04-30Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog