aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx_lcd.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17pxa2xx_lcd: SRAM is valid location for the framebufferVasily Khoruzhick1-4/+9
2012-01-17pxa2xx_lcd: fix palette parserVasily Khoruzhick1-23/+28
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-12-20framebuffer: drop use of cpu_get_physical_page_desc()Avi Kivity1-4/+6
2011-11-24pxa2xx_lcd: convert to memory APIBenoƮt Canet1-18/+14
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-04pxa2xx_lcd: add proper rotation supportVasily Khoruzhick1-12/+97
2011-04-22vmstate: port pxa2xx_lcdJuan Quintela1-67/+43
2011-04-22pxa2xx_lcd: up field is used as a bool and migrated as an uint8_tJuan Quintela1-1/+1
2011-04-22pxa2xx_lcd: name anonymous structJuan Quintela1-13/+15
2011-01-20pxa2xx_lcd: restore updating of displayDmitry Eremin-Solenikov1-2/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-11/+11
2009-10-01Get rid of _t suffixmalc1-11/+11
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-2/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-10Follow coding conventionsPaul Brook1-27/+27
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-4/+2
2009-04-11Fix/remove bogus ram size checks.pbrook1-2/+2
2009-04-10More phys_ram_base elimination.pbrook1-9/+7
2009-04-01Implement and use shared memory framebuffer device rendering reoutine.pbrook1-88/+29
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-9/+6
2008-12-15Fix the PXA2xx LCD dirty page detection a little more.balrog1-1/+1
2008-12-13Fix PXA2xx framebuffer dirty checking.balrog1-2/+2
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+0
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-4/+4
2008-07-01Implement resolution switching in common console code.pbrook1-4/+6
2008-02-10Add an ncurses UI.balrog1-1/+1
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+5
2007-11-17Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog1-8/+5
2007-06-13Use pixel_ops.h in PXA LCD screen drawing.balrog1-30/+1
2007-06-03Fix off-by-one memory region sizes.pbrook1-1/+1
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-0/+79
2007-05-23Implement the PXA2xx I2C master controller.balrog1-2/+1
2007-05-12Correct NAND erase block size. Misc fixes in Spitz code.balrog1-2/+1
2007-05-08Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog1-6/+6
2007-04-30Add remaining PXA2xx on-chip peripherals except I2C master.balrog1-0/+1001