summaryrefslogtreecommitdiffstats
path: root/hw/omap1.c
Commit message (Expand)AuthorAgeFilesLines
* Add endianness as io mem parameterAlexander Graf2010-12-111-20/+22
* Use range_covers_byteBlue Swirl2010-09-181-6/+8
* hw/omap: Fix default setup for OMAP UART devicesStefan Weil2010-09-101-0/+3
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-2/+4
* hw/omap : make local function static and remove declaration from headercmchao2010-06-301-6/+6
* hw/omap1.c : separate uart modulecmchao2010-06-301-170/+0
* hw/omap1.c : separate interrupt controller modulecmchao2010-06-301-574/+2
* hw/omap1.c : separate gpio modulecmchao2010-06-301-181/+0
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+0
* Compile serial only onceBlue Swirl2010-03-211-4/+18
* BCD cleanupPaul Brook2009-11-221-40/+30
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-87/+87
* Get rid of _t suffixmalc2009-10-011-87/+87
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-4/+4
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-7/+9
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-48/+48
* kill drives_tableGerd Hoffmann2009-07-271-4/+4
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-24/+24
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Follow coding conventionsPaul Brook2009-05-101-5/+5
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-6/+5
* add an init function parameter to qemu_chr_open()aurel322009-01-181-2/+2
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-2/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-4/+3
* omap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILLARD).balrog2008-12-071-1/+1
* omap1: add OSC_12M_SEL UART register support (original patch from Jean-Christ...balrog2008-12-071-10/+17
* Fix RTC initial date computationaurel322008-12-041-6/+6
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-133/+85
* Malta & OMAP: add a name to char devicesaurel322008-11-011-2/+2
* Use a QEMUBH when an OMAP timer must expire immediately.balrog2008-09-201-10/+14
* Allow attaching devices to OMAP UARTs.balrog2008-09-201-1/+13
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-17/+17
* Handle on-chip DMA controllers in one place, convert OMAP DMA to use it.balrog2008-07-211-0/+7
* Fix OMAP1 MPU-timer rate on 32-bit hosts.balrog2008-05-061-1/+1
* 8250: Customized base baudrateaurel322008-05-041-1/+2
* OMAP STI/XTI console.balrog2008-05-041-0/+20
* Add basic OMAP2 chip support.balrog2008-04-141-40/+401
* Split OMAP DMA out to a file apart.balrog2008-03-061-0/+4441
OpenPOWER on IntegriCloud