index
:
rocket-tools/riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
arm
/
omap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-14
hw/arm: Replace TABs for spaces in OMAP board and device code
Santiago Monserrat Campanello
1
-268
/
+268
2025-04-23
include/system: Move exec/memory.h to system/memory.h
Richard Henderson
1
-1
/
+1
2025-01-31
hw/sd/omap_mmc: Use similar API for "wire up omap_clk" to other OMAP devices
Peter Maydell
1
-0
/
+3
2025-01-31
hw/sd/omap_mmc: Convert to SDBus API
Peter Maydell
1
-1
/
+0
2025-01-31
hw/sd/omap_mmc: Convert remaining 'struct omap_mmc_s' uses to OMAPMMCState
Peter Maydell
1
-1
/
+1
2025-01-31
hw/sd/omap_mmc: Do a minimal conversion to QDev
Peter Maydell
1
-7
/
+8
2024-10-15
hw/intc/omap_intc: Remove now-unnecessary abstract base class
Peter Maydell
1
-1
/
+1
2024-10-15
hw/arm/omap1: Remove unused omap_uwire_attach() method
Philippe Mathieu-Daudé
1
-8
/
+0
2024-10-01
hw: Remove omap2 specific defines and enums
Peter Maydell
1
-207
/
+0
2024-10-01
hw/dma: Remove omap_dma4 device
Peter Maydell
1
-1
/
+0
2024-10-01
hw/misc: Remove omap_l4 device
Peter Maydell
1
-42
/
+0
2024-10-01
hw/display: Remove omap_dss
Peter Maydell
1
-19
/
+0
2024-10-01
hw/misc: Remove omap_tap device
Peter Maydell
1
-3
/
+0
2024-10-01
hw/ssi: Remove omap_mcspi
Peter Maydell
1
-11
/
+0
2024-10-01
hw/timer: Remove omap_synctimer
Peter Maydell
1
-8
/
+0
2024-10-01
hw/timer: Remove omap_gptimer
Peter Maydell
1
-8
/
+0
2024-10-01
hw/misc: Remove omap_gpmc
Peter Maydell
1
-11
/
+0
2024-10-01
hw/misc: Remove omap_sdrc device
Peter Maydell
1
-7
/
+0
2024-10-01
hw/sd: Remove omap2_mmc device
Peter Maydell
1
-5
/
+0
2024-10-01
hw/char: Remove omap2_uart
Peter Maydell
1
-5
/
+0
2024-10-01
hw/gpio: Remove TYPE_OMAP2_GPIO
Peter Maydell
1
-8
/
+0
2024-10-01
hw/arm: Remove omap2.c
Peter Maydell
1
-8
/
+0
2024-10-01
hw/input: Remove tsc210x device
Peter Maydell
1
-1
/
+6
2024-02-21
hw/arm/omap.h: correct typos
Manos Pitsidianakis
1
-1
/
+2
2023-06-05
hw/arm/omap: Remove unused omap_uart_attach()
Bernhard Beschow
1
-1
/
+0
2023-01-12
hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type name
Philippe Mathieu-Daudé
1
-5
/
+4
2023-01-12
hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type name
Philippe Mathieu-Daudé
1
-5
/
+4
2023-01-12
hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name
Philippe Mathieu-Daudé
1
-3
/
+3
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-7
/
+8
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+3
2020-01-07
omap-gpio: remove PROP_PTR
Marc-André Lureau
1
-4
/
+29
2020-01-07
omap-i2c: remove PROP_PTR
Marc-André Lureau
1
-0
/
+13
2020-01-07
omap-intc: remove PROP_PTR
Marc-André Lureau
1
-0
/
+14
2019-10-22
hw/arm/omap1: Create the RAM in the board
Philippe Mathieu-Daudé
1
-4
/
+2
2019-10-22
hw/arm/omap2: Create the RAM in the board
Philippe Mathieu-Daudé
1
-3
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-1
/
+0
2019-06-12
Normalize position of header guard
Markus Armbruster
1
-3
/
+5
2019-04-29
hw/devices: Move TI touchscreen declarations into a new header
Philippe Mathieu-Daudé
1
-5
/
+1
2018-06-26
hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
1
-6
/
+6
2018-06-26
hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
1
-18
/
+0
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
1
-5
/
+5
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-3
/
+3
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
1
-1
/
+1
2016-05-19
arm: include cpu-qom.h in files that require ARMCPU
Paolo Bonzini
1
-0
/
+1
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-2
/
+2
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-0
/
+1015