This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/qemu.
from 4c41a1c595 Merge remote-tracking branch 'remotes/kraxel/tags/usb-202109 [...] adds cd066eea60 tests: Remove uses of deprecated raspi2/raspi3 machine names adds 57469ed384 hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases adds c0bb7d6114 hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix adds 5dcf0d3ae2 hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans adds 52e64f5b1f hw: Add compat machines for 6.2 adds 1e35cd9166 target/arm: Implement MVE VADD (floating-point) adds 82af0153d3 target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNM adds 104afc68cf target/arm: Implement MVE VCADD adds 3173c0dd93 target/arm: Implement MVE VFMA and VFMS adds d3cd965c84 target/arm: Implement MVE VCMUL and VCMLA adds 90257a4f35 target/arm: Implement MVE VMAXNMA and VMINNMA adds abfe39b263 target/arm: Implement MVE scalar fp insns adds 4773e74e5f target/arm: Implement MVE fp-with-scalar VFMA, VFMAS adds 2c8cb5888e softfloat: Remove assertion preventing silencing of NaN in d [...] adds 29f80e7d83 target/arm: Implement MVE FP max/min across vector adds c87fe6d28c target/arm: Implement MVE fp vector comparisons adds c2d8f6bb28 target/arm: Implement MVE fp scalar comparisons adds 2a4b939cf8 target/arm: Implement MVE VCVT between floating and fixed point adds 2ec0dcf034 target/arm: Implement MVE VCVT between fp and integer adds 53fc5f6139 target/arm: Implement MVE VCVT with specified rounding mode adds 73d260db3c target/arm: Implement MVE VCVT between single and half precision adds 98e40fbd79 target/arm: Implement MVE VRINT insns adds d4cc1c2196 target/arm: Enable MVE in Cortex-M55 adds e31c70ac04 target-arm: Add support for Fujitsu A64FX adds 4d39fcd8af hw/arm/virt: target-arm: Add A64FX processor support to virt [...] adds 499243e189 tests/arm-cpu-features: Add A64FX processor related tests adds 2f9db77ea8 arm: Move M-profile RAS register block into its own device adds e36a25cb47 arm: Move systick device creation from NVIC to ARMv7M object adds 2089c0102d arm: Move system PPB container handling to armv7m adds feb8ef35af hw/timer/armv7m_systick: Add usual QEMU interface comment adds 5c6e1a1cf9 hw/timer/armv7m_systick: Add input clocks adds d5093d9615 hw/arm/armv7m: Create input clocks adds 712bd17f3e armsse: Wire up systick cpuclk clock adds a860df4f54 hw/arm/mps2.c: Connect up armv7m clocks adds 99abcbc760 clock: Provide builtin multiplier/divider adds cabc613f78 hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realize adds b5ff0c6183 hw/arm/stm32f100: Wire up sysclk and refclk adds 68ba05fba4 hw/arm/stm32f205: Wire up sysclk and refclk adds 66e6a43818 hw/arm/stm32f405: Wire up sysclk and refclk adds 7580384b34 hw/arm/stm32vldiscovery: Delete trailing blank line adds c08e612662 hw/arm/nrf51: Wire up sysclk adds a861b3e94e hw/arm/stellaris: split stellaris_sys_init() adds 8ecda75f72 hw/arm/stellaris: Wire sysclk up to armv7m adds a4b1e9d3f8 hw/arm/msf2_soc: Don't allocate separate MemoryRegions adds 9bfaf3754b hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk property adds 3b76e18520 hw/arm/msf2-soc: Wire up refclk adds a40e10f1dc hw/timer/armv7m_systick: Use clock inputs instead of system_ [...] adds 0d883c5404 hw/arm/stellaris: Fix code style issues in GPTM code adds f3eb755728 hw/arm/stellaris: Split stellaris-gptm into its own file adds d18fdd69d0 hw/timer/stellaris-gptm: Use Clock input instead of system_c [...] adds 683754c7b6 arm: Remove system_clock_scale global adds 079b1252e9 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds 9bd0e32a19 tests: Rename TestState to TPMTestState adds 09b20a148a tests: Add tpm_version field to TPMTestState and fill it adds a003dbc69e tests: acpi: Prepare for renaming of TPM2 related ACPI files adds bf8443ef99 tests: Add suffix 'tpm2' or 'tpm12' to ACPI table files adds 4a42dda7c1 tests: acpi: tpm2: Add the renamed ACPI files and drop old ones adds 044d55dcd4 tests: tpm: Create TPM 1.2 response in TPM emulator adds 343776a685 tests: acpi: prepare for new TPM 1.2 related tables adds 58edc32cfc tests: Use QMP to check whether a TPM device model is available adds 33660128d4 tests: acpi: Add test cases for TPM 1.2 with TCPA table adds 75539b886a tests: acpi: tpm1.2: Add expected TPM 1.2 ACPI blobs adds 59a89510b6 Merge remote-tracking branch 'remotes/stefanberger/tags/pull [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 + docs/about/deprecated.rst | 7 - docs/about/removed-features.rst | 7 + docs/devel/clocks.rst | 23 + docs/devel/qgraph.rst | 38 +- docs/system/arm/virt.rst | 1 + fpu/softfloat-specialize.c.inc | 1 - hw/arm/Kconfig | 1 + hw/arm/armsse.c | 20 +- hw/arm/armv7m.c | 260 ++++++++- hw/arm/mps2.c | 17 +- hw/arm/msf2-soc.c | 68 ++- hw/arm/msf2-som.c | 7 +- hw/arm/netduino2.c | 12 +- hw/arm/netduinoplus2.c | 12 +- hw/arm/nrf51_soc.c | 20 +- hw/arm/raspi.c | 2 - hw/arm/stellaris.c | 396 ++------------ hw/arm/stm32f100_soc.c | 47 +- hw/arm/stm32f205_soc.c | 47 +- hw/arm/stm32f405_soc.c | 30 ++ hw/arm/stm32vldiscovery.c | 13 +- hw/arm/virt.c | 10 +- hw/core/clock-vmstate.c | 40 +- hw/core/clock.c | 31 +- hw/core/machine.c | 3 + hw/core/trace-events | 1 + hw/i386/pc.c | 3 + hw/i386/pc_piix.c | 14 +- hw/i386/pc_q35.c | 13 +- hw/intc/arm_gicv3_dist.c | 205 +++---- hw/intc/armv7m_nvic.c | 274 +--------- hw/misc/armv7m_ras.c | 93 ++++ hw/misc/meson.build | 2 + hw/ppc/spapr.c | 15 +- hw/s390x/s390-virtio-ccw.c | 14 +- hw/timer/Kconfig | 3 + hw/timer/armv7m_systick.c | 118 +++- hw/timer/meson.build | 1 + hw/timer/stellaris-gptm.c | 332 ++++++++++++ include/hw/arm/armv7m.h | 24 + include/hw/arm/msf2-soc.h | 8 +- include/hw/arm/nrf51_soc.h | 2 + include/hw/arm/stm32f100_soc.h | 8 + include/hw/arm/stm32f205_soc.h | 8 + include/hw/arm/stm32f405_soc.h | 3 + include/hw/boards.h | 3 + include/hw/clock.h | 29 + include/hw/i386/pc.h | 3 + include/hw/intc/armv7m_nvic.h | 8 - include/hw/misc/armv7m_ras.h | 37 ++ include/hw/timer/armv7m_systick.h | 36 +- include/hw/timer/stellaris-gptm.h | 51 ++ target/arm/cpu64.c | 48 ++ target/arm/cpu_tcg.c | 7 +- target/arm/helper-mve.h | 142 +++++ target/arm/mve.decode | 297 +++++++++-- target/arm/mve_helper.c | 650 +++++++++++++++++++++++ target/arm/translate-mve.c | 277 +++++++++- target/arm/translate-neon.c | 6 - target/arm/translate.h | 6 + tests/acceptance/boot_linux_console.py | 6 +- tests/data/acpi/q35/{DSDT.tis => DSDT.tis.tpm12} | Bin 8894 -> 8894 bytes tests/data/acpi/q35/{DSDT.tis => DSDT.tis.tpm2} | Bin tests/data/acpi/q35/TCPA.tis.tpm12 | Bin 0 -> 50 bytes tests/data/acpi/q35/{TPM2.tis => TPM2.tis.tpm2} | Bin tests/qtest/arm-cpu-features.c | 13 + tests/qtest/bios-tables-test.c | 26 +- tests/qtest/boot-serial-test.c | 2 +- tests/qtest/libqos/arm-raspi2-machine.c | 8 +- tests/qtest/libqos/qgraph.h | 6 +- tests/qtest/libqos/qgraph_internal.h | 2 +- tests/qtest/tpm-crb-test.c | 5 +- tests/qtest/tpm-emu.c | 62 ++- tests/qtest/tpm-emu.h | 20 +- tests/qtest/tpm-tis-device-test.c | 3 +- tests/qtest/tpm-tis-test.c | 3 +- tests/qtest/tpm-tis-util.c | 2 +- tests/unit/test-qgraph.c | 2 +- 79 files changed, 3023 insertions(+), 993 deletions(-) create mode 100644 hw/misc/armv7m_ras.c create mode 100644 hw/timer/stellaris-gptm.c create mode 100644 include/hw/misc/armv7m_ras.h create mode 100644 include/hw/timer/stellaris-gptm.h copy tests/data/acpi/q35/{DSDT.tis => DSDT.tis.tpm12} (98%) rename tests/data/acpi/q35/{DSDT.tis => DSDT.tis.tpm2} (100%) create mode 100644 tests/data/acpi/q35/TCPA.tis.tpm12 rename tests/data/acpi/q35/{TPM2.tis => TPM2.tis.tpm2} (100%)