index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
omap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/omap1.c: Separate dpll_ctl from omap_mpu_state
Juha Riihimäki
2012-01-04
1
-5
/
+1
*
hw/omap1.c: Separate PWT from omap_mpu_state
Juha Riihimäki
2012-01-04
1
-9
/
+1
*
hw/omap1.c: Separate PWL from omap_mpu_state
Juha Riihimäki
2012-01-04
1
-7
/
+1
*
hw/omap1.c: omap_mpuio_init() need not be public
Peter Maydell
2012-01-04
1
-4
/
+0
*
omap_l4: rename omap_l4_attach_region() to omap_l4_attach()
Avi Kivity
2011-11-28
1
-1
/
+1
*
omap_l4: remove omap_l4_attach()
Avi Kivity
2011-11-28
1
-2
/
+0
*
omap_i2c: convert to memory API
Benoît Canet
2011-11-28
1
-2
/
+5
*
omap_lcdc: convert to memory API
Benoît Canet
2011-11-28
1
-2
/
+5
*
omap_l4: convert to memory API
Benoît Canet
2011-11-28
1
-0
/
+1
*
omap_dss: convert to memory API
Avi Kivity
2011-11-28
1
-0
/
+1
*
omap2: convert to memory API (part II)
Avi Kivity
2011-11-28
1
-0
/
+2
*
omap_dma: convert to memory API
Avi Kivity
2011-11-28
1
-0
/
+2
*
omap_sdrc: convert to memory API
Avi Kivity
2011-11-28
1
-1
/
+2
*
omap_tap: convert to memory API
Avi Kivity
2011-11-28
1
-0
/
+1
*
omap_mmc: convert to memory API
Avi Kivity
2011-11-28
1
-0
/
+1
*
omap_l4: add memory API variant of omap_l4_attach()
Avi Kivity
2011-11-28
1
-1
/
+6
*
omap: eliminate l4_register_io_memory
Avi Kivity
2011-11-28
1
-2
/
+0
*
omap: remove L4_MUX_HACK
Avi Kivity
2011-11-28
1
-3
/
+0
*
omap_uart: convert to memory API
Avi Kivity
2011-11-28
1
-2
/
+4
*
omap_intc: Qdevify
Peter Maydell
2011-09-23
1
-20
/
+1
*
omap1: convert to memory API (part VI)
Avi Kivity
2011-09-21
1
-0
/
+2
*
omap_lcdc: remove imif, emiff from structure
Avi Kivity
2011-09-21
1
-2
/
+1
*
omap1: convert to memory API (part IV)
Avi Kivity
2011-09-21
1
-0
/
+1
*
omap1: convert to memory API (part III)
Avi Kivity
2011-09-21
1
-2
/
+6
*
omap1: convert to memory API (part II)
Avi Kivity
2011-09-21
1
-1
/
+6
*
omap1: convert to memory API (part I)
Avi Kivity
2011-09-21
1
-1
/
+10
*
omap: Wire up the DMA request line to the GPMC
Peter Maydell
2011-08-28
1
-1
/
+2
*
hw/omap.h: Add OMAP 3630 to omap_mpu_model enumeration
Peter Maydell
2011-08-28
1
-1
/
+4
*
omap_gpmc: Support NAND devices
Peter Maydell
2011-08-28
1
-0
/
+1
*
omap_gpmc: Take omap_mpu_state* in omap_gpmc_init
Juha Riihimäki
2011-08-28
1
-1
/
+2
*
omap_gpmc: Clean up omap_gpmc_attach MemoryRegion conversion
Peter Maydell
2011-08-28
1
-3
/
+1
*
omap_gpmc/nseries/tusb6010: convert to memory API
Avi Kivity
2011-08-22
1
-1
/
+2
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-1
/
+1
*
hw/omap_gpio.c: Convert to qdev
Juha Riihimäki
2011-07-30
1
-19
/
+1
*
hw/omap_l4.c: Add helper function omap_l4_region_base
Juha Riihimäki
2011-07-30
1
-0
/
+2
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-1
/
+2
*
hw/omap: Fix default setup for OMAP UART devices
Stefan Weil
2010-09-10
1
-2
/
+4
*
hw/omap : make local function static and remove declaration from header
cmchao
2010-06-30
1
-36
/
+0
*
hw/omwp2.c : separate l4 interconnect module
cmchao
2010-06-30
1
-9
/
+28
*
hw/omap2.c : separate spi module
cmchao
2010-06-30
1
-0
/
+2
*
hw/omap1.c : separate interrupt controller module
cmchao
2010-06-30
1
-0
/
+2
*
hw/omap2.c : separate sdrc (sdram controller)
cmchao
2010-06-30
1
-0
/
+2
*
hw/omap2.c : separate gpmc(general purpose memory controller)
cmchao
2010-06-30
1
-0
/
+2
*
hw/omap2.c : separate synctimer module
cmchao
2010-06-30
1
-6
/
+5
*
hw/omap2.c : separate gptimer module
cmchao
2010-06-30
1
-0
/
+2
*
hw/omap2.c : separate gpio module
cmchao
2010-06-30
1
-0
/
+3
*
hw/omap1.c : separate gpio module
cmchao
2010-06-30
1
-0
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-48
/
+48
*
Get rid of _t suffix
malc
2009-10-01
1
-48
/
+48
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-9
/
+9
[next]