* Mon Jan 20 2025 Miroslav Rezanina <mrezanin@redhat.com> - 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])
This commit is contained in:
parent
257f0d1456
commit
0853f32858
@ -4,12 +4,8 @@
|
|||||||
"uefi"
|
"uefi"
|
||||||
],
|
],
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"device": "flash",
|
"device": "memory",
|
||||||
"mode": "stateless",
|
"filename": "/usr/share/edk2/ovmf/OVMF.amdsev.fd"
|
||||||
"executable": {
|
|
||||||
"filename": "/usr/share/edk2/ovmf/OVMF.amdsev.fd",
|
|
||||||
"format": "raw"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
|
@ -21,7 +21,7 @@ ExclusiveArch: x86_64 aarch64
|
|||||||
|
|
||||||
Name: edk2
|
Name: edk2
|
||||||
Version: %{GITDATE}
|
Version: %{GITDATE}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: UEFI firmware for 64-bit virtual machines
|
Summary: UEFI firmware for 64-bit virtual machines
|
||||||
License: BSD-2-Clause-Patent and Apache-2.0 and MIT
|
License: BSD-2-Clause-Patent and Apache-2.0 and MIT
|
||||||
URL: http://www.tianocore.org
|
URL: http://www.tianocore.org
|
||||||
@ -422,6 +422,11 @@ install -m 0644 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 20 2025 Miroslav Rezanina <mrezanin@redhat.com> - 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 <mrezanin@redhat.com> - 20241117-1
|
* Mon Dec 09 2024 Miroslav Rezanina <mrezanin@redhat.com> - 20241117-1
|
||||||
- Rebase to edk2-stable202411
|
- Rebase to edk2-stable202411
|
||||||
- Resolves: RHEL-58062
|
- Resolves: RHEL-58062
|
||||||
|
Loading…
Reference in New Issue
Block a user