[linux-yocto] [PATCH 2/2] intel-core*: Add Braswell soc support

wei.tee.ng at intel.com wei.tee.ng at intel.com
Mon Apr 13 23:54:17 PDT 2015


From: Ng Wei Tee <wei.tee.ng at intel.com>

Include the Braswell SoC feature in the two intel-common BSPs. The
Braswell SoC is used in both 32 and 64 bit environments.

Signed-off-by: Ng Wei Tee <wei.tee.ng 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/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc b/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc
index 805158d..228c315 100644
--- a/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc
+++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc
@@ -9,6 +9,7 @@ include cfg/x86.scc
 
 # Supported platforms and SoCs
 include features/soc/baytrail/baytrail.scc
+include features/soc/braswell/braswell.scc
 include features/soc/tunnelcreek/tunnelcreek.scc
 
 # Fixme: These should be moved into something similar to the above
diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc
index 791028d..5554dbe 100644
--- a/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc
+++ b/meta/cfg/kernel-cache/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/braswell/braswell.scc
 
 # Fixme: These should be moved into something similar to the above
 include bsp/haswell-wc/haswell-wc.scc
-- 
1.7.9.5



More information about the linux-yocto mailing list