summaryrefslogtreecommitdiff
path: root/hw/arm/exynos4210.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)Philippe Mathieu-Daudé1-0/+12
2018-02-13hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()Philippe Mathieu-Daudé1-1/+1
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-5/+1
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé1-2/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-4/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-2/+2
2017-07-11hw/misc: Add Exynos4210 Pseudo Random Number GeneratorKrzysztof Kozlowski1-0/+4
2017-06-13hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv stringKrzysztof Kozlowski1-1/+2
2017-06-13hw/arm/exynos: Declare local variables in some orderKrzysztof Kozlowski1-2/+2
2017-06-13hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski1-19/+1
2017-04-25hw/arm/exynos: Add generic SDHCI devicesKrzysztof Kozlowski1-0/+29
2017-02-28hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster IDKrzysztof Kozlowski1-0/+12
2017-02-28hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski1-0/+6
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster1-11/+2
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-4/+4
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+2
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows1-0/+11
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-4/+5
2014-03-17exynos4210: Set reset-cbar property of Cortex-A9 CPUsPeter Maydell1-3/+13
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-1/+1
2013-08-20hw/arm/exynos4210: Don't use arm_pic_init_cpu()Peter Maydell1-13/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-6/+6
2013-06-03exynos4210.c: register rom_mem for memory migrationIgor Mitsyanko1-0/+1
2013-06-03hw/arm/exynos4210.c: convert chipid_and_omr to an mmio regionIgor Mitsyanko1-3/+24
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-01arm: move files referencing CPU to hw/arm/Paolo Bonzini1-0/+349