[linux-yocto] [PATCH v4 14/14] x86* BSPs: Add AMD and Intel vendor .SCC
Saul Wold
sgw at linux.intel.com
Mon Jul 6 10:42:42 PDT 2015
For the common-pc* add both AMD and Intel vendor specific .scc file
to enable those CPU features
For the intel-common BSPs just add the Intel vendor specific .scc file.
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 2 ++
meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 2 ++
meta/cfg/kernel-cache/bsp/intel-common/intel-common.scc | 2 +-
meta/cfg/kernel-cache/bsp/intel-common/intel-quark.scc | 3 ---
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
index ece6d82..5c8a5e0 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
+++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
@@ -5,6 +5,8 @@ kconf hardware bsp/common-pc/common-pc-gfx.cfg
kconf hardware bsp/common-pc/common-pc-wifi.cfg
include cfg/x86_64.scc
+include cfg/amd.scc
+include cfg/intel.scc
include features/pci/pci.scc
include features/usb/ehci-hcd.scc
include features/usb/uhci-hcd.scc
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
index a43236b..90a33dd 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
@@ -8,6 +8,8 @@ kconf hardware common-pc-wifi.cfg
include cfg/efi-ext.scc
include cfg/x86.scc
+include cfg/amd.scc
+include cfg/intel.scc
include features/pci/pci.scc
include features/usb/ehci-hcd.scc
include features/usb/uhci-hcd.scc
diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-common.scc b/meta/cfg/kernel-cache/bsp/intel-common/intel-common.scc
index 76cfea2..47a41830 100644
--- a/meta/cfg/kernel-cache/bsp/intel-common/intel-common.scc
+++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-common.scc
@@ -8,4 +8,4 @@
include cfg/efi.scc
# Earlyprintk and port debug requires 8250
include cfg/8250.scc
-
+include cfg/intel.scc
diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-quark.scc b/meta/cfg/kernel-cache/bsp/intel-common/intel-quark.scc
index 568c246..573d412 100644
--- a/meta/cfg/kernel-cache/bsp/intel-common/intel-quark.scc
+++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-quark.scc
@@ -7,9 +7,6 @@
include cfg/x86_base.scc
-# We want to include the Intel CPU Specific configs
-include cfg/intel.scc
-
include cfg/timer/hz_100.scc
# Supported platforms and SoCs
--
2.1.0
More information about the linux-yocto
mailing list