diff options
| author | Michael Roth <michael.roth@amd.com> | 2022-02-10 14:00:08 -0600 |
|---|---|---|
| committer | Michael Roth <michael.roth@amd.com> | 2022-02-10 15:29:13 -0600 |
| commit | d2deb2bb188a51a70f99ba46c31109edfdb0fa41 (patch) | |
| tree | afb8d3f16a8aaa6f70fb6183a454e51c773622ba | |
| parent | 72f0194865a746745acf66d62ae6bd42fab48aba (diff) | |
| download | cachepc-amdsev-d2deb2bb188a51a70f99ba46c31109edfdb0fa41.tar.gz cachepc-amdsev-d2deb2bb188a51a70f99ba46c31109edfdb0fa41.zip | |
stable-commits: update documentation notes for OVMF
Previous comment incorrectly suggested that OVMF_BRANCH could be set
to a specific commit hash if there were regressions with latest upstream
master branch, but the build scripts don't currently support building
from a specific commit, only a specific branch, so drop that wording.
| -rw-r--r-- | stable-commits | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stable-commits b/stable-commits index 2f07171..5c5d955 100644 --- a/stable-commits +++ b/stable-commits @@ -14,7 +14,6 @@ QEMU_BRANCH="snp-v3" # guest bios OVMF_GIT_URL="https://github.com/tianocore/edk2.git" # This will build using latest upstream code. The latest upstream commit -# documented to work properly is b360b0b589. If there are issues in newer -# builds try setting OVMF_BRANCH to that commit. Please report any -# failures with upstream builds however so they can be addressed. +# documented to work properly is b360b0b589. Please report any failures +# with upstream UEFI/OVMF builds so they can be addressed. OVMF_BRANCH="master" |
