summaryrefslogtreecommitdiffstats
path: root/hw/arm/exynos4210.c
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-9/+9
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-2/+1Star
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-20/+21
* hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-6/+6
* hw/arm: Remove unnecessary memory_region_set_readonly() on ROM aliasPhilippe Mathieu-Daudé2020-03-171-1/+0Star
* hw/arm: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1Star
* hw/arm/exynos4210: Connect serial port DMA busy signals with pl330Guenter Roeck2020-01-231-13/+29
* hw/arm/exynos4210: Fix DMA initializationGuenter Roeck2020-01-231-8/+43
* hw/arm/exynos4210: Use the Samsung s3c SDHCI controllerPhilippe Mathieu-Daudé2019-10-221-1/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/arm/exynos4210: QOM'ify the Exynos4210 SoCPhilippe Mathieu-Daudé2019-05-231-3/+23
* hw/arm/exynos4210: Add DMA support for the Exynos4210Guenter Roeck2019-05-231-0/+26
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* 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