[PATCH] mps3-an547: Add missing user ahb interfaces

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

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 ethern

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. > > &g

[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