aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2019-02-01hw/arm/iotkit: Rename files to hw/arm/armsse.[ch]Peter Maydell3-3/+3
2019-02-01hw/arm/iotkit: Rename 'iotkit' local variables and functionsPeter Maydell1-34/+34
2019-02-01hw/arm/iotkit: Refactor into abstract base class and subclassPeter Maydell1-5/+29
2019-02-01hw/arm/iotkit: Rename IoTKit to ARMSSEPeter Maydell2-30/+31
2019-02-01armv7m: Pass through start-powered-off CPU propertyPeter Maydell1-0/+10
2019-02-01armv7m: Make cpu object a child of the armv7m containerPeter Maydell1-1/+6
2019-02-01armv7m: Don't assume the NVIC's CPU is CPU 0Peter Maydell1-2/+4
2019-02-01hw/arm/nrf51_soc: set object owner in memory_region_init_ramkumar sourav1-1/+2
2019-01-29hw/arm/xlnx-zynqmp: Realize cluster after putting RPUs in itPeter Maydell1-2/+2
2019-01-29xlnx-zynqmp: Don't create rpu-cluster if there are no RPUsPeter Maydell1-0/+5
2019-01-29arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz1-0/+16
2019-01-21hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 nodeEric Auger1-0/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell6-33/+128
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-3/+5
2019-01-07arm: Add Clock peripheral stub to NRF51 SOCSteffen Görtz1-0/+26
2019-01-07arm: Instantiate NRF51 TimersSteffen Görtz1-0/+26
2019-01-07arm: Instantiate NRF51 general purpose I/OSteffen Görtz1-0/+16
2019-01-07arm: Instantiate NRF51 random number generatorSteffen Görtz1-0/+16
2019-01-07arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz1-21/+12
2019-01-07hw/arm/allwinner-a10: Add the 'A' SRAM and the SRAM controllerPhilippe Mathieu-Daudé1-0/+6
2019-01-07hw/arm: versal: Plug memory leaksEdgar E. Iglesias1-0/+2
2019-01-07Revert "armv7m: Guard against no -kernel argument"Stefan Hajnoczi1-5/+0
2019-01-07arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clustersLuc Michel1-4/+19
2019-01-07include: remove compat.hMarc-André Lureau1-1/+0
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau1-5/+1
2019-01-07machine: move compat properties out of globalsMarc-André Lureau1-54/+40
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-9/+18
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau1-18/+27
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz1-65/+0
2018-12-19hw: arm: Support both legacy and current RSDP buildSamuel Ortiz1-5/+33
2018-12-19hw: arm: Convert the RSDP build to the buid_append_foo() APISamuel Ortiz1-19/+23
2018-12-19hw: arm: Carry RSDP specific data through AcpiRsdpDataSamuel Ortiz1-5/+13
2018-12-19hw: arm: acpi: Fix incorrect checksums in RSDPIgor Mammedov1-1/+6
2018-12-19hw: acpi: The RSDP build API can return voidSamuel Ortiz1-3/+1
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell2-1/+2
2018-12-14virt: Fix broken indentationEduardo Habkost1-1/+1
2018-12-14hw/arm/mps2-tz.c: Free mscname string in make_dma()Peter Maydell1-0/+1
2018-12-13hw/arm: versal: Use IRQs 111 - 118 for virtio-mmioEdgar E. Iglesias1-2/+2
2018-12-13hw/arm: versal: Reduce number of virtio-mmio instancesEdgar E. Iglesias1-1/+1
2018-12-13hw/arm: versal: Remove bogus virtio-mmio creationEdgar E. Iglesias1-1/+0