With these interfaces missing, TFM would delegate peripherals 0, 1,
2, 3 and 8, and qemu would ignore the delegation of interface 8, as
it thought interface 4 was eth & USB.
This patch corrects this behavior and allows TFM to delegate the
eth & USB peripheral to NS mode.
Signed-off-b
On Thu, 10 Feb 2022 at 09:13, Jimmy Brisson wrote:
>
> On Fri, 4 Feb 2022 at 11:14, Peter Maydell wrote:
> >
> > On Wed, 2 Feb 2022 at 15:23, Jimmy Brisson wrote:
> > >
> > > Turns out that this manifests in being unable to configure
> > > the ethern
On Fri, 4 Feb 2022 at 11:14, Peter Maydell wrote:
>
> On Wed, 2 Feb 2022 at 15:23, Jimmy Brisson wrote:
> >
> > Turns out that this manifests in being unable to configure
> > the ethernet access permissions, as the IotKitPPC looks
> > these up by name.
> >
&g
Turns out that this manifests in being unable to configure
the ethernet access permissions, as the IotKitPPC looks
these up by name.
With this fix, eth is configurable
Signed-off-by: Jimmy Brisson
---
hw/arm/mps2-tz.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw