mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
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>
26 lines
626 B
Plaintext
26 lines
626 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: fri2
|
|
|
|
#@DESCRIPTION: Machine configuration for Fish River Island II systems
|
|
# i.e. E660 + EG20T
|
|
|
|
include conf/machine/include/tune-atom.inc
|
|
include conf/machine/include/ia32-base.inc
|
|
|
|
MACHINE_FEATURES += "wifi 3g"
|
|
|
|
XSERVER ?= "${XSERVER_IA32_BASE} \
|
|
${XSERVER_IA32_EXT} \
|
|
${XSERVER_IA32_EMGD} \
|
|
"
|
|
|
|
PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
|
|
PREFERRED_VERSION_mesa-dri ?= "7.11"
|
|
PREFERRED_VERSION_emgd-driver-bin ?= "1.8"
|
|
|
|
SYSLINUX_OPTS = "serial 0 115200"
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
APPEND += "console=ttyS0,115200 console=tty0"
|
|
|
|
APPEND += "video=vesafb vga=0x318"
|