[linux-yocto] [yocto-kernel-cache][PATCH] features: mei: add support for storage proxy driver

Tomas Winkler tomas.winkler at intel.com
Wed Jul 27 07:12:54 PDT 2016


The mei storage proxy driver is required on some of
bxt-m platforms where cse firmware and bios stores
it's data on the RPMB partition.

Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>
---
 features/mei/mei-spd.cfg | 2 ++
 features/mei/mei-spd.scc | 7 +++++++
 2 files changed, 9 insertions(+)
 create mode 100644 features/mei/mei-spd.cfg
 create mode 100644 features/mei/mei-spd.scc

diff --git a/features/mei/mei-spd.cfg b/features/mei/mei-spd.cfg
new file mode 100644
index 000000000000..a7c0840b07d7
--- /dev/null
+++ b/features/mei/mei-spd.cfg
@@ -0,0 +1,2 @@
+CONFIG_INTEL_MEI_SPD=m
+CONFIG_EFI_INTERRUPTIBLE=y
diff --git a/features/mei/mei-spd.scc b/features/mei/mei-spd.scc
new file mode 100644
index 000000000000..62e52c7f8278
--- /dev/null
+++ b/features/mei/mei-spd.scc
@@ -0,0 +1,7 @@
+define KFEATURE_DESCRIPTION "Enable MEI Storage Proxy Driver"
+define KFEATURE_COMPATIBILITY board
+
+kconf hardware mei-spd.cfg
+
+include features/rpmb/rpmb-base.scc
+
-- 
2.7.4



More information about the linux-yocto mailing list