Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160606-1' into staging
target-arm queue:
* support instruction syndrome info for data aborts from A64 to EL2
* add HSTR_EL2 register
* fix incorrect ESR IL bits in various syndrome register cases
* virt: fix limit of 64-bit ACPI/ECAM PCI MMIO range
* gicv2: RAZ/WI non-sec access to sec interrupts
* i2c: add aspeed i2c controller
* virt: Reject gic-version=host for non-KVM (don't segv on aarch64 host)
* xlnx-zynqmp: Add a secure prop to en/disable ARM Security Extensions
* xlnx-zynqmp: Support KVM on AArch64 hosts
* ptimer: Various fixes for awkward corner cases
* char: QOMify various ARM UART models
* char: get rid of qemu_char_get_next_serial
* target-arm: Fix TTBR selecting logic on AArch32 Stage 2 translation
* zynqmp: Add the ZCU102 board
# gpg: Signature made Mon 06 Jun 2016 17:01:11 BST
# 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>"
* remotes/pmaydell/tags/pull-target-arm-20160606-1: (25 commits)
zynqmp: Add the ZCU102 board
target-arm: Fix TTBR selecting logic on AArch32 Stage 2 translation
char: get rid of qemu_char_get_next_serial
hw/char: QOM'ify xilinx_uartlite model
hw/char: QOM'ify stm32f2xx_usart model
hw/char: QOM'ify digic-uart model
hw/char: QOM'ify cadence_uart model
hw/char: QOM'ify pl011 model
hw/ptimer: Introduce ptimer_get_limit
hw/ptimer: Support "on the fly" timer mode switch
hw/ptimer: Update .delta on period/freq change
hw/ptimer: Perform counter wrap around if timer already expired
hw/ptimer: Fix issues caused by the adjusted timer limit value
xlnx-zynqmp: Use the in kernel GIC model for KVM runs
xlnx-zynqmp: Delay realization of GIC until post CPU realization
xlnx-zynqmp: Make the RPU subsystem optional
xlnx-zynqmp: Add a secure prop to en/disable ARM Security Extensions
hw/arm/virt: Reject gic-version=host for non-KVM
i2c: add aspeed i2c controller
hw/intc/gic: RAZ/WI non-sec access to sec interrupts
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- hw/arm/ast2400.c 16 additions, 0 deletionshw/arm/ast2400.c
- hw/arm/bcm2835_peripherals.c 3 additions, 13 deletionshw/arm/bcm2835_peripherals.c
- hw/arm/digic.c 2 additions, 0 deletionshw/arm/digic.c
- hw/arm/highbank.c 2 additions, 1 deletionhw/arm/highbank.c
- hw/arm/integratorcp.c 3 additions, 2 deletionshw/arm/integratorcp.c
- hw/arm/realview.c 5 additions, 4 deletionshw/arm/realview.c
- hw/arm/stellaris.c 4 additions, 2 deletionshw/arm/stellaris.c
- hw/arm/stm32f205_soc.c 1 addition, 0 deletionshw/arm/stm32f205_soc.c
- hw/arm/versatilepb.c 5 additions, 4 deletionshw/arm/versatilepb.c
- hw/arm/vexpress.c 5 additions, 4 deletionshw/arm/vexpress.c
- hw/arm/virt-acpi-build.c 2 additions, 1 deletionhw/arm/virt-acpi-build.c
- hw/arm/virt.c 6 additions, 1 deletionhw/arm/virt.c
- hw/arm/xilinx_zynq.c 3 additions, 2 deletionshw/arm/xilinx_zynq.c
- hw/arm/xlnx-ep108.c 8 additions, 0 deletionshw/arm/xlnx-ep108.c
- hw/arm/xlnx-zynqmp.c 74 additions, 48 deletionshw/arm/xlnx-zynqmp.c
- hw/char/cadence_uart.c 7 additions, 6 deletionshw/char/cadence_uart.c
- hw/char/digic-uart.c 6 additions, 4 deletionshw/char/digic-uart.c
- hw/char/pl011.c 6 additions, 5 deletionshw/char/pl011.c
- hw/char/stm32f2xx_usart.c 11 additions, 4 deletionshw/char/stm32f2xx_usart.c
- hw/char/xilinx_uartlite.c 6 additions, 4 deletionshw/char/xilinx_uartlite.c
Loading
Please register or sign in to comment