Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210211-1' into staging
target-arm queue:
* Correctly initialize MDCR_EL2.HPMN
* versal: Use nr_apu_cpus in favor of hard coding 2
* accel/tcg: Add URL of clang bug to comment about our workaround
* Add support for FEAT_DIT, Data Independent Timing
* Remove GPIO from unimplemented NPCM7XX
* Fix SCR RES1 handling
* Don't migrate CPUARMState.features
# gpg: Signature made Thu 11 Feb 2021 19:56:40 GMT
# gpg: using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
# gpg: issuer "peter.maydell@linaro.org"
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
# gpg: aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
# gpg: aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE
* remotes/pmaydell/tags/pull-target-arm-20210211-1:
target/arm: Correctly initialize MDCR_EL2.HPMN
hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2
accel/tcg: Add URL of clang bug to comment about our workaround
arm: Update infocenter.arm.com URLs
target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU
target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU
target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate
target/arm: Add support for FEAT_DIT, Data Independent Timing
hw/arm: Remove GPIO from unimplemented NPCM7XX
target/arm: Fix SCR RES1 handling
target/arm: Don't migrate CPUARMState.features
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- accel/tcg/cpu-exec.c 19 additions, 6 deletionsaccel/tcg/cpu-exec.c
- hw/arm/aspeed_ast2600.c 1 addition, 1 deletionhw/arm/aspeed_ast2600.c
- hw/arm/musca.c 2 additions, 2 deletionshw/arm/musca.c
- hw/arm/npcm7xx.c 0 additions, 8 deletionshw/arm/npcm7xx.c
- hw/arm/xlnx-versal.c 2 additions, 2 deletionshw/arm/xlnx-versal.c
- hw/misc/arm_integrator_debug.c 1 addition, 1 deletionhw/misc/arm_integrator_debug.c
- hw/timer/arm_timer.c 4 additions, 3 deletionshw/timer/arm_timer.c
- include/hw/dma/pl080.h 4 additions, 3 deletionsinclude/hw/dma/pl080.h
- include/hw/misc/arm_integrator_debug.h 1 addition, 1 deletioninclude/hw/misc/arm_integrator_debug.h
- include/hw/ssi/pl022.h 3 additions, 2 deletionsinclude/hw/ssi/pl022.h
- target/arm/cpu.c 4 additions, 0 deletionstarget/arm/cpu.c
- target/arm/cpu.h 17 additions, 0 deletionstarget/arm/cpu.h
- target/arm/cpu64.c 5 additions, 0 deletionstarget/arm/cpu64.c
- target/arm/helper-a64.c 23 additions, 4 deletionstarget/arm/helper-a64.c
- target/arm/helper.c 58 additions, 13 deletionstarget/arm/helper.c
- target/arm/internals.h 6 additions, 0 deletionstarget/arm/internals.h
- target/arm/machine.c 1 addition, 1 deletiontarget/arm/machine.c
- target/arm/op_helper.c 1 addition, 8 deletionstarget/arm/op_helper.c
- target/arm/translate-a64.c 12 additions, 0 deletionstarget/arm/translate-a64.c
Loading
Please register or sign in to comment