aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap1.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-18Use range_covers_byteBlue Swirl1-6/+8
2010-09-10hw/omap: Fix default setup for OMAP UART devicesStefan Weil1-0/+3
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-2/+4
2010-06-30hw/omap : make local function static and remove declaration from headercmchao1-6/+6
2010-06-30hw/omap1.c : separate uart modulecmchao1-170/+0
2010-06-30hw/omap1.c : separate interrupt controller modulecmchao1-574/+2
2010-06-30hw/omap1.c : separate gpio modulecmchao1-181/+0
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+0
2010-03-21Compile serial only onceBlue Swirl1-4/+18
2009-11-22BCD cleanupPaul Brook1-40/+30
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-87/+87
2009-10-01Get rid of _t suffixmalc1-87/+87
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-4/+4
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