summaryrefslogtreecommitdiffstats
path: root/hw/arm/exynos4210.c
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/exynos4210: Zero memory allocated for Exynos4210StatePeter Maydell2018-11-061-1/+1
* hw/arm/exynos4210: fix Exynos4210 UART supportBartlomiej Zolnierkiewicz2018-09-251-4/+4
* Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-5/+1Star
* hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)Philippe Mathieu-Daudé2018-02-131-0/+12
* hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()Philippe Mathieu-Daudé2018-02-131-1/+1
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-5/+1Star
* hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé2017-09-041-2/+2
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-4/+2Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-2/+2
* hw/misc: Add Exynos4210 Pseudo Random Number GeneratorKrzysztof Kozlowski2017-07-111-0/+4
* hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv stringKrzysztof Kozlowski2017-06-131-1/+2
* hw/arm/exynos: Declare local variables in some orderKrzysztof Kozlowski2017-06-131-2/+2
* hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski2017-06-131-19/+1Star
* hw/arm/exynos: Add generic SDHCI devicesKrzysztof Kozlowski2017-04-251-0/+29
* hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster IDKrzysztof Kozlowski2017-02-281-0/+12
* hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski2017-02-281-0/+6
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* Use error_fatal to simplify obvious fatal errorsMarkus Armbruster2016-01-131-11/+2Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-4/+4
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+2
* target-arm: Disable EL3 on unsupported machinesGreg Bellows2014-12-231-0/+11
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-4/+5
* exynos4210: Set reset-cbar property of Cortex-A9 CPUsPeter Maydell2014-03-171-3/+13
* i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-1/+1
* hw/arm/exynos4210: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-13/+3Star
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-6/+6
* exynos4210.c: register rom_mem for memory migrationIgor Mitsyanko2013-06-031-0/+1
* hw/arm/exynos4210.c: convert chipid_and_omr to an mmio regionIgor Mitsyanko2013-06-031-3/+24
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* arm: move files referencing CPU to hw/arm/Paolo Bonzini2013-03-011-0/+349