aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov1-3/+2
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov1-13/+13
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov1-5/+6
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov1-12/+12
2016-06-06zynqmp: Add the ZCU102 boardAlistair Francis1-0/+8
2016-06-06hw/char: QOM'ify stm32f2xx_usart modelxiaoqiang zhao1-0/+1
2016-06-06hw/char: QOM'ify digic-uart modelxiaoqiang zhao1-0/+2
2016-06-06hw/char: QOM'ify cadence_uart modelxiaoqiang zhao2-2/+4
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao8-30/+28
2016-06-06xlnx-zynqmp: Use the in kernel GIC model for KVM runsEdgar E. Iglesias1-1/+3
2016-06-06xlnx-zynqmp: Delay realization of GIC until post CPU realizationEdgar E. Iglesias1-25/+31
2016-06-06xlnx-zynqmp: Make the RPU subsystem optionalEdgar E. Iglesias1-24/+38
2016-06-06xlnx-zynqmp: Add a secure prop to en/disable ARM Security ExtensionsEdgar E. Iglesias1-0/+3
2016-06-06hw/arm/virt: Reject gic-version=host for non-KVMCole Robinson1-1/+5
2016-06-06i2c: add aspeed i2c controllerCédric Le Goater1-0/+16
2016-06-06hw/arm/virt: fix limit of 64-bit ACPI/ECAM PCI MMIO rangeArd Biesheuvel1-1/+2
2016-06-02Add ENET device to i.MX6 SOC.Jean-Christophe Dubois1-0/+17
2016-06-02Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois1-0/+1
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov1-4/+0
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini7-0/+7
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2-0/+2
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-19explicitly include qom/cpu.hPaolo Bonzini1-0/+1
2016-05-19arm: include cpu-qom.h in files that require ARMCPUPaolo Bonzini2-1/+1
2016-05-12hw/arm: QOM'ify versatilepb.cxiaoqiang.zhao1-7/+6
2016-05-12hw/arm: QOM'ify strongarm.cxiaoqiang.zhao1-38/+28
2016-05-12hw/arm: QOM'ify stellaris.cxiaoqiang.zhao1-24/+24
2016-05-12hw/arm: QOM'ify spitz.cxiaoqiang zhao1-14/+9
2016-05-12hw/arm: QOM'ify pxa2xx_pic.cxiaoqiang.zhao1-7/+0
2016-05-12hw/arm: QOM'ify pxa2xx.cxiaoqiang.zhao1-15/+11
2016-05-12hw/arm: QOM'ify integratorcp.cxiaoqiang.zhao1-20/+12
2016-05-12hw/arm: QOM'ify highbank.cxiaoqiang.zhao1-7/+5
2016-05-12hw/arm: QOM'ify armv7m.cxiaoqiang.zhao1-6/+5
2016-05-12i.MX: Add sabrelite i.MX6 emulation.Jean-Christophe DUBOIS2-1/+122
2016-05-12i.MX: Add i.MX6 SOC implementation.Jean-Christophe DUBOIS2-0/+450
2016-05-12ACPI: Virt: Generate SRAT tableShannon Zhao1-0/+52
2016-05-12ARM: Virt: Set numa-node-id for cpu and memory nodesShannon Zhao2-6/+45
2016-05-12hw/arm/nseries: Allocating Large sized arrays to heapZhou Jie1-1/+2
2016-04-21hw/arm/boot: always clear r0 when booting kernelsSylvain Garrigues1-1/+1
2016-04-04hw/arm/bcm2836: Wire up CPU timer interrupts correctlyPeter Maydell1-1/+5
2016-03-30ARM: Virt: Use gpio_key for power buttonShannon Zhao1-2/+5
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa4-1/+5
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah4-11/+12
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini28-0/+55
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster40-0/+40
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost11-11/+11
2016-03-16bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE1-0/+26
2016-03-16bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE2-12/+3
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE3-2/+43
2016-03-16bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann1-0/+32