Re: [PATCH v2 8/9] hw/arm/mps2-tz.c add Arm mps3-an555 board
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA_fMJA4m_HYoTh70=t2XhsdSOn_g+X2=1LVgXXxa7GqqA@mail.gmail.com> |
On Wed, 5 Aug 2026 at 16:30, Simon Xu <[email protected]> wrote: > > Add mps3-an555 board modeled after the existing mps3-an547 board. > Add UnimplementedDeivceState for timing adapters and qspi controllers > in MPS2TZMachineState. > > Changes in AN555: > Timing adapters in APB PPC EX0 instead of MPC. > Additional QSPI controllers in AHB PPC EX0. > Additional AHB PPC EX1 with DMA. > Create standalone unimplemented devices for MPC instead of timing adapters. > > Include documentation for SSE-310 and mps3-an555. > > Arm mps3-an555 TRM: https://developer.arm.com/documentation/107642/latest/ > > Reviewed-by: Owen Giles <[email protected]> > Reviewed-by: Robert Elliott <[email protected]> > Signed-off-by: Simon Xu <[email protected]> > --- > v1 -> v2 > Move board and application note documentation locations > Revert MPS2TZ_NUMIRQ_MAX to 96 from 100 > Fix timing adapter and MPC creation location > Add QSPI controller to AHB PPC EX0 > Add GPIOALT2 register to FPGAIO block in next patch > --- Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM