From b668f41cce21bafb6d5cef924661ad1b5b1ebbad Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 14 Mar 2024 13:45:46 +0000 Subject: 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 Change-Id: Ieca72498bde51a184d689670449b66ccc78d658a Reviewed-on: https://review.coreboot.org/c/coreboot/+/81277 Reviewed-by: Benjamin Doron Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Matt DeVillier --- payloads/external/edk2/Kconfig | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3