Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180302' into staging
target-arm queue:
* implement FCMA and RDM v8.1 and v8.3 instructions
* enable Cortex-M33 v8M core, and provide new mps2-an505 board model
that uses it
* decodetree: Propagate return value from translate subroutines
* xlnx-zynqmp: Implement the RTC device
# gpg: Signature made Fri 02 Mar 2018 11:05:40 GMT
# gpg: using RSA key 3C2525ED14360CDE
# 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-20180302: (39 commits)
target/arm: Enable ARM_FEATURE_V8_FCMA
target/arm: Decode t32 simd 3reg and 2reg_scalar extension
target/arm: Decode aa32 armv8.3 2-reg-index
target/arm: Decode aa32 armv8.3 3-same
target/arm: Decode aa64 armv8.3 fcmla
target/arm: Decode aa64 armv8.3 fcadd
target/arm: Add ARM_FEATURE_V8_FCMA
target/arm: Enable ARM_FEATURE_V8_RDM
target/arm: Decode aa32 armv8.1 two reg and a scalar
target/arm: Decode aa32 armv8.1 three same
target/arm: Decode aa64 armv8.1 scalar/vector x indexed element
target/arm: Decode aa64 armv8.1 three same extra
target/arm: Decode aa64 armv8.1 scalar three same extra
target/arm: Refactor disas_simd_indexed size checks
target/arm: Refactor disas_simd_indexed decode
target/arm: Add ARM_FEATURE_V8_RDM
mps2-an505: New board model: MPS2 with AN505 Cortex-M33 FPGA image
hw/arm/iotkit: Model Arm IOT Kit
hw/misc/iotkit-secctl: Add remaining simple registers
hw/misc/iotkit-secctl: Add handling for PPCs
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- default-configs/arm-softmmu.mak 5 additions, 0 deletionsdefault-configs/arm-softmmu.mak
- hw/arm/Makefile.objs 2 additions, 0 deletionshw/arm/Makefile.objs
- hw/arm/armv7m.c 32 additions, 3 deletionshw/arm/armv7m.c
- hw/arm/boot.c 76 additions, 43 deletionshw/arm/boot.c
- hw/arm/iotkit.c 598 additions, 0 deletionshw/arm/iotkit.c
- hw/arm/mps2-tz.c 503 additions, 0 deletionshw/arm/mps2-tz.c
- hw/arm/xlnx-zynqmp.c 14 additions, 0 deletionshw/arm/xlnx-zynqmp.c
- hw/core/Makefile.objs 1 addition, 0 deletionshw/core/Makefile.objs
- hw/core/loader.c 7 additions, 1 deletionhw/core/loader.c
- hw/core/qdev.c 5 additions, 3 deletionshw/core/qdev.c
- hw/core/split-irq.c 89 additions, 0 deletionshw/core/split-irq.c
- hw/misc/Makefile.objs 4 additions, 0 deletionshw/misc/Makefile.objs
- hw/misc/iotkit-secctl.c 704 additions, 0 deletionshw/misc/iotkit-secctl.c
- hw/misc/mps2-fpgaio.c 176 additions, 0 deletionshw/misc/mps2-fpgaio.c
- hw/misc/trace-events 24 additions, 0 deletionshw/misc/trace-events
- hw/misc/tz-ppc.c 302 additions, 0 deletionshw/misc/tz-ppc.c
- hw/misc/unimp.c 0 additions, 10 deletionshw/misc/unimp.c
- hw/timer/Makefile.objs 1 addition, 0 deletionshw/timer/Makefile.objs
- hw/timer/trace-events 3 additions, 0 deletionshw/timer/trace-events
- hw/timer/xlnx-zynqmp-rtc.c 272 additions, 0 deletionshw/timer/xlnx-zynqmp-rtc.c
Loading
Please register or sign in to comment