summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/virt-acpi-build: gtdt: improve flag namingAndrew Jones2017-01-091-5/+5
* hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriatelyAndrew Jones2017-01-091-4/+4
* hw/arm/virt-acpi-build: add all missing cpu_to_le'sAndrew Jones2017-01-091-13/+14
* hw/arm/virt: Don't incorrectly claim architectural timer to be edge-triggeredPeter Maydell2017-01-091-4/+30
* hw/arm/virt: Rename 'vbi' variables to 'vms'Peter Maydell2017-01-091-245/+244Star
* hw/arm/virt: Merge VirtBoardInfo and VirtMachineStatePeter Maydell2017-01-091-67/+51Star
* i2c: Allow I2C devices to NAK start eventsCorey Minyard2017-01-093-3/+9
* hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva2016-12-273-21/+0Star
* hw/arm: remove trailing whitespaceAlastair D'Silva2016-12-271-1/+1
* aspeed/smc: set the number of flash modules for the FMC controllerCédric Le Goater2016-12-272-4/+10
* aspeed: change SoC revision of the palmetto-bmc machineCédric Le Goater2016-12-271-1/+1
* aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater2016-12-271-0/+10
* aspeed: add a memory region for SRAMCédric Le Goater2016-12-271-9/+43
* aspeed: add support for the romulus-bmc boardCédric Le Goater2016-12-271-0/+44
* aspeed: extend the board configuration with flash modelsCédric Le Goater2016-12-271-4/+16
* aspeed: attach the second SPI controller object to the SoCCédric Le Goater2016-12-271-1/+1
* aspeed: remove cannot_destroy_with_object_finalize_yetCédric Le Goater2016-12-271-6/+0Star
* aspeed: QOMify the CPU object and attach it to the SoCCédric Le Goater2016-12-271-3/+14
* hw/arm/virt: add 2.9 machine typePeter Maydell2016-12-271-2/+17
* Move target-* CPU file into a target/ folderThomas Huth2016-12-202-2/+2
* loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek2016-11-301-1/+1
* arm: Create /chosen and /memory devicetree nodes if necessaryGuenter Roeck2016-11-281-0/+17
* fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2016-11-161-1/+3
* hw/arm/tosa: Fix reset handlingGuenter Roeck2016-10-281-1/+11
* hw/arm/spitz: Fix reset handlingGuenter Roeck2016-10-281-1/+12
* arm: virt: add PMU property to mach-virt machine typeWei Huang2016-10-281-0/+7
* arm: Add an option to turn on/off vPMU supportWei Huang2016-10-282-2/+2
* versatilepb: do not run if user asks for more than 256MB RAMJean-Christophe Dubois2016-10-281-0/+9
* hw/arm/pxa2xx: Set value default values for CCCR and CKEN on PXA255Guenter Roeck2016-10-281-1/+3
* arm: cubieboard: Add support for initrdGuenter Roeck2016-10-281-0/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-10-251-1/+1
|\
| * Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov2016-10-241-1/+1
* | hw/arm: QOM'ify strongarm.cxiaoqiang zhao2016-10-241-5/+10
* | hw/arm: QOM'ify pxa2xx_gpio.cxiaoqiang zhao2016-10-241-10/+15
* | hw/arm: QOM'ify musicpal.cxiaoqiang zhao2016-10-241-43/+45
* | ARM: Virt: ACPI: Build an IORT table with RC and ITS nodesPrem Mallappa2016-10-241-11/+60
* | hw/arm/virt: Set minimum_page_bits to 12Peter Maydell2016-10-241-0/+4
|/
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-242-2/+2
* char: make some qemu_chr_fe skip if no driverMarc-André Lureau2016-10-242-15/+9Star
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-1/+0Star
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-243-16/+17
* char: remaining switch to CharBackend in frontendMarc-André Lureau2016-10-241-5/+6
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-242-15/+17
* char: remove init callbackMarc-André Lureau2016-10-244-4/+4
* pxa2xx: Auto-assign name for i2c bus in i2c_init_bus.Vijay Kumar B2016-10-171-1/+1
* hw/arm/virt: no ITS on older machine typesAndrew Jones2016-10-172-5/+12
* hw/arm/virt-acpi-build: fix MADT generationAndrew Jones2016-10-171-8/+6Star
* hw/arm/boot: allow using a command line specified dtb without a kernelMichael Olbrich2016-10-171-2/+2
* aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater2016-10-171-6/+15
* aspeed: extend the number of host SPI controllersCédric Le Goater2016-10-172-16/+30