summaryrefslogtreecommitdiffstats
path: root/hw/omap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix OMAP1 MPUI/O keyboard interrupt masking.balrog2007-12-101-3/+3
* Use pointers to channels rather than channel numbers in the DMA.balrog2007-12-091-363/+390
* OMAP DMA 3.2 support by Lauro Ramos Venancio.balrog2007-12-091-244/+903
* Correct my 'thinko' in OMAP interrupt handler commit, fix by Lauro Ramos Vena...balrog2007-12-061-1/+1
* Rework OMAP1 interrupt handling to allow multiple interrupt banks, by Lauro R...balrog2007-12-051-133/+159
* Always create an SD bdrv, so that PXA and OMAP boards can boot withbalrog2007-12-041-6/+6
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-1/+8
* Scale TSC2102 touchscreen pressure value more realistically (still could be b...balrog2007-11-251-1/+1
* OMAP LPGs (LED pulse generators).balrog2007-11-201-2/+184
* Clean-up/rewrite audio over I^2S support.balrog2007-11-191-93/+189
* Add statics and missing #includes for prototypes.pbrook2007-11-181-9/+9
* Break up vl.h.pbrook2007-11-171-3/+8
* fixed castbellard2007-11-111-1/+1
* added cpu_model parameter to cpu_init()bellard2007-11-101-3/+8
* Zeroing ITR shouldn't ack irq zero.balrog2007-11-041-47/+521
* Add register mappings in DSP space (must be accessible for MPU too).balrog2007-11-041-16/+60
* Make accesses with wrong width also work as apparently real hardware allows t...balrog2007-11-041-17/+43
* Split I^2C controller out of hw/omap.c.balrog2007-11-031-420/+28
* Implement OMAP on-chip RTC (Linux guest date/time now matches with host).balrog2007-11-031-0/+429
* Initial OMAP I^2C controller implementation (communication not tested).balrog2007-11-031-0/+420
* Add OMAP Pulse-width Tone module.balrog2007-11-031-0/+95
* Implement OMAP PWL (backlight) module.balrog2007-11-031-4/+109
* Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).balrog2007-10-291-5/+6
* Implement OMAP MicroWire controller.balrog2007-10-291-8/+180
* Add OMAP Shared GPIO module.balrog2007-10-281-0/+177
* Handle MMC card insertion/removal/readonly signals.balrog2007-10-281-1/+3
* Add PalmT|E matrix keypad connected to OMAP GPIOs.balrog2007-10-281-6/+6
* Implement OMAP1 MPU I/O module.balrog2007-10-281-2/+285
* Make likely/unlikely accessible also in hw/.balrog2007-09-201-3/+0
* Add OMAP MMC/SD host controller.balrog2007-07-311-4/+8
* OMAP DMA input signals must be level-triggered.balrog2007-07-311-7/+17
* Fix OMAP pic handling of simultaneous interrupts.balrog2007-07-311-9/+13
* Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog2007-07-291-0/+2914
OpenPOWER on IntegriCloud