summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-16bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry piAndrew Baumann1-0/+7
2016-03-16hw/arm: Add palmetto-bmc machineAndrew Jeffery2-1/+66
2016-03-16hw/arm: Add ASPEED AST2400 SoC modelAndrew Jeffery2-0/+138
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois2-0/+2
2016-03-16arm: virt: Move machine class init code to the abstract machine typeWei Huang1-14/+20
2016-03-16arm: virt: Add an abstract ARM virt machine typeWei Huang1-5/+18
2016-03-10vfio: Generalize region supportAlex Williamson1-2/+2
2016-03-08acpi: arm: add fw_cfg device node to dsdtGabriel L. Somlo1-0/+15
2016-03-04arm: boot: Support big-endian elfsPeter Crosthwaite1-10/+83
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite2-2/+2
2016-03-04hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is providedPeter Maydell1-7/+25
2016-03-04hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell1-14/+49
2016-03-04hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell1-19/+20
2016-03-04hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell1-0/+23
2016-03-04virt: Lift the maximum RAM limit from 30GB to 255GBPeter Maydell1-2/+19
2016-02-26raspi: fix SD card with recent sdhci changesAndrew Baumann3-0/+30
2016-02-23bios-linker-loader: document+validate inputMichael S. Tsirkin1-1/+2
2016-02-19hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value checkEric Auger1-14/+5
2016-02-19hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiationEric Auger1-6/+188
2016-02-19hw/arm/sysbus-fdt: helpers for clock node generationEric Auger1-0/+120
2016-02-19device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger2-4/+8