aboutsummaryrefslogtreecommitdiffstats
path: root/stable-commits
diff options
context:
space:
mode:
authorMichael Roth <michael.roth@amd.com>2022-02-09 18:40:10 -0600
committerMichael Roth <michael.roth@amd.com>2022-02-09 18:41:32 -0600
commit42ee02c4764f03ba1ac1331d9db91a7a1d8aa0fc (patch)
tree7d2ee9dfd520ccdd13264686bb4479db90d231b5 /stable-commits
parent6fca23b5c4a3621b2d6dbe2608c4ca3751496be6 (diff)
downloadcachepc-amdsev-42ee02c4764f03ba1ac1331d9db91a7a1d8aa0fc.tar.gz
cachepc-amdsev-42ee02c4764f03ba1ac1331d9db91a7a1d8aa0fc.zip
stable-commits: update to build with latest kernel/OVMF branches
Diffstat (limited to 'stable-commits')
-rw-r--r--stable-commits10
1 files changed, 7 insertions, 3 deletions
diff --git a/stable-commits b/stable-commits
index 7aa7ec8..2f07171 100644
--- a/stable-commits
+++ b/stable-commits
@@ -5,12 +5,16 @@
# hypervisor commit
KERNEL_GIT_URL="https://github.com/AMDESE/linux.git"
KERNEL_HOST_BRANCH="sev-snp-part2-v6"
-KERNEL_GUEST_BRANCH="sev-snp-v8"
+KERNEL_GUEST_BRANCH="sev-snp-v10"
# qemu commit
QEMU_GIT_URL="https://github.com/AMDESE/qemu.git"
QEMU_BRANCH="snp-v3"
# guest bios
-OVMF_GIT_URL="https://github.com/AMDESE/ovmf.git"
-OVMF_BRANCH="snp-v14"
+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.
+OVMF_BRANCH="master"