aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-22omap_gpmc/nseries/tusb6010: convert to memory APIAvi Kivity1-1/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-30hw/omap_gpio.c: Convert to qdevJuha Riihimäki1-19/+1
2011-07-30hw/omap_l4.c: Add helper function omap_l4_region_baseJuha Riihimäki1-0/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-09-10hw/omap: Fix default setup for OMAP UART devicesStefan Weil1-2/+4
2010-06-30hw/omap : make local function static and remove declaration from headercmchao1-36/+0
2010-06-30hw/omwp2.c : separate l4 interconnect modulecmchao1-9/+28
2010-06-30hw/omap2.c : separate spi modulecmchao1-0/+2
2010-06-30hw/omap1.c : separate interrupt controller modulecmchao1-0/+2
2010-06-30hw/omap2.c : separate sdrc (sdram controller)cmchao1-0/+2
2010-06-30hw/omap2.c : separate gpmc(general purpose memory controller)cmchao1-0/+2
2010-06-30hw/omap2.c : separate synctimer modulecmchao1-6/+5
2010-06-30hw/omap2.c : separate gptimer modulecmchao1-0/+2
2010-06-30hw/omap2.c : separate gpio modulecmchao1-0/+3
2010-06-30hw/omap1.c : separate gpio modulecmchao1-0/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-48/+48
2009-10-01Get rid of _t suffixmalc1-48/+48
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-9/+9
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-3/+3
2009-05-10Follow coding conventionsPaul Brook1-4/+4
2009-04-01Implement and use shared memory framebuffer device rendering reoutine.pbrook1-1/+1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-4/+4
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-11/+0
2008-09-20Allow attaching devices to OMAP UARTs.balrog1-0/+1
2008-07-21Handle on-chip DMA controllers in one place, convert OMAP DMA to use it.balrog1-6/+6
2008-07-18OMAP2 EAC module.balrog1-0/+6
2008-07-16Disable OMAP2 combined-io-entries hack now that more regions are allowed.balrog1-1/+1
2008-05-18Collapse omap peripherals on L4 bus into one io entry (temporarily).balrog1-0/+10
2008-05-07Nokia N810 basic system emulation.balrog1-1/+10
2008-05-04OMAP STI/XTI console.balrog1-0/+1
2008-04-14Add TSC2301 touchscreen & keypad controller.balrog1-6/+0
2008-04-14Add basic OMAP2 chip support.balrog1-21/+283
2008-03-06Split OMAP DMA out to a file apart.balrog1-5/+17
2008-02-10Make omap I2C controller work (previously untested). Implement post-OMAP1 ch...balrog1-0/+6
2007-12-09OMAP DMA 3.2 support by Lauro Ramos Venancio.balrog1-4/+46
2007-12-05Rework OMAP1 interrupt handling to allow multiple interrupt banks, by Lauro R...balrog1-1/+2
2007-11-20OMAP LPGs (LED pulse generators).balrog1-0/+5
2007-11-19Clean-up/rewrite audio over I^2S support.balrog1-0/+5
2007-11-18Add statics and missing #includes for prototypes.pbrook1-0/+3
2007-11-17Break up vl.h.pbrook1-0/+7
2007-11-04Zeroing ITR shouldn't ack irq zero.balrog1-0/+123
2007-11-04Add register mappings in DSP space (must be accessible for MPU too).balrog1-2/+2
2007-11-04Make accesses with wrong width also work as apparently real hardware allows t...balrog1-3/+12
2007-11-03Split I^2C controller out of hw/omap.c.balrog1-5/+9
2007-11-03Implement OMAP on-chip RTC (Linux guest date/time now matches with host).balrog1-0/+4
2007-11-03Initial OMAP I^2C controller implementation (communication not tested).balrog1-0/+7
2007-11-03Add OMAP Pulse-width Tone module.balrog1-0/+8