index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
exynos4210.c
Age
Commit message (
Expand
)
Author
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-03-17
hw/arm: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
hw/arm: Remove unnecessary memory_region_set_readonly() on ROM alias
Philippe Mathieu-Daudé
2020-03-17
hw/arm: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-01-23
hw/arm/exynos4210: Connect serial port DMA busy signals with pl330
Guenter Roeck
2020-01-23
hw/arm/exynos4210: Fix DMA initialization
Guenter Roeck
2019-10-22
hw/arm/exynos4210: Use the Samsung s3c SDHCI controller
Philippe Mathieu-Daudé
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-05-23
hw/arm/exynos4210: QOM'ify the Exynos4210 SoC
Philippe Mathieu-Daudé
2019-05-23
hw/arm/exynos4210: Add DMA support for the Exynos4210
Guenter Roeck
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2018-11-06
hw/arm/exynos4210: Zero memory allocated for Exynos4210State
Peter Maydell
2018-09-25
hw/arm/exynos4210: fix Exynos4210 UART support
Bartlomiej Zolnierkiewicz
2018-05-20
Remove unnecessary variables for function return value
Laurent Vivier
2018-02-13
hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)
Philippe Mathieu-Daudé
2018-02-13
hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()
Philippe Mathieu-Daudé
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2017-09-04
hw/arm: use defined type name instead of hard-coded string
Philippe Mathieu-Daudé
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-11
hw/misc: Add Exynos4210 Pseudo Random Number Generator
Krzysztof Kozlowski
2017-06-13
hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv string
Krzysztof Kozlowski
2017-06-13
hw/arm/exynos: Declare local variables in some order
Krzysztof Kozlowski
2017-06-13
hw/arm/exynos: Move DRAM initialization next boards
Krzysztof Kozlowski
2017-04-25
hw/arm/exynos: Add generic SDHCI devices
Krzysztof Kozlowski
2017-02-28
hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster ID
Krzysztof Kozlowski
2017-02-28
hw/arm/exynos: Fix Linux kernel division by zero for PLLs
Krzysztof Kozlowski
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-18
hw/arm: Clean up includes
Peter Maydell
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
2014-12-22
target-arm: Disable EL3 on unsupported machines
Greg Bellows
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-03-17
exynos4210: Set reset-cbar property of Cortex-A9 CPUs
Peter Maydell
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2013-08-20
hw/arm/exynos4210: Don't use arm_pic_init_cpu()
Peter Maydell
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-03
exynos4210.c: register rom_mem for memory migration
Igor Mitsyanko
2013-06-03
hw/arm/exynos4210.c: convert chipid_and_omr to an mmio region
Igor Mitsyanko
[next]