Re: [PATCH 2/4] hw/arm/armsse.c: fix SSE-300 PPU addresses
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA_f6S0XTL-v6Wa9n=vKJMob4xm4FhDDSyC3MwBbgOH4ag@mail.gmail.com> |
On Wed, 5 Aug 2026 at 20:13, Simon Xu <[email protected]> wrote: > > The SSE-300 CPU0_PPU, MGMT_PPU, DEBUG_PPU had the wrong addresses > that were the same as the SSE-200 addresses. > Page 146 of the SSE-300 TRM defines the addresses of the PPUs. > > SSE-300 TRM: https://support.arm.com/documentation/101773/latest/ > > Fixes: 8901bb414a24 ("hw/arm/armsse: Add SSE-300 support") > Signed-off-by: Simon Xu <[email protected]> I got the SYS_PPU address right, at least :-) Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM