All of lore.kernel.org
 help / color / mirror / Atom feed
* [master/thud][PATCH v2] am65xx, j7-evm: add secondary serial console for Jailhouse
@ 2019-08-30 17:10 Jacob Stiffler
  2019-08-30 17:36 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2019-08-30 17:10 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
v2 changes:
* update commit message
* add SERIAL_CONSOLES_CHECK

 conf/machine/am65xx-evm.conf | 3 ++-
 conf/machine/j7-evm.conf     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index 27bb0b0..15bffde 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -8,7 +8,8 @@ MACHINE_FEATURES += "touchscreen"
 
 IMAGE_FSTYPES += "tar.xz wic.xz"
 
-SERIAL_CONSOLES = "115200;ttyS2"
+SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
+SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 KERNEL_DEVICETREE = " \
     ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index ca594e8..7b11ba7 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/k3.inc
 
 IMAGE_FSTYPES += "tar.xz wic.xz"
 
-SERIAL_CONSOLES = "115200;ttyS2"
+SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
 SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 KERNEL_DEVICETREE = " \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [master/thud][PATCH v2] am65xx, j7-evm: add secondary serial console for Jailhouse
  2019-08-30 17:10 [master/thud][PATCH v2] am65xx, j7-evm: add secondary serial console for Jailhouse Jacob Stiffler
@ 2019-08-30 17:36 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2019-08-30 17:36 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-ti

Perfect!
Merged everything to thud-next for testing, thanks!


On Fri, Aug 30, 2019 at 01:10:58PM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> v2 changes:
> * update commit message
> * add SERIAL_CONSOLES_CHECK
> 
>  conf/machine/am65xx-evm.conf | 3 ++-
>  conf/machine/j7-evm.conf     | 2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
> index 27bb0b0..15bffde 100644
> --- a/conf/machine/am65xx-evm.conf
> +++ b/conf/machine/am65xx-evm.conf
> @@ -8,7 +8,8 @@ MACHINE_FEATURES += "touchscreen"
>  
>  IMAGE_FSTYPES += "tar.xz wic.xz"
>  
> -SERIAL_CONSOLES = "115200;ttyS2"
> +SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
> +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
>  
>  KERNEL_DEVICETREE = " \
>      ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \
> diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
> index ca594e8..7b11ba7 100644
> --- a/conf/machine/j7-evm.conf
> +++ b/conf/machine/j7-evm.conf
> @@ -6,7 +6,7 @@ require conf/machine/include/k3.inc
>  
>  IMAGE_FSTYPES += "tar.xz wic.xz"
>  
> -SERIAL_CONSOLES = "115200;ttyS2"
> +SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
>  SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
>  
>  KERNEL_DEVICETREE = " \
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-30 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-30 17:10 [master/thud][PATCH v2] am65xx, j7-evm: add secondary serial console for Jailhouse Jacob Stiffler
2019-08-30 17:36 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.