[PATCH 0/4] hw/arm: bugfixes for Arm SSE-300 and AN547 models

Simon Xu posted 4 patches 1 week, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260805191257.11303-1-simonxhy0404@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>
hw/arm/armsse.c  |  8 ++++----
hw/arm/mps2-tz.c | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+), 4 deletions(-)
[PATCH 0/4] hw/arm: bugfixes for Arm SSE-300 and AN547 models
Posted by Simon Xu 1 week, 5 days ago
This patch series fixes bugs found in another patch series and more:
	SSE-300 SLOWCLK Secure Watchdog address was in non-secure region
	SSE-300 PPU addresses were copied from SSE-200 and not correct
	AN547 MPC ports were not correct
	AN547 was missing the DMA ports on AHB PPC EXP1

https://patchew.org/QEMU/20260723233605.805-1-simonxhy0404@gmail.com/

Signed-off-by: Simon Xu <simonxhy0404@gmail.com>

Simon Xu (4):
  hw/arm/armsse.c: fix SSE-300 s32kwatchdog address
  hw/arm/armsse.c: fix SSE-300 PPU addresses
  hw/arm/mps2-tz.c: fix AN547 APB PPC EXP0 MPC ports
  hw/arm/mps2-tz.c: add AN547 AHB PPC EXP1 DMA ports

 hw/arm/armsse.c  |  8 ++++----
 hw/arm/mps2-tz.c | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+), 4 deletions(-)

-- 
2.53.0
Re: [PATCH 0/4] hw/arm: bugfixes for Arm SSE-300 and AN547 models
Posted by Peter Maydell 6 days, 15 hours ago
On Wed, 5 Aug 2026 at 20:12, Simon Xu <simonxhy0404@gmail.com> wrote:
>
> This patch series fixes bugs found in another patch series and more:
>         SSE-300 SLOWCLK Secure Watchdog address was in non-secure region
>         SSE-300 PPU addresses were copied from SSE-200 and not correct
>         AN547 MPC ports were not correct
>         AN547 was missing the DMA ports on AHB PPC EXP1
>
> https://patchew.org/QEMU/20260723233605.805-1-simonxhy0404@gmail.com/
>
> Signed-off-by: Simon Xu <simonxhy0404@gmail.com>

Thanks for putting these fixes together -- I've applied them
to target-arm.next, ready for when the tree reopens after the
11.1 release.

-- PMM