aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap2.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-18add an init function parameter to qemu_chr_open()aurel321-1/+1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-07Remove a duplicate omap_l4_attach(), add one missing elsewhere.balrog1-1/+0
2008-12-03Make audio violate POSIX lessmalc1-1/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-101/+57
2008-11-01Malta & OMAP: add a name to char devicesaurel321-1/+1
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-09-20Allow attaching devices to OMAP UARTs.balrog1-3/+3
2008-07-29Correct audio api usage in OMAP EAC (spotted by malc).balrog1-31/+79
2008-07-25Fix OMAP GPMC register offsets and SYSCTL 8bit io (Kyungmin Park).balrog1-3/+54
2008-07-21Handle on-chip DMA controllers in one place, convert OMAP DMA to use it.balrog1-0/+5
2008-07-21Omap DPLL & APLL locking logic.balrog1-12/+107
2008-07-18OMAP2 EAC module.balrog1-2/+547
2008-05-18Collapse omap peripherals on L4 bus into one io entry (temporarily).balrog1-14/+132
2008-05-07Nokia N810 basic system emulation.balrog1-4/+9
2008-05-04OMAP STI/XTI console.balrog1-0/+196
2008-04-14Nokia N800 machine support (ARM).balrog1-2/+2
2008-04-14Add basic OMAP2 chip support.balrog1-0/+3860