aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson
2019-01-07arm: Add Clock peripheral stub to NRF51 SOCSteffen Görtz
2019-01-07arm: Instantiate NRF51 TimersSteffen Görtz
2019-01-07arm: Instantiate NRF51 general purpose I/OSteffen Görtz
2019-01-07arm: Instantiate NRF51 random number generatorSteffen Görtz
2019-01-07arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz
2019-01-07hw/arm/allwinner-a10: Add the 'A' SRAM and the SRAM controllerPhilippe Mathieu-Daudé
2019-01-07hw/arm: versal: Plug memory leaksEdgar E. Iglesias
2019-01-07Revert "armv7m: Guard against no -kernel argument"Stefan Hajnoczi
2019-01-07arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clustersLuc Michel
2019-01-07include: remove compat.hMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau
2019-01-07machine: move compat properties out of globalsMarc-André Lureau
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz
2018-12-19hw: arm: Support both legacy and current RSDP buildSamuel Ortiz
2018-12-19hw: arm: Convert the RSDP build to the buid_append_foo() APISamuel Ortiz
2018-12-19hw: arm: Carry RSDP specific data through AcpiRsdpDataSamuel Ortiz
2018-12-19hw: arm: acpi: Fix incorrect checksums in RSDPIgor Mammedov
2018-12-19hw: acpi: The RSDP build API can return voidSamuel Ortiz
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell
2018-12-14virt: Fix broken indentationEduardo Habkost
2018-12-14hw/arm/mps2-tz.c: Free mscname string in make_dma()Peter Maydell
2018-12-13hw/arm: versal: Use IRQs 111 - 118 for virtio-mmioEdgar E. Iglesias
2018-12-13hw/arm: versal: Reduce number of virtio-mmio instancesEdgar E. Iglesias
2018-12-13hw/arm: versal: Remove bogus virtio-mmio creationEdgar E. Iglesias
2018-12-13musicpal: Convert sysbus init function to realize functionMao Zhongyi
2018-12-13Allow AArch64 processors to boot from a kernel placed over 4GBRicardo Perez Blanco
2018-12-13hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()Li Qiang
2018-12-11virt: Eliminate separate instance_init functionsEduardo Habkost
2018-12-11q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson
2018-11-28hw/arm/aspeed: Fix build issue with clang 3.4Thomas Huth
2018-11-27hw/virt/arm: Add support for Cortex-A72 in virtZhiPeng Lu
2018-11-13hw/arm/sysbus-fdt: Only call match_fn callback if the type matchesEric Auger
2018-11-06hw/arm/exynos4210: Zero memory allocated for Exynos4210StatePeter Maydell
2018-11-02hw/arm: versal: Add a virtual Xilinx Versal boardEdgar E. Iglesias
2018-11-02hw/arm: versal: Add a model of Xilinx Versal SoCEdgar E. Iglesias
2018-11-02hw/arm/xilinx_zynq: Use the ARRAY_SIZE macroPhilippe Mathieu-Daudé