[linux-yocto] [PATCH 1/3] soc: tunnelcreek: create tunnelcreek scc

Max Eliaser max.eliaser at intel.com
Wed Sep 3 13:48:30 PDT 2014


The .scc file is created from from the union of the emenlow, crownbay, and
fri2 files. The open-source GMA500 DRM driver is also enabled in
tunnelcreek.scc as EMGD is being deprecated.

Note that the GMA500 DRM driver currently breaks FRI2.

preempt/preempt-rt/tiny variants of the new tunnelcreek configs have not been
created.

Signed-off-by: Max Eliaser <max.eliaser at intel.com>
---
 .../features/soc/tunnelcreek/tunnelcreek.scc         | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta/cfg/kernel-cache/features/soc/tunnelcreek/tunnelcreek.scc

diff --git a/meta/cfg/kernel-cache/features/soc/tunnelcreek/tunnelcreek.scc b/meta/cfg/kernel-cache/features/soc/tunnelcreek/tunnelcreek.scc
new file mode 100644
index 0000000..6efa0c5
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/soc/tunnelcreek/tunnelcreek.scc
@@ -0,0 +1,20 @@
+# tunnelcreek.scc
+#
+# Features and devices found on the Tunnel Creek SoCs
+#
+
+# Intel Atom 8250
+include cfg/8250.scc
+include features/power/intel.scc
+
+# PCH
+include features/eg20t/eg20t.scc
+include cfg/dmaengine.scc
+
+# Graphics
+include features/drm-gma500/drm-gma500.scc
+
+# USB
+include features/usb/ehci-hcd.scc
+include features/usb/uhci-hcd.scc
+include features/usb/ohci-hcd.scc
-- 
1.8.3.2



More information about the linux-yocto mailing list