diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2020-04-22 11:48:39 -0500 |
|---|---|---|
| committer | Brijesh Singh <brijesh.singh@amd.com> | 2020-04-22 11:48:39 -0500 |
| commit | bd60f07b99deb0ec675103c4383289334369a822 (patch) | |
| tree | 68a422fc72185d8ec0329bbb17ff89e500eafbfd /stable-commits | |
| parent | ac6555995f1c693053583b2798f9805b0f9fe80d (diff) | |
| download | cachepc-amdsev-bd60f07b99deb0ec675103c4383289334369a822.tar.gz cachepc-amdsev-bd60f07b99deb0ec675103c4383289334369a822.zip | |
Add initial build script
Diffstat (limited to 'stable-commits')
| -rw-r--r-- | stable-commits | 15 |
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" |
