commit | 8e7f3e7db748a563fce8f4cc88b511caecdd761a | [log] [tgz] |
---|---|---|
author | Brian Yang <yang.brianc.w@inventec.com> | Tue May 29 06:52:37 2018 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jun 04 19:25:49 2018 +0000 |
tree | afc23651be1f04213c9b76fe5e647c68fbb65350 | |
parent | ca4097f1a205cb17be82ea071df088e78d031170 [diff] |
meta-lanyang: Mirror host console to UART1 Add obmc-console conf This enables obmc-console-server to relay the LPC-controlled VUART to another ttyS0/UART1 Change-Id: I3103a69b95689a84d00a44bc10d69af9c80dff03 Tested: Verified lanyang image build Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
diff --git a/meta-openbmc-machines/meta-openpower/meta-inventec/meta-lanyang/recipes-phosphor/console/obmc-console.bbappend b/meta-openbmc-machines/meta-openpower/meta-inventec/meta-lanyang/recipes-phosphor/console/obmc-console.bbappend new file mode 100644 index 0000000..ab94de8 --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/meta-inventec/meta-lanyang/recipes-phosphor/console/obmc-console.bbappend
@@ -0,0 +1 @@ +FILESEXTRAPATHS_prepend_lanyang := "${THISDIR}/${PN}:"
diff --git a/meta-openbmc-machines/meta-openpower/meta-inventec/meta-lanyang/recipes-phosphor/console/obmc-console/obmc-console.conf b/meta-openbmc-machines/meta-openpower/meta-inventec/meta-lanyang/recipes-phosphor/console/obmc-console/obmc-console.conf new file mode 100644 index 0000000..a5ba3f3 --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/meta-inventec/meta-lanyang/recipes-phosphor/console/obmc-console/obmc-console.conf
@@ -0,0 +1,4 @@ +lpc-address = 0x3f8 +sirq = 4 +local-tty = ttyS0 +local-tty-baud = 115200