[linux-yocto] [yocto-kernel-cache][PATCHv2 4/4] intel-common: enable support for skylake in intel common bsp
chun.weng.ong at intel.com
chun.weng.ong at intel.com
Fri Apr 29 02:01:09 PDT 2016
From: Ong Chun Weng <chun.weng.ong at intel.com>
Adding support for skylake soc in intel-common bsp.
Signed-off-by: Ong Chun Weng <chun.weng.ong at intel.com>
---
bsp/intel-common/intel-core2-32.scc | 1 +
bsp/intel-common/intel-corei7-64.scc | 1 +
2 files changed, 2 insertions(+)
diff --git a/bsp/intel-common/intel-core2-32.scc b/bsp/intel-common/intel-core2-32.scc
index 805158d..4d98d7b 100644
--- a/bsp/intel-common/intel-core2-32.scc
+++ b/bsp/intel-common/intel-core2-32.scc
@@ -10,6 +10,7 @@ include cfg/x86.scc
# Supported platforms and SoCs
include features/soc/baytrail/baytrail.scc
include features/soc/tunnelcreek/tunnelcreek.scc
+include features/soc/skylake/skylake.scc
# Fixme: These should be moved into something similar to the above
include bsp/mohonpeak/mohonpeak32.scc
diff --git a/bsp/intel-common/intel-corei7-64.scc b/bsp/intel-common/intel-corei7-64.scc
index 4cac733..15aad87 100644
--- a/bsp/intel-common/intel-corei7-64.scc
+++ b/bsp/intel-common/intel-corei7-64.scc
@@ -9,6 +9,7 @@ include cfg/x86_64.scc
# Supported platforms and SoCs
include features/soc/baytrail/baytrail.scc
+include features/soc/skylake/skylake.scc
# Fixme: These should be moved into something similar to the above
include bsp/haswell-wc/haswell-wc.scc
--
1.9.1
More information about the linux-yocto
mailing list