summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower
diff options
context:
space:
mode:
authorXo Wang <xow@google.com>2017-01-18 18:06:18 -0800
committerPatrick Williams <patrick@stwcx.xyz>2017-01-26 03:38:32 +0000
commitcd021293f1264ace3b0833e63a3f9b4a20fd1ef4 (patch)
tree53accb4cf15e6a48b9bde7001d27c4048674103e /meta-openbmc-machines/meta-openpower
parentca567caad022455648052c300c7d383ed012466c (diff)
downloadtalos-openbmc-cd021293f1264ace3b0833e63a3f9b4a20fd1ef4.tar.gz
talos-openbmc-cd021293f1264ace3b0833e63a3f9b4a20fd1ef4.zip
meta-zaius: Mirror host console to UART1
Add Zaius-specific override for obmc-console.conf containing the 'local-tty' configuration option. This enables obmc-console-server to relay the LPC-controlled VUART to another tty (in this case, ttyS0/UART1). Signed-off-by: Xo Wang <xow@google.com> Change-Id: I97b6982c163e22bab57004b62cc31dd8eae51680
Diffstat (limited to 'meta-openbmc-machines/meta-openpower')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console.bbappend1
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console/obmc-console.conf3
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console.bbappend b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console.bbappend
new file mode 100644
index 000000000..2072afd86
--- /dev/null
+++ b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console.bbappend
@@ -0,0 +1 @@
+FILESEXTRAPATHS_prepend_zaius := "${THISDIR}/${PN}:"
diff --git a/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console/obmc-console.conf b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console/obmc-console.conf
new file mode 100644
index 000000000..8ad936d5b
--- /dev/null
+++ b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console/obmc-console.conf
@@ -0,0 +1,3 @@
+lpc-address = 0x3f8
+sirq = 4
+local-tty = ttyS0
OpenPOWER on IntegriCloud