summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-core2-32.conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-03-04 09:33:17 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-03-10 21:44:01 -0700
commitdc7c8548ff4e5055e23d411db093176f0f7b658a (patch)
treee853f1b1aa940b1bc4f75489f342671b1c7981df /conf/machine/intel-core2-32.conf
parent80bdaeda529a54c76f63eaa5597bdeeb1a79e3fa (diff)
downloadmeta-intel-dc7c8548ff4e5055e23d411db093176f0f7b658a.tar.gz
intel-core*: Add default serial console
For the intel-common BSPs, assume a default serial console of ttyS0 at 115200 BAUD. This will ensure the configuration is in place and is easy to find and modify on the resulting images. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'conf/machine/intel-core2-32.conf')
-rw-r--r--conf/machine/intel-core2-32.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 20c039de..62e1b7c4 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -17,3 +17,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
17 ${XSERVER_X86_MODESETTING} \ 17 ${XSERVER_X86_MODESETTING} \
18 ${XSERVER_X86_VESA} \ 18 ${XSERVER_X86_VESA} \
19 " 19 "
20
21SYSLINUX_OPTS = "serial 0 115200"
22SERIAL_CONSOLE = "115200 ttyS0"
23APPEND += "console=ttyS0,115200 console=tty0"