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:
10
payloads/external/tianocore/Kconfig
vendored
10
payloads/external/tianocore/Kconfig
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user