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 ethernet access permissions, as the IotKitPPC looks
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.
> >
> > With this fix, eth is configurable
>
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.
>
> With this fix, eth is configurable
>
> Signed-off-by: Jimmy Brisson
Can you explain the issue here in
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/ar