Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151027-1' into staging
target-arm queue:
* more EL2 preparation: handling for stage 2 translations
* standardize debug macros in i.MX devices
* improve error message in a corner case for virt board
* disable live migration of KVM GIC if the kernel can't handle it
* add SPSR_(ABT|UND|IRQ|FIQ) registers
* handle non-executable page-straddling Thumb instructions
* fix a "no 64-bit EL2" assumption in arm_excp_unmasked()
# gpg: Signature made Tue 27 Oct 2015 16:03:31 GMT using RSA key ID 14360CDE
# 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-20151027-1: (27 commits)
target-arm: Add support for S1 + S2 MMU translations
target-arm: Route S2 MMU faults to EL2
target-arm: Add S2 translation to 32bit S1 PTWs
target-arm: Add S2 translation to 64bit S1 PTWs
target-arm: Add ARMMMUFaultInfo
target-arm: Avoid inline for get_phys_addr
target-arm: Add support for S2 page-table protection bits
target-arm: Add computation of starting level for S2 PTW
target-arm: lpae: Rename granule_sz to stride
target-arm: lpae: Replace tsz with computed inputsize
target-arm: Add support for AArch32 S2 negative t0sz
target-arm: lpae: Move declaration of t0sz and t1sz
target-arm: lpae: Make t0sz and t1sz signed integers
target-arm: Add HPFAR_EL2
i.MX: Standardize i.MX GPT debug
i.MX: Standardize i.MX EPIT debug
i.MX: Standardize i.MX FEC debug
i.MX: Standardize i.MX CCM debug
i.MX: Standardize i.MX AVIC debug
i.MX: Standardize i.MX I2C debug
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- hw/arm/virt.c 21 additions, 4 deletionshw/arm/virt.c
- hw/char/imx_serial.c 24 additions, 26 deletionshw/char/imx_serial.c
- hw/gpio/imx_gpio.c 14 additions, 13 deletionshw/gpio/imx_gpio.c
- hw/i2c/imx_i2c.c 22 additions, 21 deletionshw/i2c/imx_i2c.c
- hw/intc/arm_gic_kvm.c 11 additions, 11 deletionshw/intc/arm_gic_kvm.c
- hw/intc/imx_avic.c 18 additions, 26 deletionshw/intc/imx_avic.c
- hw/misc/imx_ccm.c 22 additions, 12 deletionshw/misc/imx_ccm.c
- hw/net/imx_fec.c 32 additions, 32 deletionshw/net/imx_fec.c
- hw/timer/imx_epit.c 20 additions, 28 deletionshw/timer/imx_epit.c
- hw/timer/imx_gpt.c 23 additions, 33 deletionshw/timer/imx_gpt.c
- include/hw/intc/arm_gic_common.h 1 addition, 0 deletionsinclude/hw/intc/arm_gic_common.h
- target-arm/cpu.h 53 additions, 30 deletionstarget-arm/cpu.h
- target-arm/helper.c 322 additions, 66 deletionstarget-arm/helper.c
- target-arm/internals.h 39 additions, 1 deletiontarget-arm/internals.h
- target-arm/op_helper.c 13 additions, 5 deletionstarget-arm/op_helper.c
- target-arm/translate.c 44 additions, 1 deletiontarget-arm/translate.c
Loading
Please register or sign in to comment