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

2022-02-24 Thread Peter Maydell
On Thu, 10 Feb 2022 at 21:02, Jimmy Brisson wrote: > > 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

[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-by: Jimmy