summaryrefslogtreecommitdiff
path: root/hw/omap.h
Commit message (Expand)AuthorAgeFilesLines
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-9/+9
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-3/+3
* Follow coding conventionsPaul Brook2009-05-101-4/+4
* Implement and use shared memory framebuffer device rendering reoutine.pbrook2009-04-011-1/+1
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-4/+4
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-4/+3
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-11/+0
* Allow attaching devices to OMAP UARTs.balrog2008-09-201-0/+1
* Handle on-chip DMA controllers in one place, convert OMAP DMA to use it.balrog2008-07-211-6/+6
* OMAP2 EAC module.balrog2008-07-181-0/+6
* Disable OMAP2 combined-io-entries hack now that more regions are allowed.balrog2008-07-161-1/+1
* Collapse omap peripherals on L4 bus into one io entry (temporarily).balrog2008-05-181-0/+10
* Nokia N810 basic system emulation.balrog2008-05-071-1/+10
* OMAP STI/XTI console.balrog2008-05-041-0/+1
* Add TSC2301 touchscreen & keypad controller.balrog2008-04-141-6/+0
* Add basic OMAP2 chip support.balrog2008-04-141-21/+283
* Split OMAP DMA out to a file apart.balrog2008-03-061-5/+17
* Make omap I2C controller work (previously untested). Implement post-OMAP1 ch...balrog2008-02-101-0/+6
* OMAP DMA 3.2 support by Lauro Ramos Venancio.balrog2007-12-091-4/+46
* Rework OMAP1 interrupt handling to allow multiple interrupt banks, by Lauro R...balrog2007-12-051-1/+2
* OMAP LPGs (LED pulse generators).balrog2007-11-201-0/+5
* Clean-up/rewrite audio over I^2S support.balrog2007-11-191-0/+5
* Add statics and missing #includes for prototypes.pbrook2007-11-181-0/+3
* Break up vl.h.pbrook2007-11-171-0/+7
* Zeroing ITR shouldn't ack irq zero.balrog2007-11-041-0/+123
* Add register mappings in DSP space (must be accessible for MPU too).balrog2007-11-041-2/+2
* Make accesses with wrong width also work as apparently real hardware allows t...balrog2007-11-041-3/+12
* Split I^2C controller out of hw/omap.c.balrog2007-11-031-5/+9
* Implement OMAP on-chip RTC (Linux guest date/time now matches with host).balrog2007-11-031-0/+4
* Initial OMAP I^2C controller implementation (communication not tested).balrog2007-11-031-0/+7
* Add OMAP Pulse-width Tone module.balrog2007-11-031-0/+8
* Implement OMAP PWL (backlight) module.balrog2007-11-031-0/+11
* Implement OMAP MicroWire controller.balrog2007-10-291-7/+18
* Add OMAP Shared GPIO module.balrog2007-10-281-0/+7
* Handle MMC card insertion/removal/readonly signals.balrog2007-10-281-0/+1
* Implement OMAP1 MPU I/O module.balrog2007-10-281-0/+10
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Add OMAP MMC/SD host controller.balrog2007-07-311-1/+16
* Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog2007-07-291-0/+581