fri2: use ttyS0,115200 for serial console and syslinux

The FRI2 has an optional serial expansion board. Enable the use of this
as a console for both syslinux and the OS.

Note: while the settings all appear to be correct, the serial port is
      not working on my test device in syslinux or the getty. The
      kernel messages do make their way to the serial port after PCI
      initialization.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
Darren Hart 2011-09-14 11:23:35 -07:00
parent c3e12aa981
commit 5bad886cb2
2 changed files with 4 additions and 0 deletions

View File

@ -26,7 +26,9 @@ XSERVER ?= "xserver-xf86-dri-lite \
xf86-input-synaptics \ xf86-input-synaptics \
xf86-video-vesa" xf86-video-vesa"
SYSLINUX_OPTS = "serial 0 115200"
SERIAL_CONSOLE = "115200 ttyS0" SERIAL_CONSOLE = "115200 ttyS0"
APPEND += "console=ttyS0,115200 console=tty0"
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"

View File

@ -29,7 +29,9 @@ XSERVER ?= "xserver-xf86-dri-lite \
PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.9.3" PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.9.3"
PREFERRED_VERSION_emgd-driver-bin ?= "1.8" PREFERRED_VERSION_emgd-driver-bin ?= "1.8"
SYSLINUX_OPTS = "serial 0 115200"
SERIAL_CONSOLE = "115200 ttyS0" SERIAL_CONSOLE = "115200 ttyS0"
APPEND += "console=ttyS0,115200 console=tty0"
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"