mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
c40a23b46f
commit
61634f89a8
|
@ -28,7 +28,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
|
||||||
"
|
"
|
||||||
|
|
||||||
SYSLINUX_OPTS = "serial 0 115200"
|
SYSLINUX_OPTS = "serial 0 115200"
|
||||||
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
|
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyPCH0"
|
||||||
APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
|
APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
|
||||||
|
|
||||||
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
|
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
|
||||||
|
|
|
@ -27,7 +27,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
|
||||||
"
|
"
|
||||||
|
|
||||||
SYSLINUX_OPTS = "serial 0 115200"
|
SYSLINUX_OPTS = "serial 0 115200"
|
||||||
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2"
|
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
|
||||||
APPEND += "rootwait console=ttyS0,115200 console=tty0"
|
APPEND += "rootwait console=ttyS0,115200 console=tty0"
|
||||||
|
|
||||||
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
|
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user