diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-07-26 16:50:00 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2022-07-27 14:01:15 +0000 |
commit | c14bbbc47bf5bf868921ba0014cd771297acd579 (patch) | |
tree | c0e8334f483f0dfd698fc72a3efa36935422fc7a /payloads/external/tianocore/Kconfig | |
parent | 6388a5b8921c3d8286bc45e169504fb50aa24e6e (diff) |
payloads/tianocore: Bind the PCDs for screen size to Kconfig
Bind the PCDs that allow edk2 to use the whole display to a
Kconfig option called TIANOCORE_FULL_SCREEN_SETUP.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ic977a199f3b308c566391e37f126c4fe518b2eb6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66162
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'payloads/external/tianocore/Kconfig')
-rw-r--r-- | payloads/external/tianocore/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 9faa1aadf0..72d060abc9 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -158,6 +158,14 @@ config TIANOCORE_FOLLOW_BGRT_SPEC the Boot Logo 38.2% will be vertically centered 38.2% from the top of the display. +config TIANOCORE_FULL_SCREEN_SETUP + bool "Use the full screen for the edk2 frontpage" + default y + help + Allow edk2 to use the full screen to display the frontpage + (aka "Boot Menu"). With this option disable, it will be + limited to 640x480. + config TIANOCORE_HAVE_EFI_SHELL bool "Include EFI Shell" default y |