Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions SPECS/edk2/60-edk2-ovmf-x64-amdsev.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"executable": {
"filename": "/usr/share/edk2/ovmf/OVMF.amdsev.fd",
"format": "raw"
},
"nvram-template": {
"filename": "/usr/share/edk2/ovmf/OVMF_VARS.fd",
"format": "raw"
}
},
"targets": [
Expand Down
4 changes: 4 additions & 0 deletions SPECS/edk2/60-edk2-ovmf-x64-inteltdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"executable": {
"filename": "/usr/share/edk2/ovmf/OVMF.inteltdx.fd",
"format": "raw"
},
"nvram-template": {
"filename": "/usr/share/edk2/ovmf/OVMF_VARS.fd",
"format": "raw"
}
},
"targets": [
Expand Down
5 changes: 4 additions & 1 deletion SPECS/edk2/edk2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ExclusiveArch: x86_64

Name: edk2
Version: %{GITDATE}git%{GITCOMMIT}
Release: 33%{?dist}
Release: 34%{?dist}
Summary: UEFI firmware for 64-bit virtual machines
License: BSD-2-Clause-Patent and OpenSSL and MIT
URL: http://www.tianocore.org
Expand Down Expand Up @@ -685,6 +685,9 @@ done


%changelog
* Wed Jun 21 2023 Vince Perri <viperri@microsoft.com> - 20230301gitf80f052277c8-34
- Add nvram-template mapping to ovmf x64 config.

* Tue Jun 6 2023 Daniel McIlvaney <damcilva@microsoft.com> - 20230301gitf80f052277c8-33
- Patch CVE-2023-0464 in bundled OpenSSL.

Expand Down