]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
efi/tpm: Use symbolic GUID name from spec for final events table
authorArd Biesheuvel <ardb@kernel.org>
Thu, 7 Mar 2024 14:56:10 +0000 (15:56 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Sat, 9 Mar 2024 10:36:56 +0000 (11:36 +0100)
commit7a1381e8313f1f01cbecbe3fc2ddaa24fe37033a
treed0526926cfb0cebe57fbc26560d96336c4d36aa8
parent3e0b0f880e9e8f39f433dc6734cff035f9de2c8e
efi/tpm: Use symbolic GUID name from spec for final events table

The LINUX_EFI_ GUID identifiers are only intended to be used to refer to
GUIDs that are part of the Linux implementation, and are not considered
external ABI. (Famous last words).

GUIDs that already have a symbolic name in the spec should use that
name, to avoid confusion between firmware components. So use the
official name EFI_TCG2_FINAL_EVENTS_TABLE_GUID for the TCG2 'final
events' configuration table.

Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/efi.c
drivers/firmware/efi/libstub/tpm.c
include/linux/efi.h