summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* acpi: arm: add fw_cfg device node to dsdtGabriel L. Somlo2019-11-291-0/+15
* arm: boot: Support big-endian elfsPeter Crosthwaite2019-11-291-10/+83
* loader: Add data swap option to load-elfPeter Crosthwaite2019-11-292-2/+2
* hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is providedPeter Maydell2019-11-291-7/+25
* hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell2019-11-291-14/+49
* hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell2019-11-291-19/+20
* hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell2019-11-291-0/+23
* virt: Lift the maximum RAM limit from 30GB to 255GBPeter Maydell2019-11-291-2/+19
* raspi: fix SD card with recent sdhci changesAndrew Baumann2019-11-293-0/+30
* bios-linker-loader: document+validate inputMichael S. Tsirkin2019-11-291-1/+2
* hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value checkEric Auger2019-11-291-14/+5
* hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiationEric Auger2019-11-291-6/+188
* hw/arm/sysbus-fdt: helpers for clock node generationEric Auger2019-11-291-0/+120
* device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger2019-11-292-4/+8
* sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell2019-11-293-1/+45
* all: Clean up includesPeter Maydell2019-11-293-0/+3
* bcm2835_property: implement "get board revision" queryStephen Warren2019-11-293-0/+6
* hw/arm/virt: fix max-cpus checkAndrew Jones2019-11-291-5/+5
* Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2019-11-294-24/+4
* acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2019-11-291-1/+1
* acpi: take oem_id in build_header(), optionallyLaszlo Ersek2019-11-291-6/+6
* raspi: add raspberry pi 2 machineAndrew Baumann2019-11-292-1/+153
* arm/boot: move highbank secure board setup code to common routineAndrew Baumann2019-11-292-35/+53
* bcm2836: add bcm2836 SoC deviceAndrew Baumann2019-11-292-1/+166
* bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann2019-11-292-0/+205
* arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov2019-11-291-23/+3
* hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux bootsEdgar E. Iglesias2019-11-291-0/+2
* virt-acpi-build: add always-on property for timerAndrew Jones2019-11-291-1/+1
* hw/arm/virt: Add always-on property to the virt board timerChristoffer Dall2019-11-291-0/+1
* hw/arm/virt: add secure memory region and UARTPeter Maydell2019-11-291-7/+48
* hw/arm/virt: Wire up memory region to CPUs explicitlyPeter Maydell2019-11-291-0/+3
* xlnx-ep108: Connect the SPI FlashAlistair Francis2019-11-291-0/+16
* xlnx-zynqmp: Connect the SPI devicesAlistair Francis2019-11-291-0/+31
* ssi: Move ssi.h into a separate directoryAlistair Francis2019-11-297-7/+7
* hw/arm: Clean up includesPeter Maydell2019-11-2942-1/+42
* ARM: virt: Don't generate RTC ACPI device when using UEFIShannon Zhao2019-11-291-19/+5
* xlnx-zynqmp: Add support for high DDR memory regionsAlistair Francis2019-11-292-19/+58
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2019-11-291-1/+1
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2019-11-292-7/+5
* error: Use error_report_err() where appropriate (again)Markus Armbruster2019-11-294-4/+4
* hw/arm/virt: Fix property "gic-version" error handlingMarkus Armbruster2019-11-291-3/+2
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2019-11-291-2/+4
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2019-11-291-2/+2
* Use error_fatal to simplify obvious fatal errorsMarkus Armbruster2019-11-297-83/+18
* hw/arm/virt: Support legacy -nic command line syntaxAshok Kumar2019-11-291-0/+14
* acpi: extend aml_and() to accept target argumentIgor Mammedov2019-11-291-1/+1
* acpi: extend aml_or() to accept target argumentIgor Mammedov2019-11-291-3/+3
* acpi: support specified oem table id for build_headerXiao Guangrong2019-11-291-6/+7
* i.MX: Add an i.MX25 specific CCM class/instanceJean-Christophe Dubois2019-11-291-1/+1
* i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois2019-11-292-6/+6
OpenPOWER on IntegriCloud