[PATCH v1 1/1] Fix missing measurements on confidential computing enabled platform

2024-06-03 Thread Hector Cao
to cover CC platforms. Basically, do we it by detecting the availability of the EFI protocol EFI_CC_MEASUREMENT_PROTOCOL. Fixes bug : https://savannah.gnu.org/bugs/?65821 Signed-off-by: Hector Cao --- grub-core/commands/efi/tpm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/grub

[PATCH v1 0/1] Fix missing measurements on confidential computing enabled platform

2024-06-03 Thread Hector Cao
Changes from v0: - Add SOB line - Compliant with grub coding style Hector Cao (1): Fix missing measurements on confidential computing enabled platform grub-core/commands/efi/tpm.c | 7 +++ 1 file changed, 7 insertions(+) -- 2.39.2

[PATCH] Fix missing measurements on confidential computing enabled platform

2024-05-31 Thread Hector Cao
The measurements for confidential computing has been introduced in the commit 4c76565b6 (efi/tpm: Add EFI_CC_MEASUREMENT_PROTOCOL support). Recently this patch 30708dfe3 (tpm: Disable the tpm verifier if the TPM device is not present) has been introduced to optimize the memory usage when TPM