versions: Upgrade ovmf

This is required to support SEV-SNP confidential container with kernel-hashes.
Since this ovmf is latest stable version, it is good to upgrade for tdx
and Vanilaa builds too.

Signed-off-by: Niteesh Dubey <niteesh@us.ibm.com>
This commit is contained in:
Niteesh Dubey
2024-02-29 15:50:37 +00:00
parent 62d3d7c58f
commit 1dbf5208ac

View File

@@ -324,12 +324,12 @@ externals:
url: "https://github.com/tianocore/edk2" url: "https://github.com/tianocore/edk2"
x86_64: x86_64:
description: "Vanilla firmware build" description: "Vanilla firmware build"
version: "edk2-stable202202" version: "edk2-stable202402"
package: "OvmfPkg/OvmfPkgX64.dsc" package: "OvmfPkg/OvmfPkgX64.dsc"
package_output_dir: "OvmfX64" package_output_dir: "OvmfX64"
sev: sev:
description: "AmdSev build needed for SEV measured direct boot." description: "AmdSev build needed for SEV measured direct boot."
version: "edk2-stable202302" version: "edk2-stable202402"
package: "OvmfPkg/AmdSev/AmdSevX64.dsc" package: "OvmfPkg/AmdSev/AmdSevX64.dsc"
package_output_dir: "AmdSev" package_output_dir: "AmdSev"