summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-11-11 17:38:01 +0800
committerSaul Wold <sgw@linux.intel.com>2016-11-28 12:45:06 -0800
commit61634f89a8a93c45bfa4efb08099a50126211df4 (patch)
tree7428dd0b8c5365d7ae1aa02656790ac3e9a7416e /conf
parentc40a23b46f72c223eb5441fa8d6ec4f45a45daea (diff)
downloadmeta-intel-61634f89a8a93c45bfa4efb08099a50126211df4.tar.gz
intel-core*: add ttyS1 to SERIAL_CONSOLES
Some of Intel boards are using ttyS1 also. So ttyS1 is added to SERIAL_CONSOLES inorder to provide login prompts on the console. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/intel-core2-32.conf2
-rw-r--r--conf/machine/intel-corei7-64.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index d0855d65..6a61fadc 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -28,7 +28,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
28 " 28 "
29 29
30SYSLINUX_OPTS = "serial 0 115200" 30SYSLINUX_OPTS = "serial 0 115200"
31SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0" 31SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyPCH0"
32APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" 32APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
33 33
34PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" 34PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index 98467951..053c9604 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -27,7 +27,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
27 " 27 "
28 28
29SYSLINUX_OPTS = "serial 0 115200" 29SYSLINUX_OPTS = "serial 0 115200"
30SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" 30SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
31APPEND += "rootwait console=ttyS0,115200 console=tty0" 31APPEND += "rootwait console=ttyS0,115200 console=tty0"
32 32
33PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" 33PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"