index
:
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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
hw
/
arm
/
exynos4210.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-26
hw/display/exynos4210_fimd: Pass frame buffer memory region as link
Philippe Mathieu-Daudé
1
-0
/
+2
2024-02-26
hw/arm/exynos4210: Inline sysbus_create_varargs(EXYNOS4210_FIMD)
Philippe Mathieu-Daudé
1
-5
/
+7
2024-02-02
hw/arm/exynos: Add missing QOM parent for CPU cores
Philippe Mathieu-Daudé
1
-0
/
+1
2024-01-26
target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-01-26
hw/arm/exynos4210: Include missing 'exec/tswap.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2023-04-20
hw/arm: Fix some typos in comments (most found by codespell)
Stefan Weil
1
-2
/
+2
2023-02-27
hw: Replace qemu_or_irq typedef by OrIRQState
Philippe Mathieu-Daudé
1
-2
/
+2
2022-04-21
hw/arm/exynos4210: Drop Exynos4210Irq struct
Peter Maydell
1
-26
/
+8
2022-04-21
hw/arm/exynos4210: Put combiners into state struct
Peter Maydell
1
-9
/
+11
2022-04-21
hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()
Peter Maydell
1
-63
/
+115
2022-04-21
hw/arm/exynos4210: Don't connect multiple lines to external GIC inputs
Peter Maydell
1
-7
/
+5
2022-04-21
hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combiners
Peter Maydell
1
-4
/
+3
2022-04-21
hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ lines
Peter Maydell
1
-0
/
+2
2022-04-21
hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()
Peter Maydell
1
-8
/
+33
2022-04-21
hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.c
Peter Maydell
1
-0
/
+82
2022-04-21
hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct
Peter Maydell
1
-6
/
+6
2022-04-21
hw/arm/exynos4210: Put external GIC into state struct
Peter Maydell
1
-5
/
+5
2022-04-21
hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.c
Peter Maydell
1
-0
/
+202
2022-04-21
hw/arm/exynos4210: Coalesce board_irqs and irq_table
Peter Maydell
1
-5
/
+1
2022-04-21
hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq struct
Peter Maydell
1
-4
/
+2
2022-04-21
hw/arm/exynos4210: Put a9mpcore device into state struct
Peter Maydell
1
-5
/
+6
2022-04-21
hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate device
Peter Maydell
1
-15
/
+16
2021-08-25
hw/dma/pl330: Add memory region to replace default
Wen, Jianxian
1
-0
/
+3
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
1
-1
/
+0
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
1
-1
/
+1
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-6
/
+7
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
1
-1
/
+1
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-9
/
+9
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
1
-2
/
+1
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-20
/
+21
2020-03-17
hw/arm: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
1
-6
/
+6
2020-03-17
hw/arm: Remove unnecessary memory_region_set_readonly() on ROM alias
Philippe Mathieu-Daudé
1
-1
/
+0
2020-03-17
hw/arm: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-2
/
+1
2020-01-23
hw/arm/exynos4210: Connect serial port DMA busy signals with pl330
Guenter Roeck
1
-13
/
+29
2020-01-23
hw/arm/exynos4210: Fix DMA initialization
Guenter Roeck
1
-8
/
+43
2019-10-22
hw/arm/exynos4210: Use the Samsung s3c SDHCI controller
Philippe Mathieu-Daudé
1
-1
/
+1
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-05-23
hw/arm/exynos4210: QOM'ify the Exynos4210 SoC
Philippe Mathieu-Daudé
1
-3
/
+23
2019-05-23
hw/arm/exynos4210: Add DMA support for the Exynos4210
Guenter Roeck
1
-0
/
+26
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
1
-1
/
+1
2018-11-06
hw/arm/exynos4210: Zero memory allocated for Exynos4210State
Peter Maydell
1
-1
/
+1
2018-09-25
hw/arm/exynos4210: fix Exynos4210 UART support
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2018-05-20
Remove unnecessary variables for function return value
Laurent Vivier
1
-5
/
+1
2018-02-13
hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)
Philippe Mathieu-Daudé
1
-0
/
+12
2018-02-13
hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()
Philippe Mathieu-Daudé
1
-1
/
+1
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
1
-5
/
+1
[next]