summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2023-10-26 11:19:31 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-11-08 14:39:07 +0000
commit52125c7212ee6f254311cb1f3dac5509ac1d2991 (patch)
tree3ac2aa249a7a93f907788ea1faf35e5ce85b35e3 /payloads
parent5bd3de26add3f4a83abcf7fafdce031facaab637 (diff)
downloadcoreboot-52125c7212ee6f254311cb1f3dac5509ac1d2991.tar.gz
coreboot-52125c7212ee6f254311cb1f3dac5509ac1d2991.tar.bz2
coreboot-52125c7212ee6f254311cb1f3dac5509ac1d2991.zip
payloads/edk2: Remove the warning about edk2/master not working
Since #c4fdec0a83d69bd0399b1b4351fa9c3af3c6fd65, edk2/master will work with coreboot without modification. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I8350f5114445d2608861ef6e807f958e598dfe07 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78636 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/edk2/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/payloads/external/edk2/Kconfig b/payloads/external/edk2/Kconfig
index 6c7d67f23c3f..554b786f6611 100644
--- a/payloads/external/edk2/Kconfig
+++ b/payloads/external/edk2/Kconfig
@@ -60,7 +60,9 @@ 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.
+ Please note, commit c4fdec0a83d6 ("UefiCpuPkg/MtrrLib: Improve MtrrDebugPrintAllMtrrsWorker"),
+ and the preceding MTRR patches, must be in the branch used or edk2 will not boot due
+ to trampling MTRRs set up by coreboot.
config EDK2_REPO_CUSTOM
bool "Specify your own repository"