Re: [PATCH v1] an547: Correct typo that swaps ahb and apb peripherals

2022-02-10 Thread Jimmy Brisson
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

Re: [PATCH v1] an547: Correct typo that swaps ahb and apb peripherals

2022-02-10 Thread Jimmy Brisson
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 >

Re: [PATCH v1] an547: Correct typo that swaps ahb and apb peripherals

2022-02-04 Thread Peter Maydell
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

[PATCH v1] an547: Correct typo that swaps ahb and apb peripherals

2022-02-02 Thread Jimmy Brisson
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