diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-10-26 11:19:31 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-11-08 14:39:07 +0000 |
commit | 52125c7212ee6f254311cb1f3dac5509ac1d2991 (patch) | |
tree | 3ac2aa249a7a93f907788ea1faf35e5ce85b35e3 /payloads/external | |
parent | 5bd3de26add3f4a83abcf7fafdce031facaab637 (diff) |
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/external')
-rw-r--r-- | payloads/external/edk2/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/payloads/external/edk2/Kconfig b/payloads/external/edk2/Kconfig index 6c7d67f23c..554b786f66 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" |