aboutsummaryrefslogtreecommitdiff
path: root/hw/pxa2xx_lcd.c
AgeCommit message (Expand)Author
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-07-06savevm: Add DeviceState paramAlex Williamson
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-10Follow coding conventionsPaul Brook
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2009-04-11Fix/remove bogus ram size checks.pbrook
2009-04-10More phys_ram_base elimination.pbrook
2009-04-01Implement and use shared memory framebuffer device rendering reoutine.pbrook
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2008-12-15Fix the PXA2xx LCD dirty page detection a little more.balrog
2008-12-13Fix PXA2xx framebuffer dirty checking.balrog
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori
2008-07-01Implement resolution switching in common console code.pbrook
2008-02-10Add an ncurses UI.balrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-17Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog
2007-06-13Use pixel_ops.h in PXA LCD screen drawing.balrog
2007-06-03Fix off-by-one memory region sizes.pbrook
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.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