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
[3] https://github.com/renesas-rz/meta-renesas/tree/BSP-3.0.0

Cheers,
Prabhakar

Lad Prabhakar (3):
  renesas: Add SCIF support
  configs: arm64: Add root cell config for Renesas RZ/G2M SoC
  configs: arm64: Add demo cell config for Renesas RZ/G2M

 Documentation/debug-output.md                 |    1 +
 configs/arm64/dts/inmate-r8a774a1-hihope.dts  |  228 ++++
 configs/arm64/renesas-r8a774a1-linux-demo.c   |  114 ++
 configs/arm64/renesas-r8a774a1.c              | 1134 +++++++++++++++++
 hypervisor/arch/arm-common/Kbuild             |    2 +-
 hypervisor/arch/arm-common/dbg-write.c        |    2 +
 hypervisor/arch/arm-common/include/asm/uart.h |    2 +-
 hypervisor/arch/arm-common/uart-scif.c        |   44 +
 include/jailhouse/console.h                   |    1 +
 inmates/lib/arm-common/Makefile.lib           |    2 +-
 inmates/lib/arm-common/uart-scif.c            |   65 +
 inmates/lib/arm-common/uart.c                 |    2 +
 12 files changed, 1594 insertions(+), 3 deletions(-)
 create mode 100644 configs/arm64/dts/inmate-r8a774a1-hihope.dts
 create mode 100644 configs/arm64/renesas-r8a774a1-linux-demo.c
 create mode 100644 configs/arm64/renesas-r8a774a1.c
 create mode 100644 hypervisor/arch/arm-common/uart-scif.c
 create mode 100644 inmates/lib/arm-common/uart-scif.c

-- 
2.17.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 jailhouse-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/20220822220202.26218-1-prabhakar.mahadev-lad.rj%40bp.renesas.com.

Reply via email to