[linux-yocto] [PATCH 3/4] intel-core*: Add baytrail soc support
Darren Hart
dvhart at linux.intel.com
Tue Mar 4 13:20:21 PST 2014
Include the BayTrail SoC feature in the two intel-common BSPs. The
BayTrail SoC is used in both 32 and 64 bit environments.
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc | 5 ++++-
meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
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 5938932..b6d18a4 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
@@ -7,7 +7,10 @@
include cfg/x86.scc
-# Supported platforms
+# Supported platforms and SoCs
+include features/soc/baytrail/baytrail.scc
+
+# Fixme: These should be moved into something similar to the above
include bsp/crownbay/crownbay.scc
include bsp/emenlow/emenlow.scc
include bsp/fri2/fri2.scc
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 c176d17..853ec92 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
@@ -7,7 +7,10 @@
include cfg/x86_64.scc
-# Supported platforms
+# Supported platforms and SoCs
+include features/soc/baytrail/baytrail.scc
+
+# Fixme: These should be moved into something similar to the above
include bsp/chiefriver/chiefriver.scc
include bsp/crystalforest/crystalforest.scc
include bsp/haswell-wc/haswell-wc.scc
--
1.8.5.3
More information about the linux-yocto
mailing list