diff options
| author | Tom Lendacky <thomas.lendacky@amd.com> | 2022-04-28 14:17:20 -0500 |
|---|---|---|
| committer | Tom Lendacky <thomas.lendacky@amd.com> | 2022-04-28 14:17:20 -0500 |
| commit | f4376e5887939ee8c8e0c62e835fd278b84140c9 (patch) | |
| tree | 98dd2ca386dc02990f411da88571816ac4e147f3 | |
| parent | 9fd8b85e8d8b271ae99196e72875a22ae4c7278c (diff) | |
| download | cachepc-amdsev-f4376e5887939ee8c8e0c62e835fd278b84140c9.tar.gz cachepc-amdsev-f4376e5887939ee8c8e0c62e835fd278b84140c9.zip | |
Updates to latest commits
Update the stable-commits and README to reflect the latest versions of
the SNP support.
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | stable-commits | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -81,7 +81,7 @@ AMD Memory Encryption Features active: SEV SEV-ES SEV-SNP ## Upgrade SEV firmware
-The SEV-SNP support requires firmware version >= 1.50:1. The latest SEV-SNP firmware is available on https://developer.amd.com/sev and eventually via linux-firmware project.
+The SEV-SNP support requires firmware version >= 1.51:1. The latest SEV-SNP firmware is available on https://developer.amd.com/sev and via the linux-firmware project.
The below steps document the firmware upgrade process for the latest SEV-SNP firmware available on https://developer.amd.com/sev at the time this was written. A similar procedure can be used for newer firmwares as well:
diff --git a/stable-commits b/stable-commits index 5c5d955..9838370 100644 --- a/stable-commits +++ b/stable-commits @@ -5,7 +5,7 @@ # hypervisor commit KERNEL_GIT_URL="https://github.com/AMDESE/linux.git" KERNEL_HOST_BRANCH="sev-snp-part2-v6" -KERNEL_GUEST_BRANCH="sev-snp-v10" +KERNEL_GUEST_BRANCH="sev-snp-v12" # qemu commit QEMU_GIT_URL="https://github.com/AMDESE/qemu.git" |
