Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170120' into staging
target-arm queue:
* support virtualization in GICv3
* enable EL2 in AArch64 CPU models
* allow EL2 to be enabled on 'virt' board via -machine virtualization=on
* aspeed: SMC improvements
* m25p80: support die erase command
* m25p80: Add Quad Page Program 4byte
* m25p80: Improve 1GiB Micron flash definition
* arm: Uniquely name imx25 I2C buses
# gpg: Signature made Fri 20 Jan 2017 11:31:53 GMT
# gpg: using RSA key 0x3C2525ED14360CDE
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
# gpg: aka "Peter Maydell <pmaydell@gmail.com>"
# gpg: aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>"
# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE
* remotes/pmaydell/tags/pull-target-arm-20170120: (36 commits)
hw/arm/virt: Add board property to enable EL2
target-arm: Enable EL2 feature bit on A53 and A57
target/arm/psci.c: If EL2 implemented, start CPUs in EL2
hw/arm/virt-acpi-build: use SMC if booting in EL2
hw/arm/virt: Support using SMC for PSCI
hw/intc/arm_gicv3: Implement EL2 traps for CPU i/f regs
hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update()
hw/intc/arm_gicv3: Implement ICV_ registers EOIR and IAR
hw/intc/arm_gicv3: Implement ICV_ HPPIR, DIR and RPR registers
hw/intc/arm_gicv3: Implement ICV_ registers which are just accessors
hw/intc/arm_gicv3: Add accessors for ICH_ system registers
hw/intc/gicv3: Add data fields for virtualization support
hw/intc/gicv3: Add defines for ICH system register fields
target-arm: Add ARMCPU fields for GIC CPU i/f config
hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPU
target-arm: Expose output GPIO line for VCPU maintenance interrupt
hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQ
hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQ
hw/arm/virt-acpi - reserve ECAM space as PNP0C02 device
arm: virt: Fix segmentation fault when specifying an unsupported CPU
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- hw/arm/aspeed.c 41 additions, 0 deletionshw/arm/aspeed.c
- hw/arm/imx25_pdk.c 1 addition, 1 deletionhw/arm/imx25_pdk.c
- hw/arm/virt-acpi-build.c 30 additions, 6 deletionshw/arm/virt-acpi-build.c
- hw/arm/virt.c 77 additions, 11 deletionshw/arm/virt.c
- hw/arm/xlnx-zynqmp.c 2 additions, 0 deletionshw/arm/xlnx-zynqmp.c
- hw/block/m25p80.c 48 additions, 3 deletionshw/block/m25p80.c
- hw/i2c/imx_i2c.c 1 addition, 1 deletionhw/i2c/imx_i2c.c
- hw/intc/arm_gic_common.c 6 additions, 0 deletionshw/intc/arm_gic_common.c
- hw/intc/arm_gicv3_common.c 31 additions, 0 deletionshw/intc/arm_gicv3_common.c
- hw/intc/arm_gicv3_cpuif.c 1314 additions, 37 deletionshw/intc/arm_gicv3_cpuif.c
- hw/intc/gicv3_internal.h 79 additions, 0 deletionshw/intc/gicv3_internal.h
- hw/intc/trace-events 33 additions, 0 deletionshw/intc/trace-events
- hw/ssi/aspeed_smc.c 252 additions, 73 deletionshw/ssi/aspeed_smc.c
- include/hw/arm/virt.h 4 additions, 1 deletioninclude/hw/arm/virt.h
- include/hw/intc/arm_gic_common.h 2 additions, 0 deletionsinclude/hw/intc/arm_gic_common.h
- include/hw/intc/arm_gicv3_common.h 21 additions, 0 deletionsinclude/hw/intc/arm_gicv3_common.h
- include/hw/ssi/aspeed_smc.h 3 additions, 1 deletioninclude/hw/ssi/aspeed_smc.h
- target/arm/cpu.c 15 additions, 0 deletionstarget/arm/cpu.c
- target/arm/cpu.h 9 additions, 0 deletionstarget/arm/cpu.h
- target/arm/cpu64.c 8 additions, 0 deletionstarget/arm/cpu64.c
Loading
Please register or sign in to comment