Hi Bernhard, I've been working on adding AMP (Asymmetric Multiprocessing) support for the i.MX8MP SoC in QEMU, which enables:- 1. Cortex-M7 core to boot alongside the A-core. 2. Device emulation for Messaging Unit. 3. Linux running on A53 to load Cortex-M7 bare metal images via remoteproc[It can start and stop the M7 core].
So far, I have successfully tested the above with minimal SRC stub. I noticed that you have a SRC implementation in your private repo which is not mainlined yet. Is it planned to be mainlined ? If yes, shall I base my changes on top of your SRC implementation. Regards
