From: Lad Prabhakar <[email protected]> Hi All,
This patch series adds support for Renesas RZ/G2M SoC [0] (root cell config) and adds demo cell config for HopeRun HiHope RZ/G2M platform [1]. Changes apply on top of next branch [2] and the kernel used for testing is 5.10 (-cip) based on BSP-3.0.0 [3] release from Renesas. [0] https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-mpus/rzg2m-ultra-high-performance-microprocessors-arm-cortex-a57-and-arm-cortex-a53-cpus-3d-graphics-and-4k [1] https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-mpus/rzg2m-hihope-rzg2m-reference-board#overview [2] https://github.com/siemens/jailhouse/tree/next (e57d1eff) [3] https://github.com/renesas-rz/meta-renesas/tree/BSP-3.0.0 v1->v2 * Added inmate demo * Added support for IVSHMEM * Rebased on current next Note, * For IVSHMEM Linux demo I have tested by pinging the root and inmate cell * For IVSHMEM bare metal demo I ran the "ivshmem-demo -t 1" and noticed the interrupt counters on root and inmate cells Cheers, Prabhakar Lad Prabhakar (3): configs: arm64: Add root cell config for Renesas RZ/G2M SoC configs: arm64: Add linux-inmate-demo cell config for Renesas RZ/G2M configs: arm64: Add inmate-demo cell config for Renesas RZ/G2M configs/arm64/dts/inmate-r8a774a1-hihope.dts | 244 ++++ configs/arm64/renesas-r8a774a1-inmate-demo.c | 140 ++ configs/arm64/renesas-r8a774a1-linux-demo.c | 184 +++ configs/arm64/renesas-r8a774a1.c | 1235 ++++++++++++++++++ 4 files changed, 1803 insertions(+) create mode 100644 configs/arm64/dts/inmate-r8a774a1-hihope.dts create mode 100644 configs/arm64/renesas-r8a774a1-inmate-demo.c create mode 100644 configs/arm64/renesas-r8a774a1-linux-demo.c create mode 100644 configs/arm64/renesas-r8a774a1.c -- 2.25.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20230119214536.5247-1-prabhakar.mahadev-lad.rj%40bp.renesas.com.
