summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell3-1/+45
2016-02-16all: Clean up includesPeter Maydell3-0/+3
2016-02-11bcm2835_property: implement "get board revision" queryStephen Warren3-0/+6
2016-02-11hw/arm/virt: fix max-cpus checkAndrew Jones1-5/+5
2016-02-08Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster4-24/+4
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-7/+7
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek1-1/+1
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek1-6/+6
2016-02-03raspi: add raspberry pi 2 machineAndrew Baumann2-1/+153
2016-02-03arm/boot: move highbank secure board setup code to common routineAndrew Baumann2-35/+53
2016-02-03bcm2836: add bcm2836 SoC deviceAndrew Baumann2-1/+166
2016-02-03bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann2-0/+205
2016-02-03arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov1-23/+3
2016-02-03hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux bootsEdgar E. Iglesias1-0/+2
2016-02-03virt-acpi-build: add always-on property for timerAndrew Jones1-1/+1
2016-01-21hw/arm/virt: Add always-on property to the virt board timerChristoffer Dall1-0/+1
2016-01-21hw/arm/virt: add secure memory region and UARTPeter Maydell1-7/+48