Comment 19 for bug 1929894

Revision history for this message
Philip Cox (philcox) wrote :

@chaoqin @sachin

In the linux-intel-iotg-5.15 kernel, we have the MEI support.

Also, the commit d162219c655c8cf8003128a13840d6c1e183fb80 is in the linux-intel-iotg-5.15 kernel.

Is there anything remaining to be done on this ticket? If not, I'd like to close it off.

ubuntu@adl-s:~$ grep CONFIG_INTEL_MEI /boot/config-5.15.0-1003-intel-iotg
CONFIG_INTEL_MEI=m
CONFIG_INTEL_MEI_ME=m
CONFIG_INTEL_MEI_TXE=m
# CONFIG_INTEL_MEI_VIRTIO is not set
CONFIG_INTEL_MEI_HDCP=m
# CONFIG_INTEL_MEI_DAL is not set
CONFIG_INTEL_MEI_WDT=m
ubuntu@adl-s:~$ lsmod|grep -i mei
mei_hdcp 24576 0
iwlmei 45056 2 iwlmvm,iwlwifi
cfg80211 958464 4 iwlmvm,iwlmei,iwlwifi,mac80211
mei_me 40960 2
mei 135168 5 mei_hdcp,iwlmei,mei_me
ubuntu@adl-s:~$ dmesg|grep -i mei
[ 10.968639] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 11.143843] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
ubuntu@adl-s:~$