summaryrefslogtreecommitdiff
path: root/hw/omap.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-06Correct my 'thinko' in OMAP interrupt handler commit, fix by Lauro Ramos Vena...balrog1-1/+1
2007-12-05Rework OMAP1 interrupt handling to allow multiple interrupt banks, by Lauro R...balrog1-133/+159
2007-12-04Always create an SD bdrv, so that PXA and OMAP boards can boot withbalrog1-6/+6
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-1/+8
2007-11-25Scale TSC2102 touchscreen pressure value more realistically (still could be b...balrog1-1/+1
2007-11-20OMAP LPGs (LED pulse generators).balrog1-2/+184
2007-11-19Clean-up/rewrite audio over I^2S support.balrog1-93/+189
2007-11-18Add statics and missing #includes for prototypes.pbrook1-9/+9
2007-11-17Break up vl.h.pbrook1-3/+8
2007-11-11fixed castbellard1-1/+1
2007-11-10added cpu_model parameter to cpu_init()bellard1-3/+8
2007-11-04Zeroing ITR shouldn't ack irq zero.balrog1-47/+521
2007-11-04Add register mappings in DSP space (must be accessible for MPU too).balrog1-16/+60
2007-11-04Make accesses with wrong width also work as apparently real hardware allows t...balrog1-17/+43
2007-11-03Split I^2C controller out of hw/omap.c.balrog1-420/+28
2007-11-03Implement OMAP on-chip RTC (Linux guest date/time now matches with host).balrog1-0/+429
2007-11-03Initial OMAP I^2C controller implementation (communication not tested).balrog1-0/+420
2007-11-03Add OMAP Pulse-width Tone module.balrog1-0/+95
2007-11-03Implement OMAP PWL (backlight) module.balrog1-4/+109
2007-10-29Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).balrog1-5/+6
2007-10-29Implement OMAP MicroWire controller.balrog1-8/+180
2007-10-28Add OMAP Shared GPIO module.balrog1-0/+177
2007-10-28Handle MMC card insertion/removal/readonly signals.balrog1-1/+3
2007-10-28Add PalmT|E matrix keypad connected to OMAP GPIOs.balrog1-6/+6
2007-10-28Implement OMAP1 MPU I/O module.balrog1-2/+285
2007-09-20Make likely/unlikely accessible also in hw/.balrog1-3/+0
2007-07-31Add OMAP MMC/SD host controller.balrog1-4/+8
2007-07-31OMAP DMA input signals must be level-triggered.balrog1-7/+17
2007-07-31Fix OMAP pic handling of simultaneous interrupts.balrog1-9/+13
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog1-0/+2914