summaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-09-22 21:40:08 +0100
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-08 21:01:22 +0000
commitd750875cde699ffdf78542f281600f443cb52c00 (patch)
treefcbdc44144ce4710a484a565024f09aa7cc3a1d1 /payloads
parent0d6dc48f019b0e97ba99bdfba3b96f2dfce37b07 (diff)
downloadcoreboot-d750875cde699ffdf78542f281600f443cb52c00.tar.gz
payloads/edk2: Add note that upstream edk2 does not work
Upstream edk2 doesn't work, but we still have the option for it for testing. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I6ec9f4746640baa030762650ab7b83d85ab8c1e1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67780 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/edk2/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/payloads/external/edk2/Kconfig b/payloads/external/edk2/Kconfig
index f753ad973e..e0c19bbd0b 100644
--- a/payloads/external/edk2/Kconfig
+++ b/payloads/external/edk2/Kconfig
@@ -33,6 +33,8 @@ config EDK2_REPO_OFFICIAL
Select this option if you want to use the official edk2 repository to build
edk2.
+ Please note, this option will not work on any SOC without modification.
+
config EDK2_REPO_CUSTOM
bool "Specify your own repository"
help