fwupd/plugins/tpm-eventlog
2019-12-11 18:10:44 +00:00
..
tests Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
fu-plugin-tpm-eventlog.c Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
fu-self-test.c Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
fu-tpm-eventlog-common.c Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
fu-tpm-eventlog-common.h Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
fu-tpm-eventlog-device.c Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
fu-tpm-eventlog-device.h Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
fu-tpm-eventlog-parser.c Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
fu-tpm-eventlog-parser.h Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
fu-tpm-eventlog.c Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
meson.build Add a new plugin that can parse the TPM event log 2019-12-06 15:05:16 +00:00
README.md trivial: Document the use of vendor-id in each plugin 2019-12-11 18:10:44 +00:00

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.