aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap2.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-2/+4
2011-12-06fix spelling in hw sub directoryDong Xu Wang1-3/+3
2011-11-28omap_l4: rename omap_l4_attach_region() to omap_l4_attach()Avi Kivity1-5/+5
2011-11-28omap_dss: convert to memory APIAvi Kivity1-1/+1
2011-11-28omap2: convert to memory API (part II)Avi Kivity1-40/+47
2011-11-28omap2: convert to memory API (part I)Avi Kivity1-48/+55
2011-11-28omap_dma: convert to memory APIAvi Kivity1-1/+1
2011-11-28omap_sdrc: convert to memory APIAvi Kivity1-1/+1
2011-11-28omap_l4: add memory API variant of omap_l4_attach()Avi Kivity1-1/+1
2011-11-28omap: eliminate l4_register_io_memoryAvi Kivity1-6/+6
2011-11-28omap_uart: convert to memory APIAvi Kivity1-4/+5
2011-10-21hw/omap2: Wire up the IRQ for the 2430's fifth GPIO modulePeter Maydell1-0/+5
2011-09-23omap_intc: QdevifyPeter Maydell1-38/+54
2011-09-21soc_dma: drop soc_dma_port_add_mem_ram()Avi Kivity1-2/+4
2011-08-28omap: Wire up the DMA request line to the GPMCPeter Maydell1-1/+2
2011-08-28omap_gpmc: Take omap_mpu_state* in omap_gpmc_initJuha Riihimäki1-1/+1
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-3/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-5/+5
2011-07-30hw/omap_gpio.c: Convert to qdevJuha Riihimäki1-9/+25
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+2
2010-09-10hw/omap: Fix default setup for OMAP UART devicesStefan Weil1-1/+5
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-3/+3
2010-06-30hw/omwp2.c : separate l4 interconnect modulecmchao1-263/+6
2010-06-30hw/omap2.c : separate tap module(Test-Chip-level)cmchao1-90/+0
2010-06-30hw/omap2.c : separate spi modulecmchao1-323/+0
2010-06-30hw/omap2.c : separate sdrc (sdram controller)cmchao1-144/+0
2010-06-30hw/omap2.c : separate gpmc(general purpose memory controller)cmchao1-396/+0
2010-06-30hw/omap2.c : separate synctimer modulecmchao1-70/+2
2010-06-30hw/omap2.c : separate gptimer modulecmchao1-462/+0
2010-06-30hw/omap2.c : separate gpio modulecmchao1-523/+0
2010-06-27Remove useless device dependency of HAS_AUDIOBlue Swirl1-2/+0
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-0/+2
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-55/+55
2009-10-01Get rid of _t suffixmalc1-55/+55
2009-09-21Fix Sparse warning about invalid access past the end of 'mode'Blue Swirl1-1/+1
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-8/+8
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-2/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-40/+40
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-16/+16
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-14Remove any pretense that there can be more than one AudioStatemalc1-1/+1
2009-05-12Push AUD_init down to devicesPaul Brook1-1/+0
2009-05-10Follow coding conventionsPaul Brook1-1/+1
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-8/+6