summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/virt-acpi-build: Add SPCR tableAndrew Jones2015-06-151-1/+42
* hw/arm/boot: fix rom_reset notifier registration orderEric Auger2015-06-151-9/+11
* hw/arm/pxa2xx: Convert pxa2xx-ssp to VMStatePeter Maydell2015-06-151-57/+34
* hw/arm/pxa2xx: Add reset method for pxa2xx_sspPeter Maydell2015-06-151-0/+18
* hw/arm/pxa2xx: Convert pxa2xx-fir to QOM and VMStatePeter Maydell2015-06-151-55/+86
* hw/arm/pxa2xx: Mark coprocessor registers as ARM_CP_IOPeter Maydell2015-06-152-5/+5
* target-arm: Use the kernel's idea of MPIDR if we're using KVMPavel Fedin2015-06-151-1/+1
* hw/arm/virt: Add cortex-a53 cpu support in machine virtShannon Zhao2015-06-151-0/+5
* pflash_cfi01: change big-endian property to BIT typePaolo Bonzini2015-06-052-2/+2
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell2015-06-042-4/+3
|\
| * hw/arm/nseries.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-3/+2
| * hw/arm/omap_sx1.c: Fix memory leak spotted by valgrindShannon Zhao2015-06-031-1/+1
* | hw/arm/virt: change indentation in a15memmapEric Auger2015-06-021-14/+14
* | hw/arm/virt: add dynamic sysbus device supportEric Auger2015-06-021-1/+59
* | hw/arm/boot: arm_load_kernel implemented as a machine init done notifierEric Auger2015-06-021-1/+13
* | hw/arm/sysbus-fdt: helpers for platform bus nodes additionEric Auger2015-06-022-0/+175
* | target-arm: Add the GICv2m to the virt boardChristoffer Dall2015-06-021-1/+39
* | target-arm: Extend the gic node propertiesChristoffer Dall2015-06-021-4/+7
* | target-arm: Add GIC phandle to VirtBoardInfoChristoffer Dall2015-06-021-15/+11
|/
* hw/arm/virt: Enable dynamic generation of ACPI v5.1 tablesShannon Zhao2015-05-291-0/+19
* hw/arm/virt-acpi-build: Add PCIe controller in ACPI DSDT tableShannon Zhao2015-05-291-0/+154
* hw/arm/virt-acpi-build: Generate MCFG tableShannon Zhao2015-05-291-0/+23
* hw/arm/virt-acpi-build: Generate RSDP tableShannon Zhao2015-05-291-1/+34
* hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao2015-05-291-0/+3
* hw/arm/virt-acpi-build: Generate GTDT tableShannon Zhao2015-05-292-4/+33
* hw/arm/virt-acpi-build: Generate MADT tableShannon Zhao2015-05-291-0/+57
* hw/arm/virt-acpi-build: Generate FADT table and update ACPI headersShannon Zhao2015-05-291-0/+31
* hw/arm/virt-acpi-build: Generation of DSDT table for virt devicesShannon Zhao2015-05-291-0/+132
* hw/arm/virt-acpi-build: Basic framework for building ACPI tables on ARMShannon Zhao2015-05-292-0/+183
* hw/arm/virt: Record PCIe ranges in MemMapEntry arrayShannon Zhao2015-05-291-24/+13
* hw/arm/virt: Move common definitions to virt.hShannon Zhao2015-05-291-20/+1
* arm: xlnx-ep108: Add bootloadingPeter Crosthwaite2015-05-181-0/+9
* arm: xlnx-ep108: Add external RAMPeter Crosthwaite2015-05-181-0/+20
* arm: Add xlnx-ep108 machinePeter Crosthwaite2015-05-182-1/+54
* arm: xlnx-zynqmp: Add UART supportPeter Crosthwaite2015-05-181-0/+24
* arm: xlnx-zynqmp: Add GEM supportPeter Crosthwaite2015-05-181-0/+35
* arm: xlnx-zynqmp: Connect CPU Timers to GICPeter Crosthwaite2015-05-181-0/+17
* arm: xlnx-zynqmp: Add GICPeter Crosthwaite2015-05-181-0/+59
* arm: Introduce Xilinx ZynqMP SoCPeter Crosthwaite2015-05-182-0/+77
* hw/arm/highbank.c: Wire FIQ between CPU <> GICPeter Maydell2015-05-121-0/+3
* hw/arm/vexpress.c: Wire FIQ between CPU <> GICFabian Aggeler2015-05-121-0/+2
* hw/arm/virt.c: Wire FIQ between CPU <> GICGreg Bellows2015-05-121-0/+2
* Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi2015-04-281-4/+2
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-282-3/+3
* hw/arm/nseries: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* target-arm: rename c1_coproc to cpacr_el1Sergey Fedorov2015-04-261-1/+1
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-262-5/+13
* arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller2015-04-0813-37/+30
* Merge remote-tracking branch 'remotes/armbru/tags/pull-hw-2015-04-02' into st...Peter Maydell2015-04-022-0/+5
|\
| * sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster2015-04-021-0/+2
OpenPOWER on IntegriCloud