From: Stephane Viau <[email protected]>
Signed-off-by: Stephane Viau <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
---
Documentation/debug-output.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/debug-output.md b/Documentation/debug-output.md
index c86270eb..50d91e29 100644
--- a/Documentation/debug-output.md
+++ b/Documentation/debug-output.md
@@ -5,7 +5,7 @@ System Configuration
--------------------
Jailhouse supports various debug output drivers. The debug output of the
-hypervisor is selected in the system configuration inside the debug_output
+hypervisor is selected in the system configuration inside the debug_console
structure. The 'type' member selects the output driver and the 'flags' member
specifies additional options.
@@ -28,6 +28,8 @@ Possible debug outputs for arm and arm64:
- JAILHOUSE_CON_TYPE_MVEBU /* Marvell UART */
- JAILHOUSE_CON_TYPE_HSCIF /* Renesas HSCIF UART */
- JAILHOUSE_CON_TYPE_SCIFA /* Renesas SCIFA UART */
+ - JAILHOUSE_CON_TYPE_IMX /* NXP i.MX UART */
+ - JAILHOUSE_CON_TYPE_IMX_LPUART/* NXP i.MX LPUART */
Possible access modes, to be or'ed:
--
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/20211009011138.469592-3-peng.fan%40oss.nxp.com.