mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 08:15:32 +00:00
trivial: fix TME support
On a CPU that does support it the security check was still failing.
This commit is contained in:
parent
63fa4effd3
commit
d67a77cb9d
@ -44,6 +44,8 @@ fu_plugin_coldplug (FuPlugin *plugin, GError **error)
|
|||||||
if (fu_cpu_device_has_flag (dev, FU_CPU_DEVICE_FLAG_SHSTK) &&
|
if (fu_cpu_device_has_flag (dev, FU_CPU_DEVICE_FLAG_SHSTK) &&
|
||||||
fu_cpu_device_has_flag (dev, FU_CPU_DEVICE_FLAG_IBT))
|
fu_cpu_device_has_flag (dev, FU_CPU_DEVICE_FLAG_IBT))
|
||||||
data->has_cet = TRUE;
|
data->has_cet = TRUE;
|
||||||
|
if (fu_cpu_device_has_flag (dev, FU_CPU_DEVICE_FLAG_TME))
|
||||||
|
data->has_tme = TRUE;
|
||||||
fu_plugin_device_add (plugin, FU_DEVICE (dev));
|
fu_plugin_device_add (plugin, FU_DEVICE (dev));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user