commit | dedf280c3e8ba468b3a8ffa3cc20576955f362da | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Wed Mar 22 16:04:29 2017 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Apr 29 21:15:43 2017 +0000 |
tree | 606a6a734156d9d2013ded9de04eccfba2dd16c6 | |
parent | e97270cc4b3319233d6075dcf07bcedc615a6008 [diff] |
meta-romulus: Mirror host console to UART1 Add Romulus-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 ttyS0/UART1 Change-Id: Ib56d5c34154a38721eb6379cc3636cbf24f34fea Signed-off-by: Lei YU <mine260309@gmail.com>
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/console/obmc-console.bbappend b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/console/obmc-console.bbappend new file mode 100644 index 0000000..4db6f3a --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/console/obmc-console.bbappend
@@ -0,0 +1 @@ +FILESEXTRAPATHS_prepend_romulus := "${THISDIR}/${PN}:"
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/console/obmc-console/obmc-console.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/console/obmc-console/obmc-console.conf new file mode 100644 index 0000000..a5ba3f3 --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/console/obmc-console/obmc-console.conf
@@ -0,0 +1,4 @@ +lpc-address = 0x3f8 +sirq = 4 +local-tty = ttyS0 +local-tty-baud = 115200