Re: [PATCH v2 2/9] hw/arm/armsse: add Arm Corstone SSE-310
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA-1pdwBn4cEVwb3xy1P+arWeqG6g3NmkeN+s+NeQKOygg@mail.gmail.com> |
On Wed, 5 Aug 2026 at 16:30, Simon Xu <[email protected]> wrote: > > Add baseline Arm Corstone SSE-310 model. > > Device list changes between SSE-310 and SSE-300: > New NPU0 Power Policy Unit and Configuration interface. > All other devices are the same. > > Update comments in include/hw/arm/armsse.h to include SSE-300 and > SSE-310 and their respective documentations. New SSE-310 IRQ mapping. > sys_version and iidr values from the "SSE-310 with M85 and U55 FPGA" > documentation for the mps3-an555. Refractor comments and code > pertaining to both the SSE-300 and SSE-310. > > Arm Corstone SSE-310 TRM: > https://developer.arm.com/documentation/102778/0000/ > > Reviewed-by: Owen Giles <[email protected]> > Reviewed-by: Robert Elliott <[email protected]> > Signed-off-by: Simon Xu <[email protected]> > --- Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM