[linux-yocto] [yocto-kernel-cache] [PATCH 7/9] bsp/intel-common: Add broxton to supported SoCs in intel-core* BSPs

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Wed Jun 22 02:28:13 PDT 2016


From: California Sullivan <california.l.sullivan at intel.com>

Adds support to features found on Broxton SoCs.

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
(cherry picked from commit 38418ce0e5ef5eb4f6ba05175394c8db9f7dfc1c)
Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang 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..d48065c 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/broxton/broxton.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 791028d..b1dc507 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/broxton/broxton.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