diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-03-14 13:45:46 +0000 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-03-17 16:50:06 +0000 |
commit | b668f41cce21bafb6d5cef924661ad1b5b1ebbad (patch) | |
tree | f6eab38e27fe92b8e243e48b05fca0e493e35854 | |
parent | 25e308b79adda6309b5c6d40ab45e0a4d60e1496 (diff) |
payloads/edk2: Set the EDK2 repository to custom for UPL
UPL requires the Shim Layer, and those patches exist in the
`starlabsltd` fork.
Set the repository to custom, to allow this fork and branch to
be selected correctly.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ieca72498bde51a184d689670449b66ccc78d658a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81277
Reviewed-by: Benjamin Doron <benjamin.doron00@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
-rw-r--r-- | payloads/external/edk2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/external/edk2/Kconfig b/payloads/external/edk2/Kconfig index e2cfb4836e..865ae67ad0 100644 --- a/payloads/external/edk2/Kconfig +++ b/payloads/external/edk2/Kconfig @@ -43,6 +43,7 @@ endchoice choice prompt "Tianocore's EDK II payload" + default EDK2_REPO_CUSTOM if EDK2_UNIVERSAL_PAYLOAD default EDK2_REPO_MRCHROMEBOX help Select which type of payload edk2 will build (default is UefiPayload) |