diff options
| author | Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> | 2016-11-11 17:38:01 +0800 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2016-11-28 12:45:06 -0800 |
| commit | 61634f89a8a93c45bfa4efb08099a50126211df4 (patch) | |
| tree | 7428dd0b8c5365d7ae1aa02656790ac3e9a7416e /conf | |
| parent | c40a23b46f72c223eb5441fa8d6ec4f45a45daea (diff) | |
| download | meta-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.conf | 2 | ||||
| -rw-r--r-- | conf/machine/intel-corei7-64.conf | 2 |
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 | ||
| 30 | SYSLINUX_OPTS = "serial 0 115200" | 30 | SYSLINUX_OPTS = "serial 0 115200" |
| 31 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0" | 31 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyPCH0" |
| 32 | APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" | 32 | APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" |
| 33 | 33 | ||
| 34 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" | 34 | PACKAGE_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 | ||
| 29 | SYSLINUX_OPTS = "serial 0 115200" | 29 | SYSLINUX_OPTS = "serial 0 115200" |
| 30 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" | 30 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" |
| 31 | APPEND += "rootwait console=ttyS0,115200 console=tty0" | 31 | APPEND += "rootwait console=ttyS0,115200 console=tty0" |
| 32 | 32 | ||
| 33 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" | 33 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" |
