aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap1.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori1-62/+89
2012-01-04hw/omap1.c: Drop unused includesPeter Maydell1-4/+0
2012-01-04hw/omap1.c: Separate dpll_ctl from omap_mpu_stateJuha Riihimäki1-10/+18
2012-01-04hw/omap1.c: Separate PWT from omap_mpu_stateJuha Riihimäki1-23/+34
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-2/+4
2012-01-04hw/omap1.c: Separate PWL from omap_mpu_stateJuha Riihimäki1-24/+36
2012-01-04hw/omap1.c: omap_mpuio_init() need not be publicPeter Maydell1-1/+1
2011-11-28omap_i2c: convert to memory APIBenoît Canet1-1/+1
2011-11-28omap_lcdc: convert to memory APIBenoît Canet1-1/+1
2011-11-28omap_dma: convert to memory APIAvi Kivity1-1/+1
2011-11-28omap_mmc: convert to memory APIAvi Kivity1-1/+1
2011-09-23hw/omap1: Wire up GPIO clockPeter Maydell1-0/+1
2011-09-23omap_intc: QdevifyPeter Maydell1-55/+86
2011-09-21omap1: convert to memory API (part VI)Avi Kivity1-10/+7
2011-09-21soc_dma: drop soc_dma_port_add_mem_ram()Avi Kivity1-4/+4
2011-09-21omap_lcdc: remove imif, emiff from structureAvi Kivity1-2/+1
2011-09-21omap1: convert to memory API (part V)Avi Kivity1-6/+8
2011-09-21omap1: convert to memory API (part IV)Avi Kivity1-34/+47
2011-09-21omap1: convert to memory API (part III)Avi Kivity1-92/+117
2011-09-21omap1: convert to memory API (part II)Avi Kivity1-90/+105
2011-09-21omap1: convert to memory API (part I)Avi Kivity1-151/+187
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-10/+10
2011-07-30hw/omap_gpio.c: Convert to qdevJuha Riihimäki1-3/+7
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-10/+10
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-5/+5
2010-12-11Add endianness as io mem parameterAlexander Graf1-20/+22
2010-09-18Use range_covers_byteBlue Swirl1-6/+8
2010-09-10hw/omap: Fix default setup for OMAP UART devicesStefan Weil1-0/+3
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-2/+4
2010-06-30hw/omap : make local function static and remove declaration from headercmchao1-6/+6
2010-06-30hw/omap1.c : separate uart modulecmchao1-170/+0
2010-06-30hw/omap1.c : separate interrupt controller modulecmchao1-574/+2
2010-06-30hw/omap1.c : separate gpio modulecmchao1-181/+0
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+0
2010-03-21Compile serial only onceBlue Swirl1-4/+18
2009-11-22BCD cleanupPaul Brook1-40/+30
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-87/+87
2009-10-01Get rid of _t suffixmalc1-87/+87
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-4/+4
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-7/+9
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-48/+48
2009-07-27kill drives_tableGerd Hoffmann1-4/+4
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-24/+24
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-10Follow coding conventionsPaul Brook1-5/+5
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-6/+5
2009-01-18add an init function parameter to qemu_chr_open()aurel321-2/+2