On Tue, 18 Aug 2026 at 01:26, Simon Xu <simonxhy0404@gmail.com> wrote:
>
> This patch series aims to add the Arm Cortex-M85 CPU, SSE-310 Subsystem,
> and mps3-an555 FPGA board.
>
> v2 -> v3
> Removed ppuintstat variable in iotkit-sysctl
> Moved add GPIOALT2 register patch before add mps3-an555 patch
> Add gpioalt2 state field to new vmstate subsection for migration
> Rebased onto master which includes bug fixes to existing models
> in armsse.c and mps2-tz.c
> Patches 1, 3, 8 still needs review
>
> Signed-off-by: Simon Xu <simonxhy0404@gmail.com>
As I discovered today that the Cortex-M85 has PACBTI as a
configurable feature in hardware, I'm happier about taking
this series before we have proper PACBTI emulation. We've also
decided in Linaro that we will add the PACBTI emulation, so
hopefully the gap before it appears will not be too large.
So I'm going to take this patchseries into target-arm.next.
I made a few minor tweaks (improved comment in patch 1,
fixing a few checkpatch.pl nits, documented missing PACBTI
in the mps2 board docs page).
Thanks for your work on this!
-- PMM