aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
2017-02-07stellaris: Use the 'unimplemented' device for parts we don't implementpull-target-arm-20170207-1Peter Maydell
2017-02-07stellaris: Document memory map and which SoC devices are unimplementedPeter Maydell
2017-02-07hw/arm/integratorcp: Support specifying features via -cpuJulian Brown
2017-02-07aspeed: add a watchdog controllerCédric Le Goater
2017-02-07integratorcp: adding vmstate for save/restorePavel Dovgalyuk
2017-01-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-27armv7m: Replace armv7m.hack with unassigned_access handlerMichael Davidsaver
2017-01-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-01-20hw/arm/virt: Add board property to enable EL2pull-target-arm-20170120Peter Maydell
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell
2017-01-20hw/arm/virt-acpi-build: use SMC if booting in EL2Andrew Jones
2017-01-20hw/arm/virt: Support using SMC for PSCIPeter Maydell
2017-01-20hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell
2017-01-20hw/arm/virt-acpi - reserve ECAM space as PNP0C02 deviceArd Biesheuvel
2017-01-20arm: virt: Fix segmentation fault when specifying an unsupported CPUShannon Zhao
2017-01-20aspeed: use first FMC flash as a boot ROMCédric Le Goater
2017-01-20arm: Uniquely name imx25 I2C buses.Alastair D'Silva
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin
2017-01-09hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...Andrew Jones
2017-01-09hw/arm/virt: remove VirtGuestInfoAndrew Jones
2017-01-09hw/arm/virt-acpi-build: don't save VirtGuestInfo on AcpiBuildStateAndrew Jones
2017-01-09hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones
2017-01-09hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones
2017-01-09hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones
2017-01-09hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones
2017-01-09hw/arm/virt: eliminate struct VirtGuestInfoStateAndrew Jones
2017-01-09hw/arm/virt: use VirtMachineState.gic_versionAndrew Jones
2017-01-09hw/arm/virt: parameter passing cleanupsAndrew Jones
2017-01-09hw/arm/virt-acpi-build: fadt: improve flag namingAndrew Jones
2017-01-09hw/arm/virt-acpi-build: gtdt: improve flag namingAndrew Jones
2017-01-09hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriatelyAndrew Jones
2017-01-09hw/arm/virt-acpi-build: add all missing cpu_to_le'sAndrew Jones
2017-01-09hw/arm/virt: Don't incorrectly claim architectural timer to be edge-triggeredPeter Maydell
2017-01-09hw/arm/virt: Rename 'vbi' variables to 'vms'Peter Maydell
2017-01-09hw/arm/virt: Merge VirtBoardInfo and VirtMachineStatePeter Maydell
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva
2016-12-27hw/arm: remove trailing whitespaceAlastair D'Silva
2016-12-27aspeed/smc: set the number of flash modules for the FMC controllerCédric Le Goater
2016-12-27aspeed: change SoC revision of the palmetto-bmc machineCédric Le Goater
2016-12-27aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater
2016-12-27aspeed: add a memory region for SRAMCédric Le Goater
2016-12-27aspeed: add support for the romulus-bmc boardCédric Le Goater
2016-12-27aspeed: extend the board configuration with flash modelsCédric Le Goater
2016-12-27aspeed: attach the second SPI controller object to the SoCCédric Le Goater
2016-12-27aspeed: remove cannot_destroy_with_object_finalize_yetCédric Le Goater
2016-12-27aspeed: QOMify the CPU object and attach it to the SoCCédric Le Goater
2016-12-27hw/arm/virt: add 2.9 machine typePeter Maydell
2016-12-20Move target-* CPU file into a target/ folderThomas Huth