On 07/11/2022 00:05, Lad Prabhakar wrote:
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.

No changes from previous version sent to ML, just rebased on the next branch.

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

For the series, especially the UART parts:

Reviewed-By: Ralf Ramsauer <[email protected]>

Thanks,

  Ralf


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


--
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/3dcce533-4ec7-de06-aeee-d06b61d666ce%40oth-regensburg.de.

Reply via email to