summaryrefslogtreecommitdiffstats
path: root/hw/omap1.c
Commit message (Expand)AuthorAgeFilesLines
* hw/omap1.c: Add fallthrough markers and breaksPeter Maydell2013-01-261-0/+3
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-5/+5
* Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil2013-01-111-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-74/+74
* arm_pic: Pass ARMCPU to arm_pic_init_cpu()Andreas Färber2012-06-111-1/+1
* omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_sAndreas Färber2012-06-041-9/+11
* arm: switch real-time clocks to rtc_clockPaolo Bonzini2012-03-301-2/+2
* omap: switch omap_lpg to vm_clockPaolo Bonzini2012-03-301-3/+3
* hw/omap_i2c: Convert to qdevJuha Riihimäki2012-03-151-4/+9
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori2012-01-041-62/+89
|\
| * hw/omap1.c: Drop unused includesPeter Maydell2012-01-041-4/+0
| * hw/omap1.c: Separate dpll_ctl from omap_mpu_stateJuha Riihimäki2012-01-041-10/+18
| * hw/omap1.c: Separate PWT from omap_mpu_stateJuha Riihimäki2012-01-041-23/+34
| * hw/omap1.c: Separate PWL from omap_mpu_stateJuha Riihimäki2012-01-041-24/+36
| * hw/omap1.c: omap_mpuio_init() need not be publicPeter Maydell2012-01-041-1/+1
* | vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-2/+4
|/
* omap_i2c: convert to memory APIBenoît Canet2011-11-281-1/+1
* omap_lcdc: convert to memory APIBenoît Canet2011-11-281-1/+1
* omap_dma: convert to memory APIAvi Kivity2011-11-281-1/+1
* omap_mmc: convert to memory APIAvi Kivity2011-11-281-1/+1
* hw/omap1: Wire up GPIO clockPeter Maydell2011-09-231-0/+1
* omap_intc: QdevifyPeter Maydell2011-09-231-55/+86
* omap1: convert to memory API (part VI)Avi Kivity2011-09-211-10/+7
* soc_dma: drop soc_dma_port_add_mem_ram()Avi Kivity2011-09-211-4/+4
* omap_lcdc: remove imif, emiff from structureAvi Kivity2011-09-211-2/+1
* omap1: convert to memory API (part V)Avi Kivity2011-09-211-6/+8
* omap1: convert to memory API (part IV)Avi Kivity2011-09-211-34/+47
* omap1: convert to memory API (part III)Avi Kivity2011-09-211-92/+117
* omap1: convert to memory API (part II)Avi Kivity2011-09-211-90/+105
* omap1: convert to memory API (part I)Avi Kivity2011-09-211-151/+187
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-10/+10
* hw/omap_gpio.c: Convert to qdevJuha Riihimäki2011-07-301-3/+7
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-10/+10
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-5/+5
* Add endianness as io mem parameterAlexander Graf2010-12-111-20/+22
* Use range_covers_byteBlue Swirl2010-09-181-6/+8
* hw/omap: Fix default setup for OMAP UART devicesStefan Weil2010-09-101-0/+3
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-2/+4
* hw/omap : make local function static and remove declaration from headercmchao2010-06-301-6/+6
* hw/omap1.c : separate uart modulecmchao2010-06-301-170/+0
* hw/omap1.c : separate interrupt controller modulecmchao2010-06-301-574/+2
* hw/omap1.c : separate gpio modulecmchao2010-06-301-181/+0
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+0
* Compile serial only onceBlue Swirl2010-03-211-4/+18
* BCD cleanupPaul Brook2009-11-221-40/+30
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-87/+87
OpenPOWER on IntegriCloud