]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement Cortex-M55 model
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Dec 2020 20:14:33 +0000 (20:14 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Jan 2021 15:13:38 +0000 (15:13 +0000)
commit590e05d6b48937f6d3c631354fd706f8e005b8f6
treeeae417487f18823a3c842577b570d4183c280c44
parenteb20dafdbff92063a88624176fdc396e01961bf3
target/arm: Implement Cortex-M55 model

Now that we have implemented all the features needed by the v8.1M
architecture, we can add the model of the Cortex-M55.  This is the
configuration without MVE support; we'll add MVE later.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20201210201433.26262-5-peter.maydell@linaro.org
target/arm/cpu_tcg.c