summaryrefslogtreecommitdiffstats
path: root/hw/omap2.c
Commit message (Expand)AuthorAgeFilesLines
* hw/omap_gpio.c: Convert to qdevJuha Riihimäki2011-07-301-9/+25
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+2
* hw/omap: Fix default setup for OMAP UART devicesStefan Weil2010-09-101-1/+5
* 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-3/+3
* hw/omwp2.c : separate l4 interconnect modulecmchao2010-06-301-263/+6
* hw/omap2.c : separate tap module(Test-Chip-level)cmchao2010-06-301-90/+0
* hw/omap2.c : separate spi modulecmchao2010-06-301-323/+0
* hw/omap2.c : separate sdrc (sdram controller)cmchao2010-06-301-144/+0
* hw/omap2.c : separate gpmc(general purpose memory controller)cmchao2010-06-301-396/+0
* hw/omap2.c : separate synctimer modulecmchao2010-06-301-70/+2
* hw/omap2.c : separate gptimer modulecmchao2010-06-301-462/+0
* hw/omap2.c : separate gpio modulecmchao2010-06-301-523/+0
* Remove useless device dependency of HAS_AUDIOBlue Swirl2010-06-271-2/+0
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-0/+2
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-55/+55
* Get rid of _t suffixmalc2009-10-011-55/+55
* Fix Sparse warning about invalid access past the end of 'mode'Blue Swirl2009-09-211-1/+1
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-8/+8
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-2/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-40/+40
* kill drives_tableGerd Hoffmann2009-07-271-4/+4
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-16/+16
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-1/+1
* Push AUD_init down to devicesPaul Brook2009-05-121-1/+0
* Follow coding conventionsPaul Brook2009-05-101-1/+1
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-8/+6
* add an init function parameter to qemu_chr_open()aurel322009-01-181-1/+1
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-2/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-4/+3
* Remove a duplicate omap_l4_attach(), add one missing elsewhere.balrog2008-12-071-1/+0
* Make audio violate POSIX lessmalc2008-12-031-1/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-101/+57
* Malta & OMAP: add a name to char devicesaurel322008-11-011-1/+1
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Allow attaching devices to OMAP UARTs.balrog2008-09-201-3/+3
* Correct audio api usage in OMAP EAC (spotted by malc).balrog2008-07-291-31/+79
* Fix OMAP GPMC register offsets and SYSCTL 8bit io (Kyungmin Park).balrog2008-07-251-3/+54
* Handle on-chip DMA controllers in one place, convert OMAP DMA to use it.balrog2008-07-211-0/+5
* Omap DPLL & APLL locking logic.balrog2008-07-211-12/+107
* OMAP2 EAC module.balrog2008-07-181-2/+547
* Collapse omap peripherals on L4 bus into one io entry (temporarily).balrog2008-05-181-14/+132
* Nokia N810 basic system emulation.balrog2008-05-071-4/+9
* OMAP STI/XTI console.balrog2008-05-041-0/+196
* Nokia N800 machine support (ARM).balrog2008-04-141-2/+2
* Add basic OMAP2 chip support.balrog2008-04-141-0/+3860
OpenPOWER on IntegriCloud