[meta-intel] [PATCH 4/4] intel-core2-32: Allow for multiple tty console types

Saul Wold sgw at linux.intel.com
Fri Aug 28 11:22:11 PDT 2015


Adding the ttyPCH0 will allow of the platforms that have the EG20T Hardware
to get both kernel console output and login prompt.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 conf/machine/intel-core2-32.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 09303e3..d9478fc 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -29,5 +29,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
            "
 
 SYSLINUX_OPTS = "serial 0 115200"
-SERIAL_CONSOLE = "115200 ttyS0"
-APPEND += "console=ttyS0,115200 console=tty0"
+SERIAL_CONSOLE = "115200 ttyS0 115200 ttyPCH0"
+APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
-- 
2.1.0



More information about the meta-intel mailing list