Re: [PATCH 3/3] Add i.MX7 SRC device implementation

2023-07-27 Thread Peter Maydell
On Wed, 26 Jul 2023 at 16:54, Jean-Christophe Dubois wrote: > > From: jcdubois > > The SRC device is normaly used to start the secondary CPU. > > When running Linux directly, Qemu is emulating a PSCI interface that UBOOT > is installing at boot time and therefore the fact that the SRC device is >

[PATCH 3/3] Add i.MX7 SRC device implementation

2023-07-26 Thread Jean-Christophe Dubois
From: jcdubois The SRC device is normaly used to start the secondary CPU. When running Linux directly, Qemu is emulating a PSCI interface that UBOOT is installing at boot time and therefore the fact that the SRC device is unimplemented is hidden as Qemu respond directly to PSCI requets without u