aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap1.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-7/+9
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-48/+48
2009-07-27kill drives_tableGerd Hoffmann1-4/+4
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-24/+24
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-10Follow coding conventionsPaul Brook1-5/+5
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-6/+5
2009-01-18add an init function parameter to qemu_chr_open()aurel321-2/+2
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-07omap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILLARD).balrog1-1/+1
2008-12-07omap1: add OSC_12M_SEL UART register support (original patch from Jean-Christ...balrog1-10/+17
2008-12-04Fix RTC initial date computationaurel321-6/+6
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-133/+85
2008-11-01Malta & OMAP: add a name to char devicesaurel321-2/+2
2008-09-20Use a QEMUBH when an OMAP timer must expire immediately.balrog1-10/+14
2008-09-20Allow attaching devices to OMAP UARTs.balrog1-1/+13
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-17/+17
2008-07-21Handle on-chip DMA controllers in one place, convert OMAP DMA to use it.balrog1-0/+7
2008-05-06Fix OMAP1 MPU-timer rate on 32-bit hosts.balrog1-1/+1
2008-05-048250: Customized base baudrateaurel321-1/+2
2008-05-04OMAP STI/XTI console.balrog1-0/+20
2008-04-14Add basic OMAP2 chip support.balrog1-40/+401
2008-03-06Split OMAP DMA out to a file apart.balrog1-0/+4441