summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-corei7-64.conf
diff options
context:
space:
mode:
authorRebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com>2016-09-13 09:17:36 +0800
committerSaul Wold <sgw@linux.intel.com>2016-09-16 07:50:20 -0700
commit21072a0d069c20e9dd52dab5bb1041b7cd2078f7 (patch)
tree5ca10de794bda7b0ac2efc763008e35470f2783a /conf/machine/intel-corei7-64.conf
parentaca8652267fb70a00995d32a1de8581694d6c867 (diff)
downloadmeta-intel-21072a0d069c20e9dd52dab5bb1041b7cd2078f7.tar.gz
intel-corei7-64: add machine configurations specific to leafhill bsp
We would like to enable new BSP for Intel Atom E3900 SoC based platforms. This will help us to consolidate BSP into intel-common and we can use KERNEL_FEATURES to select target BSP to compile. Leaf Hill uses different serial console port setup. Hence this mechanism are in place to enable new bsp with existing machine configurations file. Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine/intel-corei7-64.conf')
-rw-r--r--conf/machine/intel-corei7-64.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index cc16d621..305fd2f9 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -30,5 +30,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
30 " 30 "
31 31
32SYSLINUX_OPTS = "serial 0 115200" 32SYSLINUX_OPTS = "serial 0 115200"
33SERIAL_CONSOLE = "115200 ttyS0" 33SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS0"
34APPEND += "console=ttyS0,115200 console=tty0" 34SERIAL_CONSOLES_CHECK = "ttyS2 ttyS0"
35APPEND += "console=ttyS2,115200n8 console=ttyS0,115200 console=tty0"
36APPEND += "${@bb.utils.contains('KERNEL_FEATURES', 'leafhill', 'reboot=efi kmemleak=off i915.enable_ipc=1', '', d)}"