From 38c99b56599d2b11d68c844e9f2adda9050b8efa Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 13 Jul 2022 10:11:44 +0100 Subject: payloads/tianocore: Rename TianoCore to edk2 coreboot uses TianoCore interchangeably with EDK II, and whilst the meaning is generally clear, it's not the payload it uses. EDK II is commonly written as edk2. coreboot builds edk2 directly from the edk2 repository. Whilst it can build some components from edk2-platforms, the target is still edk2. [1] tianocore.org - "Welcome to TianoCore, the community supporting" [2] tianocore.org - "EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and UEFI Platform Initialization (PI) specifications." Signed-off-by: Sean Rhodes Change-Id: I4de125d92ae38ff8dfd0c4c06806c2d2921945ab Reviewed-on: https://review.coreboot.org/c/coreboot/+/65820 Reviewed-by: Lean Sheng Tan Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/drivers/tpm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/tpm') diff --git a/src/drivers/tpm/Kconfig b/src/drivers/tpm/Kconfig index 735cfeebb8..c3538cf395 100644 --- a/src/drivers/tpm/Kconfig +++ b/src/drivers/tpm/Kconfig @@ -12,7 +12,7 @@ config TPM_PPI depends on TPM depends on HAVE_ACPI_TABLES depends on !CHROMEOS - default y if PAYLOAD_TIANOCORE + default y if PAYLOAD_EDK2 help This driver automatically generates ACPI tables for the Physical Presence Interface defined by the TCG. If not activated only a stub -- cgit v1.2.3