Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/81277?usp=email )
Change subject: payloads/edk2: Set the EDK2 repository to custom for UPL ......................................................................
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 --- M payloads/external/edk2/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Benjamin Doron: Looks good to me, approved Matt DeVillier: Looks good to me, approved build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve
diff --git a/payloads/external/edk2/Kconfig b/payloads/external/edk2/Kconfig index e2cfb48..865ae67 100644 --- a/payloads/external/edk2/Kconfig +++ b/payloads/external/edk2/Kconfig @@ -43,6 +43,7 @@
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)