aboutsummaryrefslogtreecommitdiffstats
path: root/stable-commits
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2020-04-22 11:48:39 -0500
committerBrijesh Singh <brijesh.singh@amd.com>2020-04-22 11:48:39 -0500
commitbd60f07b99deb0ec675103c4383289334369a822 (patch)
tree68a422fc72185d8ec0329bbb17ff89e500eafbfd /stable-commits
parentac6555995f1c693053583b2798f9805b0f9fe80d (diff)
downloadcachepc-amdsev-bd60f07b99deb0ec675103c4383289334369a822.tar.gz
cachepc-amdsev-bd60f07b99deb0ec675103c4383289334369a822.zip
Add initial build script
Diffstat (limited to 'stable-commits')
-rw-r--r--stable-commits15
1 files changed, 15 insertions, 0 deletions
diff --git a/stable-commits b/stable-commits
new file mode 100644
index 0000000..a974fa1
--- /dev/null
+++ b/stable-commits
@@ -0,0 +1,15 @@
+#
+# Repos/Branches for SEV-SNP support
+#
+
+# hypervisor commit
+KERNEL_GIT_URL="https://github.com/AMDESE/linux.git"
+KERNEL_BRANCH="sev-es-5.6-v1+snp"
+
+# qemu commit
+QEMU_GIT_URL="https://github.com/AMDESE/qemu.git"
+QEMU_BRANCH="sev-es-v4+snp"
+
+# guest bios
+OVMF_GIT_URL="https://github.com/AMDESE/ovmf.git"
+OVMF_BRANCH="sev-es-v12+snp"