From c8decce31cabfe25018409453a3c434aa38a2107 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 9 Feb 2022 08:25:39 +0000 Subject: payloads/tianocore: Add option to use Escape for Boot Manager Add TIANOCORE_BOOT_MANAGER_ESCAPE which, when enabled, will use Escape as the hot-key to access the Boot Manager. This replaces the default key of F2. Signed-off-by: Sean Rhodes Change-Id: I1e60d116367542f55f0ffa241a6132e4faabe446 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61757 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- payloads/external/tianocore/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'payloads/external/tianocore/Makefile') diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile index 6dbfe7293c..ebaccc927b 100644 --- a/payloads/external/tianocore/Makefile +++ b/payloads/external/tianocore/Makefile @@ -28,6 +28,10 @@ endif ifneq ($(CONFIG_TIANOCORE_BOOTSPLASH_FILE),) BUILD_STR += -D BOOTSPLASH_IMAGE=TRUE endif +# BOOT_MANAGER_ESCAPE = FALSE +ifeq ($(CONFIG_TIANOCORE_BOOT_MANAGER_ESCAPE),y) +BUILD_STR += -D BOOT_MANAGER_ESCAPE=TRUE +endif # BUILD_TARGETS = DEBUG ifeq ($(CONFIG_TIANOCORE_RELEASE),y) BUILD_STR += -b RELEASE -- cgit v1.2.3