aboutsummaryrefslogtreecommitdiff
path: root/hw/omap.c
AgeCommit message (Expand)Author
2008-03-06Split OMAP DMA out to a file apart.balrog
2008-02-23Really stop the transfer when the DMA channel is being disabled.balrog
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog
2007-12-10Fix OMAP1 MPUI/O keyboard interrupt masking.balrog
2007-12-09Use pointers to channels rather than channel numbers in the DMA.balrog
2007-12-09OMAP DMA 3.2 support by Lauro Ramos Venancio.balrog
2007-12-06Correct my 'thinko' in OMAP interrupt handler commit, fix by Lauro Ramos Vena...balrog
2007-12-05Rework OMAP1 interrupt handling to allow multiple interrupt banks, by Lauro R...balrog
2007-12-04Always create an SD bdrv, so that PXA and OMAP boards can boot withbalrog
2007-12-02Add -drive parameter, by Laurent Vivier.ths
2007-11-25Scale TSC2102 touchscreen pressure value more realistically (still could be b...balrog
2007-11-20OMAP LPGs (LED pulse generators).balrog
2007-11-19Clean-up/rewrite audio over I^2S support.balrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-11fixed castbellard
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-04Zeroing ITR shouldn't ack irq zero.balrog
2007-11-04Add register mappings in DSP space (must be accessible for MPU too).balrog
2007-11-04Make accesses with wrong width also work as apparently real hardware allows t...balrog
2007-11-03Split I^2C controller out of hw/omap.c.balrog
2007-11-03Implement OMAP on-chip RTC (Linux guest date/time now matches with host).balrog
2007-11-03Initial OMAP I^2C controller implementation (communication not tested).balrog
2007-11-03Add OMAP Pulse-width Tone module.balrog
2007-11-03Implement OMAP PWL (backlight) module.balrog
2007-10-29Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).balrog
2007-10-29Implement OMAP MicroWire controller.balrog
2007-10-28Add OMAP Shared GPIO module.balrog
2007-10-28Handle MMC card insertion/removal/readonly signals.balrog
2007-10-28Add PalmT|E matrix keypad connected to OMAP GPIOs.balrog
2007-10-28Implement OMAP1 MPU I/O module.balrog
2007-09-20Make likely/unlikely accessible also in hw/.balrog
2007-07-31Add OMAP MMC/SD host controller.balrog
2007-07-31OMAP DMA input signals must be level-triggered.balrog
2007-07-31Fix OMAP pic handling of simultaneous interrupts.balrog
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog