[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Enable Automatic Disk Unlock with TPM2 on ieee1275
From: |
Stefan Berger |
Subject: |
[PATCH 0/2] Enable Automatic Disk Unlock with TPM2 on ieee1275 |
Date: |
Tue, 12 Nov 2024 13:04:37 -0500 |
This series of patches enables the 'Automatic Disk Unlock with TPM2'
support for ieee1275 PowerPC platforms. It adds a TCG2 driver for this
platform, which has the same API as the one for EFI. Further, it adjusts
the definition of TPM 2 related bit fields for big endian targets.
Regards,
Stefan
Stefan Berger (2):
tss2: Adjust bit fields for big endian targets
ieee1275: Add TCG2 driver for ieee1275 PowerPC firmware
grub-core/Makefile.core.def | 3 +
grub-core/commands/ieee1275/ibmvtpm.c | 46 +------
grub-core/lib/ieee1275/tcg2.c | 167 ++++++++++++++++++++++++++
grub-core/lib/tss2/tss2_structs.h | 38 ++++++
include/grub/ieee1275/tpm.h | 31 +++++
5 files changed, 243 insertions(+), 42 deletions(-)
create mode 100644 grub-core/lib/ieee1275/tcg2.c
create mode 100644 include/grub/ieee1275/tpm.h
--
2.25.1
- [PATCH 0/2] Enable Automatic Disk Unlock with TPM2 on ieee1275,
Stefan Berger <=