On 2016-07-27 10:12 AM, Tomas Winkler wrote:
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.
I've grabbed this change. Bruce
Signed-off-by: Tomas Winkler <[email protected]> --- 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 +
-- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
