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>
This commit is contained in:
parent
5bd3de26ad
commit
52125c7212
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue