This patch series adds Arm Cortex-M85 CPU support along with the arm defined machines SSE-310 subsystem and mps3-an555 FPGA board.
Reviewed-by: Owen Giles <[email protected]> Reviewed-by: Robert Elliott <[email protected]> Signed-off-by: Simon Xu <[email protected]> Simon Xu (4): target/arm/tcg/cpu-v7m.c: add cortex-m85 model hw/arm/armsse: add Arm Corstone SSE-310 hw/misc/iotkit-sysinfo: make sys_config2 configurable for SSE-310 hw/arm/mps2-tz.c: add new mps3-an555 board docs/system/arm/mps2.rst | 6 +- hw/arm/armsse.c | 229 ++++++++++++++++++++++++++++++- hw/arm/mps2-tz.c | 143 ++++++++++++++++++- hw/misc/iotkit-secctl.c | 18 +++ hw/misc/iotkit-sysctl.c | 60 +++++++- hw/misc/iotkit-sysinfo.c | 23 +++- include/hw/arm/armsse-version.h | 2 + include/hw/arm/armsse.h | 1 + include/hw/misc/iotkit-sysinfo.h | 2 + target/arm/tcg/cpu-v7m.c | 41 ++++++ 10 files changed, 506 insertions(+), 19 deletions(-) -- 2.34.1
