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

2023-08-07 Thread Peter Maydell
On Wed, 2 Aug 2023 at 22:08, Jean-Christophe Dubois wrote: > > The SRC device is normaly used to start the secondary CPU. "normally" > > When running Linux directly, Qemu is emulating a PSCI interface that UBOOT "QEMU" > is installing at boot time and therefore the fact that the SRC device is

[PATCH v3 5/5] Add i.MX7 SRC device implementation

2023-08-02 Thread Jean-Christophe Dubois
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 using the SRC devi