blob: 733e0c19f9ab32e78875b16bf6794ed74910a4cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Repos/Branches for SEV-SNP support
#
# hypervisor commit
KERNEL_GIT_URL="https://github.com/AMDESE/linux.git"
KERNEL_HOST_BRANCH="sev-snp-iommu-avic_5.19-rc6_v4"
KERNEL_GUEST_BRANCH="sev-snp-iommu-avic_5.19-rc6_v4"
# qemu commit
QEMU_GIT_URL="git@github.com:Sinitax/cachepc-qemu.git"
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. Please report any failures
# with upstream UEFI/OVMF builds so they can be addressed.
OVMF_BRANCH="master"
|