stable-commits (603B)
1# 2# Repos/Branches for SEV-SNP support 3# 4 5# hypervisor commit 6KERNEL_GIT_URL="https://github.com/AMDESE/linux.git" 7KERNEL_HOST_BRANCH="sev-snp-iommu-avic_5.19-rc6_v4" 8KERNEL_GUEST_BRANCH="sev-snp-iommu-avic_5.19-rc6_v4" 9 10# qemu commit 11QEMU_GIT_URL="git@github.com:Sinitax/cachepc-qemu.git" 12QEMU_BRANCH="snp-v3" 13 14# guest bios 15OVMF_GIT_URL="https://github.com/tianocore/edk2.git" 16# This will build using latest upstream code. The latest upstream commit 17# documented to work properly is b360b0b589. Please report any failures 18# with upstream UEFI/OVMF builds so they can be addressed. 19OVMF_BRANCH="master"