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/mainboard/google/jecht/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/jecht') diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig index e011df7aa0ca..c882bc7a788c 100644 --- a/src/mainboard/google/jecht/Kconfig +++ b/src/mainboard/google/jecht/Kconfig @@ -53,7 +53,7 @@ config MAINBOARD_SMBIOS_MANUFACTURER config PCIEXP_AER def_bool n -config TIANOCORE_BOOT_TIMEOUT +config EDK2_BOOT_TIMEOUT int default 5 -- cgit v1.2.3