[PATCH 3/3] documentation: Instructions on how to setup Jailhouse on emCON-RZ/G from emtrion

2017-11-17 Thread jan.vonwiarda
From: Jan von Wiarda Step-by-step instructions on how to setup Jailhouse on emCON-RZ/G1E and emCON-RZ/G1M from emtrion. Signed-off-by: Jan von Wiarda --- Documentation/setup-on-emtrion-emcon-rz-boards.md | 105 ++ 1 file

[PATCH 1/3] configs: Jailhouse support for Renesas RZ/G1E (emCON-RZ/G1E from emtrion)

2017-11-17 Thread jan.vonwiarda
From: Ruediger Fichter This patch adds: - root cell configuration - UART demo configuration - Linux demo configuration - Inmate Device Tree for emCON-RZ/G1E for Renesas RZ/G1E (emCON-RZ/G1E from emtrion). Signed-off-by: Ruediger Fichter

[PATCH 2/3] configs: Jailhouse support for Renesas RZ/G1M (emCON-RZ/G1M from emtrion)

2017-11-17 Thread jan.vonwiarda
From: Jan von Wiarda This patch adds: - root cell configuration - UART demo configuration - Linux demo configuration - Inmate Device Tree for emCON-RZ/G1M for Renesas RZ/G1M (emCON-RZ/G1M from emtrion). Signed-off-by: Jan von Wiarda

[PATCH 0/3] ARM: Add support for emCON-RZ/G hardware platform

2017-11-17 Thread jan.vonwiarda
From: Jan von Wiarda This patchset adds support for the emCON-RZ/G hardware platform (emCON-RZ/G1E and emCON-RZ/G1M). Jan von Wiarda (3): configs: Jailhouse support for Renesas RZ/G1E (emCON-RZ/G1E from emtrion) configs: Jailhouse support for Renesas RZ/G1M

[PATCH] arm-common: Force enabling the clock gate of the debug console

2017-11-17 Thread jan.vonwiarda
From: Ruediger Fichter Enable the clock gate of the debug console, even in the case it has been turned off i.e. because the root cell is not using the UART. Signed-off-by: Ruediger Fichter Signed-off-by: Jan von Wiarda

[PATCH 2/3] configs: Updated cell configs for Renesas RZ/G1E (emCON-RZ/G1E from emtrion)

2017-11-16 Thread jan.vonwiarda
From: Ruediger Fichter - remove access to clock registers for linux and uart demo - make use of clock register and gate number during debug console setup Signed-off-by: Ruediger Fichter Signed-off-by: Jan von Wiarda

[PATCH 3/3] configs: Updated cell configs for Renesas RZ/G1M (emCON-RZ/G1M from emtrion)

2017-11-16 Thread jan.vonwiarda
From: Jan von Wiarda - remove access to clock registers for linux and uart demo - make use of clock register and gate number during debug console setup Signed-off-by: Jan von Wiarda --- configs/dts/inmate-emtrion-emconrzg1m.dts | 275

[PATCH 0/3] ARM: Fix CI build failure on emCON-RZ/G hardware platform

2017-11-16 Thread jan.vonwiarda
From: Jan von Wiarda - Fix CI build failure introduced by non-existent header file - Changes on cell configs regarding clock usage - Setup debug console correctly Jan von Wiarda (3): arm-common: Make sure debug console is setup correctly configs: Updated cell

[PATCH 1/3] arm-common: Make sure debug console is setup correctly

2017-11-16 Thread jan.vonwiarda
From: Ruediger Fichter - initialize clock register correctly Signed-off-by: Ruediger Fichter Signed-off-by: Jan von Wiarda --- hypervisor/arch/arm-common/uart-hscif.c | 7 +++ 1 file changed, 7

[PATCH] arm-common: Force enabling the clock gate of the debug console

2017-11-20 Thread jan.vonwiarda
From: Ruediger Fichter Enable the clock gate of the debug console, even in the case it has been turned off i.e. because the root cell is not using the UART. Signed-off-by: Ruediger Fichter Signed-off-by: Jan von Wiarda

[PATCH 0/6] ARM: Add support for Renesas SCI and emCON-RZ/G hardware platform

2017-11-03 Thread jan.vonwiarda
From: Jan von Wiarda This patchset adds support for Renesas Serial Communication Interface and the emCON-RZ/G hardware platform (emCON-RZ/G1E and emCON-RZ/G1M) from emtrion. Jan von Wiarda (6): arm-common: Jailhouse support for Renesas Serial Communication

[PATCH 3/6] configs: Jailhouse support for Renesas RZ/G1E (emCON-RZ/G1E from emtrion)

2017-11-03 Thread jan.vonwiarda
From: Ruediger Fichter This patch adds: - root cell configuration - UART demo configuration - Linux demo configuration - Inmate Device Tree for emCON-RZ/G1E for Renesas RZ/G1E (emCON-RZ/G1E from emtrion). Signed-off-by: Ruediger Fichter

[PATCH 1/6] arm-common: Jailhouse support for Renesas Serial Communication Interface

2017-11-03 Thread jan.vonwiarda
From: Ruediger Fichter This patch adds support for Renesas-specific Serial Communication Interface (SCI) UART. Signed-off-by: Ruediger Fichter Signed-off-by: Jan von Wiarda ---

[PATCH 4/6] configs: Jailhouse support for Renesas RZ/G1M (emCON-RZ/G1M from emtrion)

2017-11-03 Thread jan.vonwiarda
From: Jan von Wiarda This patch adds: - root cell configuration - UART demo configuration - Linux demo configuration - Inmate Device Tree for emCON-RZ/G1M for Renesas RZ/G1M (emCON-RZ/G1M from emtrion). Signed-off-by: Jan von Wiarda

[PATCH 1/6] arm-common: Jailhouse support for Renesas Serial Communication Interface

2017-11-06 Thread jan.vonwiarda
From: Ruediger Fichter This patch adds support for Renesas-specific Serial Communication Interface (SCI) UART. Signed-off-by: Ruediger Fichter Signed-off-by: Jan von Wiarda ---

[PATCH 3/6] configs: Jailhouse support for Renesas RZ/G1E (emCON-RZ/G1E from emtrion)

2017-11-06 Thread jan.vonwiarda
From: Ruediger Fichter This patch adds: - root cell configuration - UART demo configuration - Linux demo configuration - Inmate Device Tree for emCON-RZ/G1E for Renesas RZ/G1E (emCON-RZ/G1E from emtrion). Signed-off-by: Ruediger Fichter

[PATCH 6/6] documentation: Instructions on how to setup Jailhouse on emCON-RZ/G from emtrion

2017-11-06 Thread jan.vonwiarda
From: Jan von Wiarda Step-by-step instructions on how to setup Jailhouse on emCON-RZ/G1E and emCON-RZ/G1M from emtrion. Signed-off-by: Jan von Wiarda --- Documentation/setup-on-emtrion-emcon-rz-boards.md | 97 +++ 1 file

[PATCH 2/6] inmates: Inmate specific defines for emCON-RZ/G COMs from emtrion

2017-11-06 Thread jan.vonwiarda
From: Jan von Wiarda This patch adds inmate specific defines for computer-on-modules emCON-RZ/G1E and emCON-RZ/G1M from emtrion. Signed-off-by: Jan von Wiarda --- inmates/lib/arm/include/mach.h | 12 1 file changed, 12

[PATCH 0/6] ARM: Add support for Renesas SCI and emCON-RZ/G hardware platform

2017-11-06 Thread jan.vonwiarda
From: Jan von Wiarda This patchset adds support for Renesas Serial Communication Interface UARTs and the emCON-RZ/G hardware platform (emCON-RZ/G1E and emCON-RZ/G1M). Jan von Wiarda (6): arm-common: Jailhouse support for Renesas Serial Communication Interface

[PATCH 4/6] configs: Jailhouse support for Renesas RZ/G1M (emCON-RZ/G1M from emtrion)

2017-11-06 Thread jan.vonwiarda
From: Jan von Wiarda This patch adds: - root cell configuration - UART demo configuration - Linux demo configuration - Inmate Device Tree for emCON-RZ/G1M for Renesas RZ/G1M (emCON-RZ/G1M from emtrion). Signed-off-by: Jan von Wiarda

[PATCH 5/6] ci: Continuous integration support for emCON-RZ/G from emtrion

2017-11-06 Thread jan.vonwiarda
From: Jan von Wiarda This patch adds the recommended Linux Kernel configuration for emCON-RZ/G1E and emCON-RZ/G1M from emtrion and board specific defines. Signed-off-by: Jan von Wiarda --- ci/jailhouse-config-emcon-rzg.h|2 +

[PATCH 2/5] inmates: Inmate specific defines for emCON-RZ/G COMs from emtrion

2017-11-06 Thread jan.vonwiarda
From: Jan von Wiarda This patch adds inmate specific defines for computer-on-modules emCON-RZ/G1E and emCON-RZ/G1M from emtrion. Signed-off-by: Jan von Wiarda --- inmates/lib/arm/include/mach.h | 12 1 file changed, 12

[PATCH 1/5] arm-common: Jailhouse support for Renesas SH-Mobile Serial Communication Interface

2017-11-06 Thread jan.vonwiarda
From: Ruediger Fichter This patch adds support for Renesas-specific Serial Communication Interface (SCI) UART. Signed-off-by: Ruediger Fichter Signed-off-by: Jan von Wiarda ---

[PATCH 0/5] ARM: Add support for Renesas SCI and emCON-RZ/G hardware platform

2017-11-06 Thread jan.vonwiarda
From: Jan von Wiarda This patchset adds support for Renesas Serial Communication Interface UARTs and the emCON-RZ/G hardware platform (emCON-RZ/G1E and emCON-RZ/G1M). Jan von Wiarda (5): arm-common: Jailhouse support for Renesas SH-Mobile Serial Communication

[PATCH 3/5] configs: Jailhouse support for Renesas RZ/G1E (emCON-RZ/G1E from emtrion)

2017-11-06 Thread jan.vonwiarda
From: Ruediger Fichter This patch adds: - root cell configuration - UART demo configuration - Linux demo configuration - Inmate Device Tree for emCON-RZ/G1E for Renesas RZ/G1E (emCON-RZ/G1E from emtrion). Signed-off-by: Ruediger Fichter

[PATCH 5/5] documentation: Instructions on how to setup Jailhouse on emCON-RZ/G from emtrion

2017-11-06 Thread jan.vonwiarda
From: Jan von Wiarda Step-by-step instructions on how to setup Jailhouse on emCON-RZ/G1E and emCON-RZ/G1M from emtrion. Signed-off-by: Jan von Wiarda --- Documentation/setup-on-emtrion-emcon-rz-boards.md | 97 +++ 1 file

[PATCH 4/5] configs: Jailhouse support for Renesas RZ/G1M (emCON-RZ/G1M from emtrion)

2017-11-06 Thread jan.vonwiarda
From: Jan von Wiarda This patch adds: - root cell configuration - UART demo configuration - Linux demo configuration - Inmate Device Tree for emCON-RZ/G1M for Renesas RZ/G1M (emCON-RZ/G1M from emtrion). Signed-off-by: Jan von Wiarda

[PATCH 4/4] core: Add Renesas SCIFA as console type

2018-01-26 Thread jan.vonwiarda
From: Ruediger Fichter Signed-off-by: Jan von Wiarda Signed-off-by: Ruediger Fichter --- include/jailhouse/cell-config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/jailhouse/cell-config.h

[PATCH 1/4] configs: Add support for emtrion's octa-core emCON-RZ/G1H

2018-01-26 Thread jan.vonwiarda
From: Jan von Wiarda Introduce Jailhouse support for emtrion's octa-core emCON-RZ/G1H. Signed-off-by: Jan von Wiarda --- configs/dts/inmate-emtrion-emconrzg1h.dts | 184 +++ configs/emtrion-rzg1h-linux-demo.c| 170

[PATCH 2/4] inmates: Add inmate support for Renesas SCIFA serial communication interface

2018-01-26 Thread jan.vonwiarda
From: Ruediger Fichter Renesas boards support different types of serial communication interfaces. This patch adds inmate support for the SCIFA SCI. Signed-off-by: Jan von Wiarda Signed-off-by: Ruediger Fichter

[PATCH 0/4] ARM: Add support for emtrion's octa-core emCON-RZ/G1H and Renesas SCIFA

2018-01-26 Thread jan.vonwiarda
From: Jan von Wiarda This patchset introduces support for emtrion's octa-core emCON-RZ/G1H and Renesas SCIFA serial interfaces. Jan von Wiarda (4): configs: Add support for emtrion's octa-core emCON-RZ/G1H inmates: Add inmate support for Renesas SCIFA serial

[PATCH 3/4] arm: Add hypervisor support for Renesas SCIFA serial communication interface

2018-01-26 Thread jan.vonwiarda
From: Ruediger Fichter This patch adds hypervisor support for the SCIFA SCI. Signed-off-by: Jan von Wiarda Signed-off-by: Ruediger Fichter --- hypervisor/arch/arm-common/Kbuild | 2 +-

[PATCH 4/4] documentation: Update documentation for emCON-RZ/G1x modules

2018-01-15 Thread jan.vonwiarda
From: Jan von Wiarda Since we are using fixed clocks in the inmates' dts there is no need to patch the Linux inmate kernel anymore. --- Documentation/setup-on-emtrion-emcon-rz-boards.md | 9 - 1 file changed, 9 deletions(-) diff --git

[PATCH 0/4] Added improvements for emCON-RZ/G platform

2018-01-15 Thread jan.vonwiarda
From: Jan von Wiarda This patchset introduces some improvements for the emCON-RZ/G platform. More notably we eliminate the need to patch the Linux inmate kernel. Besides there are some minor configuration fixes. Jan von Wiarda (4): inmates: Corrected GICD and GICC

[PATCH 1/4] inmates: Corrected GICD and GICC base address

2018-01-15 Thread jan.vonwiarda
From: Jan von Wiarda --- inmates/lib/arm/include/mach.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inmates/lib/arm/include/mach.h b/inmates/lib/arm/include/mach.h index 1e79f71..849761d 100644 --- a/inmates/lib/arm/include/mach.h +++

[PATCH 3/4] inmates: Use fixed-clock in Linux inmates' dts on emCON-RZ/G1x

2018-01-15 Thread jan.vonwiarda
From: Jan von Wiarda By using fixed clocks in the inmates' dts we avoid that the Linux inmate crashes when accessing the Clock Pulse Generator. This way we get rid of the Kernel changes we were using so far. --- configs/dts/inmate-emtrion-emconrzg1e.dts | 25

[PATCH 0/4] ARM: Add support for emtrion's octa-core emCON-RZ/G1H and Renesas SCIFA

2018-01-31 Thread jan.vonwiarda
From: Jan von Wiarda This patchset introduces support for emtrion's octa-core emCON-RZ/G1H and Renesas SCIFA serial interfaces. Jan von Wiarda (4): configs: Add support for emtrion's octa-core emCON-RZ/G1H inmates: Add inmate support for Renesas SCIFA serial

[PATCH 2/4] inmates: Add inmate support for Renesas SCIFA serial communication interface

2018-01-31 Thread jan.vonwiarda
From: Ruediger Fichter Renesas boards support different types of serial communication interfaces. This patch adds inmate support for the SCIFA SCI. Signed-off-by: Jan von Wiarda Signed-off-by: Ruediger Fichter

[PATCH 3/4] arm: Add hypervisor support for Renesas SCIFA serial communication interface

2018-01-31 Thread jan.vonwiarda
From: Ruediger Fichter This patch adds hypervisor support for the SCIFA SCI. Signed-off-by: Jan von Wiarda Signed-off-by: Ruediger Fichter --- hypervisor/arch/arm-common/Kbuild | 2 +-

[PATCH 4/4] core: Add Renesas SCIFA as console type

2018-01-31 Thread jan.vonwiarda
From: Ruediger Fichter Signed-off-by: Jan von Wiarda Signed-off-by: Ruediger Fichter --- include/jailhouse/cell-config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/jailhouse/cell-config.h

[PATCH 1/4] configs: Add support for emtrion's octa-core emCON-RZ/G1H

2018-01-31 Thread jan.vonwiarda
From: Jan von Wiarda Introduce Jailhouse support for emtrion's octa-core emCON-RZ/G1H. Signed-off-by: Jan von Wiarda --- configs/arm/dts/inmate-emtrion-emconrzg1h.dts | 182 + configs/arm/emtrion-rzg1h-linux-demo.c| 170

[PATCH v2] configs: Device Tree Revision for Linux inmates on emCON-RZ/G1E and emCON-RZ/G1M

2018-02-01 Thread jan.vonwiarda
From: Jan von Wiarda This patchset removes the warnings of the latest 4.15 device tree compiler. In addition it includes the defines of missing header files directly in the device tree source file. Signed-off-by: Jan von Wiarda Signed-off-by:

[PATCH] documentation: Update emCON-RZ/G debug and setup documentation files

2018-02-01 Thread jan.vonwiarda
From: Jan von Wiarda -added the two new debug interfaces HSCIF and SCIFA from Renesas to the debug output documentation -updated device specific defines in setup documentation of emcon-RZ/G Signed-off-by: Jan von Wiarda ---

[PATCH] README: support for emtrion emCON-RZ/G1x series

2018-03-09 Thread jan.vonwiarda
From: Jan von Wiarda Signed-off-by: Jan von Wiarda --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7a7c91d..93e3cb18 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ Hardware