aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/exynos4210.c
AgeCommit message (Expand)Author
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-03-17hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé
2020-03-17hw/arm: Remove unnecessary memory_region_set_readonly() on ROM aliasPhilippe Mathieu-Daudé
2020-03-17hw/arm: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-01-23hw/arm/exynos4210: Connect serial port DMA busy signals with pl330pull-target-arm-20200123-4Guenter Roeck
2020-01-23hw/arm/exynos4210: Fix DMA initializationGuenter Roeck
2019-10-22hw/arm/exynos4210: Use the Samsung s3c SDHCI controllerPhilippe Mathieu-Daudé
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-23hw/arm/exynos4210: QOM'ify the Exynos4210 SoCpull-target-arm-20190523Philippe Mathieu-Daudé
2019-05-23hw/arm/exynos4210: Add DMA support for the Exynos4210Guenter Roeck
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2018-11-06hw/arm/exynos4210: Zero memory allocated for Exynos4210StatePeter Maydell
2018-09-25hw/arm/exynos4210: fix Exynos4210 UART supportBartlomiej Zolnierkiewicz
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-02-13hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)Philippe Mathieu-Daudé
2018-02-13hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()Philippe Mathieu-Daudé
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-07-11hw/misc: Add Exynos4210 Pseudo Random Number GeneratorKrzysztof Kozlowski
2017-06-13hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv stringKrzysztof Kozlowski
2017-06-13hw/arm/exynos: Declare local variables in some orderKrzysztof Kozlowski
2017-06-13hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski
2017-04-25hw/arm/exynos: Add generic SDHCI devicesKrzysztof Kozlowski
2017-02-28hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster IDpull-target-arm-20170228Krzysztof Kozlowski
2017-02-28hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-18hw/arm: Clean up includesPeter Maydell
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-03-17exynos4210: Set reset-cbar property of Cortex-A9 CPUsPeter Maydell
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2013-08-20hw/arm/exynos4210: Don't use arm_pic_init_cpu()Peter Maydell
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-03exynos4210.c: register rom_mem for memory migrationIgor Mitsyanko
2013-06-03hw/arm/exynos4210.c: convert chipid_and_omr to an mmio regionIgor Mitsyanko