diff --git a/60-edk2-ovmf-x64-amdsev.json b/60-edk2-ovmf-x64-amdsev.json index 9a561bc..591bd6a 100644 --- a/60-edk2-ovmf-x64-amdsev.json +++ b/60-edk2-ovmf-x64-amdsev.json @@ -4,12 +4,8 @@ "uefi" ], "mapping": { - "device": "flash", - "mode": "stateless", - "executable": { - "filename": "/usr/share/edk2/ovmf/OVMF.amdsev.fd", - "format": "raw" - } + "device": "memory", + "filename": "/usr/share/edk2/ovmf/OVMF.amdsev.fd" }, "targets": [ { diff --git a/edk2.spec b/edk2.spec index 5379922..8d716bb 100644 --- a/edk2.spec +++ b/edk2.spec @@ -21,7 +21,7 @@ ExclusiveArch: x86_64 aarch64 Name: edk2 Version: %{GITDATE} -Release: 1%{?dist} +Release: 2%{?dist} Summary: UEFI firmware for 64-bit virtual machines License: BSD-2-Clause-Patent and Apache-2.0 and MIT URL: http://www.tianocore.org @@ -422,6 +422,11 @@ install -m 0644 \ %changelog +* Mon Jan 20 2025 Miroslav Rezanina - 20241117-2 +- edk2-Fix-amd-sev-firmware-file-for-amd-snp.patch [RHEL-72446] +- Resolves: RHEL-72446 + ( QEMU should creating new json file that will correctly describe firmware for amd-sev-snp [rhel-10]) + * Mon Dec 09 2024 Miroslav Rezanina - 20241117-1 - Rebase to edk2-stable202411 - Resolves: RHEL-58062