aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap_dss.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13omap_dss: correct chip[1] index in RFBI_READ/RFBI_STATUSStefan Hajnoczi1-2/+2
2011-11-28omap_l4: rename omap_l4_attach_region() to omap_l4_attach()Avi Kivity1-4/+4
2011-11-28omap_dss: convert to memory APIAvi Kivity1-76/+93
2011-11-28omap: eliminate l4_register_io_memoryAvi Kivity1-8/+8
2011-11-09hw/omap_dss.c: Fix !-vs-~ bug in handling DISPC_CONTROLPeter Maydell1-4/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-18/+18
2009-10-01Get rid of _t suffixmalc1-18/+18
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-10/+10
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-5/+5
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-1/+1
2009-04-10Yet more phys_ram_base elimination.pbrook1-22/+24
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-5/+3
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-07Remove a duplicate omap_l4_attach(), add one missing elsewhere.balrog1-0/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-39/+14
2008-08-22array overflow in hw/stellaris.c and hw/omap_dss.caurel321-1/+2
2008-05-18Collapse omap peripherals on L4 bus into one io entry (temporarily).balrog1-4/+4
2008-04-14Add basic OMAP2 chip support.balrog1-0/+1093