payloads/tianocore: Add option to include EFI Shell

Add TIANOCORE_HAVE_EFI_SHELL, which when enabled, will build edk2
with the EFI Shell binary.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I1272f514e3f5becfe1fddd58ca0d820c5d1c1b54
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61759
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Sean Rhodes
2022-02-09 08:30:07 +00:00
committed by Felix Held
parent 14d67b3515
commit f33ddb3959
3 changed files with 12 additions and 2 deletions

View File

@@ -147,8 +147,14 @@ config TIANOCORE_FOLLOW_BGRT_SPEC
default n
help
Follow the BGRT Specification implemented by Microsoft and
the Boot Logo will be vertically centered 38.2% from the
top of the display.
the Boot Logo 38.2% will be vertically centered 38.2% from
the top of the display.
config TIANOCORE_HAVE_EFI_SHELL
bool "Include EFI Shell"
default y
help
Include the EFI shell Binary
endif