mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-24 16:56:33 +00:00
![]() For instance, we can tell the user that UEFI UpdateCapsule is disabled in the system firmware, or that efivarfs is not mounted. This is much better than creating "dummy" devices which are really just hacks around the problem because no better API existed. THe dummy devices cause as many problems as they solve. Plugins have to set FWUPD_PLUGIN_FLAG_USER_WARNING if a warning should be shown to the user, and only one warning will be shown of each failure type. It is expected that GUI clients like gnome-software and gnome-firmware would use this API to notify the user the localized message for why firmware updates are not being shown. Fixes https://github.com/fwupd/fwupd/issues/2456 |
||
---|---|---|
.. | ||
fu-plugin-tpm-eventlog.c | ||
fu-self-test.c | ||
fu-tpm-eventlog-common.c | ||
fu-tpm-eventlog-common.h | ||
fu-tpm-eventlog-device.c | ||
fu-tpm-eventlog-device.h | ||
fu-tpm-eventlog-parser.c | ||
fu-tpm-eventlog-parser.h | ||
fu-tpm-eventlog.c | ||
meson.build | ||
README.md |
TPM Event Log Support
Introduction
The TPM Event Log records which events are registered for the PCR0 hash, which may help in explaining why PCR0 values are differing for some firmware.
The device exposed is not upgradable in any way and is just for debugging. The created device will be a child device of the system TPM device, which may or may not be upgradable.
Vendor ID Security
The device is not upgradable and thus requires no vendor ID set.