- Aug 25, 2020
-
-
Daniel Schaefer authored
The command is now added as a separate library to edk2-platforms, not tacked onto the standard debug commands. The changes part of the reverted commit, that are necessary to use the command, are not reverted.
-
Daniel Schaefer authored
It adds a command which can mount a FV section as a ramdisk. To be able to execute anything from there, the SecurityStub checker needs to be disabled. Otherwise it will postpone execution of any APP or DXE after DXE phase, if it is not contained in the FW image.
-
Abner Chang authored
Add host interface Protocol Type Data Format structure in SmBios.h BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2328 Signed-off-by:
Abner Chang <abner.chang@hpe.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
gaoliming authored
Signed-off-by:
Liming Gao <gaoliming@byosoft.com.cn> Cc: Andrew Fish <afish@apple.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Message-Id: <20200821144949.654-1-gaoliming@byosoft.com.cn> Reviewed-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Laszlo Ersek <lersek@redhat.com>
-
Tom Lendacky authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2901 The DoDecrement variable in ApWakeupFunction () wasn't always being initialized. Update the code to always fully initialize it. Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Signed-off-by:
Tom Lendacky <thomas.lendacky@amd.com> Message-Id: <76a9f18992475b915e5f8457704676067210cacf.1597935198.git.thomas.lendacky@amd.com> Reviewed-by:
Eric Dong <eric.dong@intel.com> Tested-by:
Liming Gao <liming.gao@intel.com> Reviewed-by:
Laszlo Ersek <lersek@redhat.com>
-
Rebecca Cran authored
OvmfPkg is the package, so while there are files to build bhyve separately, they shouldn't have 'Pkg' in the name. Signed-off-by:
Rebecca Cran <rebecca@bsdio.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Cc: Peter Grehan <grehan@freebsd.org> Message-Id: <20200818021035.6479-1-rebecca@bsdio.com> Reviewed-by:
Peter Grehan <grehan@freebsd.org> Reviewed-by:
Laszlo Ersek <lersek@redhat.com>
-
Abner Chang authored
For the implementation which utilizes libfdt provided in EmbeddedPkg however it uses strncmp function in the libfdt helper library, libfdt_env.h should provide the macro implied with edk2 strncmp implementation. The example is RISC-V OpenSBI library. edk2 RISC-V port uses OpenSBI library and incorporate with edk2 libfdt. edk2 libfdt_env.h provides the necessary macros to build OpenSBI which uses fdt functions in edk2 environment. However, OpenSBI also has libfdt helper library that uses strncmp function which is not defined in edk2 libfdt_env.h. This commit addresses the build issue caused by missing strncmp macro in libfdt_env.h. Check below three commits for the corresponding changes on OpenSBI, https://github.com/riscv/opensbi/commit/8e47649eff96c303e02fbd58cdc6c4ed341066ec https://github.com/riscv/opensbi/commit/2845d2d2cf4fb74a89452ba223995aa4a118c07e https://github.com/riscv/opensbi/commit/2cfd2fc9048806353298a1b967abf985901e36e8 Signed-off-by:
Abner Chang <abner.chang@hpe.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Cc: Daniel Schaefer <daniel.schaefer@hpe.com> Message-Id: <20200806023421.25161-1-abner.chang@hpe.com> Reviewed-by:
Leif Lindholm <leif@nuviainc.com> [lersek@redhat.com: remove stray newline between S-o-b and first Cc]
-
Laszlo Ersek authored
The ICH9_LPC_SMI_F_BROADCAST and ICH9_LPC_SMI_F_CPU_HOTPLUG feature flags cause QEMU to behave as follows: BROADCAST CPU_HOTPLUG use case / behavior --------- ----------- ------------------------------------------------ clear clear OVMF built without SMM_REQUIRE; or very old OVMF (from before commit a316d7ac / 2017-02-07). QEMU permits CPU hotplug operations, and does not cause the OS to inject an SMI upon hotplug. Firmware is not expected to be aware of hotplug events. clear set Invalid feature set; QEMU rejects the feature negotiation. set clear OVMF after a316d7ac / 2017-02-07, built with SMM_REQUIRE, but no support for CPU hotplug. QEMU gracefully refuses hotplug operations. set set OVMF after a316d7ac / 2017-02-07, built with SMM_REQUIRE, and supporting CPU hotplug. QEMU permits CPU hotplug operations, and causes the OS to inject an SMI upon hotplug. Firmware is expected to deal with hotplug events. Negotiate ICH9_LPC_SMI_F_CPU_HOTPLUG -- but only if SEV is disabled, as OvmfPkg/CpuHotplugSmm can't deal with SEV yet. Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com> Cc: Igor Mammedov <imammedo@redhat.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Liran Alon <liran.alon@oracle.com> Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by:Laszlo Ersek <lersek@redhat.com> Message-Id: <20200714184305.9814-1-lersek@redhat.com> Acked-by:
Ard Biesheuvel <ard.biesheuvel@arm.com> Reviewed-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
-
- Aug 24, 2020
-
-
Vladimir Olovyannikov via groups.io authored
If the size of the supplied buffer in FileHandleReadLine(), module UefiFileHandleLib.c, was not 0, but was not enough to fit in the line, the size is increased, and then the Buffer of the new size is zeroed. This size is always larger than the supplied buffer size, causing supplied buffer overrun. Fix the issue by using the supplied buffer size in ZeroMem(). Signed-off-by:
Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Message-Id: <20200702023113.10517-1-vladimir.olovyannikov@broadcom.com> Reviewed-by:
Zhiguang Liu <zhiguang.liu@intel.com> [lersek@redhat.com: remove stray space character from subject line]
-
Shenglei Zhang authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2920 Ecc issues whose error code is 10014, can't be correctly handled under Linux OS, resulting from a bug in Ecc tool. So we need to disable it before ecc tool is repaired. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Liming Gao <gaoliming@byosoft.com.cn>
-
- Aug 19, 2020
-
-
Sami Mujawar authored
Add DynamicTablesPkg to the Core CI matrix. Signed-off-by:
Sami Mujawar <sami.mujawar@arm.com> Suggested-by:
Sean Brogan <sean.brogan@microsoft.com> Reviewed-by:
Alexei Fedorov <Alexei.Fedorov@arm.com> Reviewed-by:
Shenglei Zhang <shenglei.zhang@intel.com>
-
Sami Mujawar authored
Update pytools configuration to enable DynamicTablesPkg and update package status in documentation. Signed-off-by:
Sami Mujawar <sami.mujawar@arm.com> Reviewed-by:
Alexei Fedorov <Alexei.Fedorov@arm.com> Reviewed-by:
Shenglei Zhang <shenglei.zhang@intel.com>
-
Michael D Kinney authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Guomin Jiang <guomin.jiang@intel.com> Reviewed-by:
Zhichao Gao <zhichao.gao@intel.com>
-
Michael D Kinney authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Qi Zhang <qi1.zhang@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Guomin Jiang <guomin.jiang@intel.com> Reviewed-by:
Maciej Rabeda <maciej.rabeda@linux.intel.com> Reviewed-by:
Jian J Wang <jian.j.wang@intel.com>
-
Michael D Kinney authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Laszlo Ersek <lersek@redhat.com> Reviewed-by:
Guomin Jiang <guomin.jiang@intel.com>
-
Michael D Kinney authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Liming Gao <liming.gao@intel.com> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Guomin Jiang <guomin.jiang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Michael D Kinney authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Guomin Jiang <guomin.jiang@intel.com> Reviewed-by:
Hao A Wu <hao.a.wu@intel.com>
-
Michael D Kinney authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Guomin Jiang <guomin.jiang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com> Reviewed-by:
Ray Ni <ray.ni@intel.com>
-
Michael D Kinney authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2346 Cc: Qi Zhang <qi1.zhang@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by:
Jian J Wang <jian.j.wang@intel.com>
-
Cole Robinson authored
Googling for 'edk2 pull request' did not find this wiki page: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process Add it to CONTRIBUTING.md for more discoverability. (When someone opens a pull request, they will see a link to CONTRIBUTING.md; see <https://docs.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors >.) Signed-off-by:
Cole Robinson <crobinso@redhat.com> Message-Id: <df6219e77613e93c494996437cf53e302c473392.1597168987.git.crobinso@redhat.com> [lersek@redhat.com: add paragraph with docs.github.com reference] Reviewed-by:
Laszlo Ersek <lersek@redhat.com>
-
- Aug 17, 2020
-
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Besides, add submodule path in IgnoreFiles section. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com> Reviewed-by:
Michael D Kinney <michael.d.kinney@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Acked-by:
Ray Ni <ray.ni@intel.com> Reviewed-by:
Eric Dong <eric.dong@intel.com> Acked-by:
Laszlo Ersek <lersek@redhat.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Acked-by:
Ray Ni <ray.ni@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Jian J Wang <jian.j.wang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Ray Ni <ray.ni@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Acked-by:
Ray Ni <ray.ni@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Acked-by:
Laszlo Ersek <lersek@redhat.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Maciej Rabeda <maciej.rabeda@linux.intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Liming Gao <liming.gao@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Guomin Jiang <guomin.jiang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Ray Ni <ray.ni@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Guomin Jiang <guomin.jiang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Acked-by:
Ray Ni <ray.ni@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Besides, add submodule path in IgnoreFiles section. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyux.lu@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com> Reviewed-by:
Guomin Jiang <guomin.jiang@intel.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Cc: Leif Lindholm <leif@nuviainc.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Acked-by:
Laszlo Ersek <lersek@redhat.com> Reviewed-by:
Liming Gao <liming.gao@intel.com> Acked-by:
Ard Biesheuvel <ard.biesheuvel@arm.com>
-
Shenglei Zhang authored
Add configuration ExceptionList and IgnoreFiles for package config files. So users can rely on this to ignore some Ecc issues. Besides, add submodule path in IgnoreFiles section. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2606 EccCheck is a plugin to report Ecc issues for code in pull request , which will be run on open ci. But note not each kind of issue could be reported out. It can only handle the issues, whose line number in CSV report accurately map with their code in source code files. And Ecc issues about comments can also be handled. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com>
-
Shenglei Zhang authored
antlr4-python3-runtime is a lib to support Ecc run with Py3.x. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Tom Lendacky authored
Register reviewers for the SEV-related files in OvmfPkg. Cc: Andrew Fish <afish@apple.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Brijesh Singh <brijesh.singh@amd.com> Acked-by:
Brijesh Singh <brijesh.singh@amd.com> Reviewed-by:
Laszlo Ersek <lersek@redhat.com> Signed-off-by:
Tom Lendacky <thomas.lendacky@amd.com>
-
Tom Lendacky authored
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198 Before UEFI transfers control to the OS, it must park the AP. This is done using the AsmRelocateApLoop function to transition into 32-bit non-paging mode. For an SEV-ES guest, a few additional things must be done: - AsmRelocateApLoop must be updated to support SEV-ES. This means performing a VMGEXIT AP Reset Hold instead of an MWAIT or HLT loop. - Since the AP must transition to real mode, a small routine is copied to the WakeupBuffer area. Since the WakeupBuffer will be used by the AP during OS booting, it must be placed in reserved memory. Additionally, the AP stack must be located where it can be accessed in real mode. - Once the AP is in real mode it will transfer control to the destination specified by the OS in the SEV-ES AP Jump Table. The SEV-ES AP Jump Table address is saved by the hypervisor for the OS using the GHCB VMGEXIT AP Jump Table exit code. Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Reviewed-by:
Eric Dong <eric.dong@intel.com> Signed-off-by:
Tom Lendacky <thomas.lendacky@amd.com> Regression-tested-by:
Laszlo Ersek <lersek@redhat.com>
-
Tom Lendacky authored
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198 After having transitioned from UEFI to the OS, the OS will need to boot the APs. For an SEV-ES guest, the APs will have been parked by UEFI using GHCB pages allocated by UEFI. The hypervisor will write to the GHCB SW_EXITINFO2 field of the GHCB when the AP is booted. As a result, the GHCB pages must be marked reserved so that the OS does not attempt to use them and experience memory corruption because of the hypervisor write. Change the GHCB allocation from the default boot services memory to reserved memory. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Reviewed-by:
Laszlo Ersek <lersek@redhat.com> Signed-off-by:
Tom Lendacky <thomas.lendacky@amd.com> Regression-tested-by:
Laszlo Ersek <lersek@redhat.com>
-
Tom Lendacky authored
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198 A hypervisor is not allowed to update an SEV-ES guest's register state, so when booting an SEV-ES guest AP, the hypervisor is not allowed to set the RIP to the guest requested value. Instead an SEV-ES AP must be re-directed from within the guest to the actual requested staring location as specified in the INIT-SIPI-SIPI sequence. Use the SEV-ES work area for the reset vector code that contains support to jump to the desired RIP location after having been started. This is required for only the very first AP reset. This new OVMF source file, ResetVectorVtf0.asm, is used in place of the original file through the use of the include path order set in OvmfPkg/ResetVector/ResetVector.inf under "[BuildOptions]". Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Reviewed-by:
Laszlo Ersek <lersek@redhat.com> Signed-off-by:
Tom Lendacky <thomas.lendacky@amd.com> Regression-tested-by:
Laszlo Ersek <lersek@redhat.com>
-