Translate

Archives

Examining TPM2 ACPI Table

In this blog post, I examine and discuss the contents of a TPM2 ACPI table and provide the source code for a simple UEFI shell utility to print out the contents of this table.

Accessing TPM Functionality From UEFI Shell - Part 1

This is the first in a series of posts which demonstrate how to access, use and modify TPM 1.2 and TPM 2.0 resources via a series of UEFI shell applications.

UEFI Shell Utility to Display TPM 1.2 Event Log

In this post I provide the source code for a simple UEFI shell utility to display the TCG TPM 1.2 event log.

UEFI Shell Utility to Display TPM TrEE Capabilities

In the post, I present a small UEFI utility for examining TrEE Capabilities from the UEFI shell. TrEE is an EFI protocol which supports a subset of the TCG TPM 2.0 library specification.