|
[PATCH v12 06/46] MdePkg/BaseLib: Add support for the XGETBV instruction
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
Under SEV-ES, a CPUID instruction requires the current value of the XCR0
register. In order to
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
Under SEV-ES, a CPUID instruction requires the current value of the XCR0
register. In order to
|
By
Lendacky, Thomas
·
#63310
·
|
|
[PATCH v12 05/46] MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tables
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
GHCB pages must be mapped as shared pages, so modify the process of
creating identity mapped
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
GHCB pages must be mapped as shared pages, so modify the process of
creating identity mapped
|
By
Lendacky, Thomas
·
#63309
·
|
|
[PATCH v12 04/46] MdePkg: Add a structure definition for the GHCB
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
The GHCB is used by an SEV-ES guest for communicating between the guest
and the hypervisor.
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
The GHCB is used by an SEV-ES guest for communicating between the guest
and the hypervisor.
|
By
Lendacky, Thomas
·
#63308
·
|
|
[PATCH v12 03/46] MdePkg: Add the MSR definition for the GHCB register
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
For SEV-ES, the GHCB page address is stored in the GHCB MSR register
(0xc0010130). Define the
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
For SEV-ES, the GHCB page address is stored in the GHCB MSR register
(0xc0010130). Define the
|
By
Lendacky, Thomas
·
#63307
·
|
|
[PATCH v12 02/46] UefiCpuPkg: Create PCD to be used in support of SEV-ES
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
A new dynamic UefiCpuPkg PCD is needed to support SEV-ES under OVMF:
- PcdSevEsIsEnabled:
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
A new dynamic UefiCpuPkg PCD is needed to support SEV-ES under OVMF:
- PcdSevEsIsEnabled:
|
By
Lendacky, Thomas
·
#63306
·
|
|
[PATCH v12 01/46] MdeModulePkg: Create PCDs to be used in support of SEV-ES
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
Two new dynamic MdeModulePkg PCDs are needed to support SEV-ES under OVMF:
- PcdGhcbBase:
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198
Two new dynamic MdeModulePkg PCDs are needed to support SEV-ES under OVMF:
- PcdGhcbBase:
|
By
Lendacky, Thomas
·
#63305
·
|
|
[PATCH v12 00/46] SEV-ES guest support
From: Tom Lendacky <thomas.lendacky@...>
This patch series provides support for running EDK2/OVMF under SEV-ES.
Secure Encrypted Virtualization - Encrypted State (SEV-ES) expands on the
SEV
From: Tom Lendacky <thomas.lendacky@...>
This patch series provides support for running EDK2/OVMF under SEV-ES.
Secure Encrypted Virtualization - Encrypted State (SEV-ES) expands on the
SEV
|
By
Lendacky, Thomas
·
#63304
·
|
|
Re: [PATCH V4 1/2] MdePkg/Include/IndustryStandard: CXL 1.1 Registers
Lefi:
Thanks for your comments.
Lefi:
Thanks for your comments.
|
By
Liming Gao
·
#63303
·
|
|
Re: [PATCH V4 1/2] MdePkg/Include/IndustryStandard: CXL 1.1 Registers
Hi Ashraf, but also Mike, Liming.
I just saw this patch go in and have some comments.
We should not be adding macros with a leading _ - these are intended
for toolchain use.
This is Cxl11.h -
Hi Ashraf, but also Mike, Liming.
I just saw this patch go in and have some comments.
We should not be adding macros with a leading _ - these are intended
for toolchain use.
This is Cxl11.h -
|
By
Leif Lindholm
·
#63302
·
|
|
Re: [PATCH v5 4/5] BaseTools: Compile AML bytecode arrays into .obj file
Leif:
VFR file has the similar case. VFR is converted to xxx.c, then compile it to obj file.
Bob:
Has BaseTools such detection if VFR and C source file have the same file name?
Thanks
Liming
Leif:
VFR file has the similar case. VFR is converted to xxx.c, then compile it to obj file.
Bob:
Has BaseTools such detection if VFR and C source file have the same file name?
Thanks
Liming
|
By
Liming Gao
·
#63301
·
|
|
Re: [PATCH v5 4/5] BaseTools: Compile AML bytecode arrays into .obj file
Hi Leif,
Would updating build_rule.template so that the AmlToC Script generates a C file with an AutoGen prefix be an option?
Regards,
Sami Mujawar
Hi Leif,
Would updating build_rule.template so that the AmlToC Script generates a C file with an AutoGen prefix be an option?
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#63300
·
|
|
Re: [PATCH v5 4/5] BaseTools: Compile AML bytecode arrays into .obj file
Hi Pierre, (+Masahisa)
This commit (0a4aa20e8d44) made for an exciting start to my week.
Socionext's Developerbox failed to build for me, with the spectacular
error
Hi Pierre, (+Masahisa)
This commit (0a4aa20e8d44) made for an exciting start to my week.
Socionext's Developerbox failed to build for me, with the spectacular
error
|
By
Leif Lindholm
·
#63299
·
|
|
Re: [edk2-platforms] [PATCH v3 0/2] Add USB driver support
Thanks Leif,
We will take care of same in future patches.
Thanks Leif,
We will take care of same in future patches.
|
By
Meenakshi Aggarwal (OSS) <meenakshi.aggarwal@...>
·
#63298
·
|
|
[PATCH v2] MdePkg Base.h: Delete prototype for __builtin_return_address
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1004
Being a compiler builtin, the type of __builtin_return_address is
already known to the compiler so no prototype is needed. Clang also
errors
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1004
Being a compiler builtin, the type of __builtin_return_address is
already known to the compiler so no prototype is needed. Clang also
errors
|
By
Jessica Clarke <jrtc27@...>
·
#63297
·
|
|
Re: [PATCH 10/15] OvmfPkg/OvmfPkg.ci.yaml: Add configuration for LicenseCheck
OK, thanks, we can always extend this stanza later, if needed.
Rebecca: once this patch is upstream, please post a separate patch for listing "OvmfPkg/Bhyve/BhyveRfbDxe/VbeShim.h" in "IgnoreFiles".
OK, thanks, we can always extend this stanza later, if needed.
Rebecca: once this patch is upstream, please post a separate patch for listing "OvmfPkg/Bhyve/BhyveRfbDxe/VbeShim.h" in "IgnoreFiles".
|
By
Laszlo Ersek
·
#63296
·
|
|
Re: [PATCH v8 2/9] MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)
Acked-by: Laszlo Ersek <lersek@...>
Acked-by: Laszlo Ersek <lersek@...>
|
By
Laszlo Ersek
·
#63295
·
|
|
Re: [PATCH v8 1/9] MdeModulePkg: Add new PCD to control the evacuate temporary memory feature (CVE-2019-11098)
Acked-by: Laszlo Ersek <lersek@...>
Acked-by: Laszlo Ersek <lersek@...>
|
By
Laszlo Ersek
·
#63294
·
|
|
Re: [PATCH v4 0/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
Hi Vladimir,
(1) "Tested-by" tags cannot be carried forward on a patch if there are
any changes to the patch. If you update a patch and people would like to
have their T-b's on the patch, then
Hi Vladimir,
(1) "Tested-by" tags cannot be carried forward on a patch if there are
any changes to the patch. If you update a patch and people would like to
have their T-b's on the patch, then
|
By
Laszlo Ersek
·
#63293
·
|
|
[PATCH v4 3/3] UefiPayloadPkg: Support variable size MMCONF space
The default size is still 256MiB, but will be overwritten by
UefiPayloadPkg with the real MMCONF size.
e.g.: On embedded AMD platforms the MMCONF window size is usually
only 64MiB.
Fixes crash
The default size is still 256MiB, but will be overwritten by
UefiPayloadPkg with the real MMCONF size.
e.g.: On embedded AMD platforms the MMCONF window size is usually
only 64MiB.
Fixes crash
|
By
Marcello Sylvester Bauer <marcello.bauer@...>
·
#63292
·
|
|
[PATCH v4 2/3] MdePkg/BasePciExpressLib: Support variable size MMCONF
Add support for arbitrary sized MMCONF by introducing a new PCD.
Signed-off-by: Patrick Rudolph <patrick.rudolph@...>
Signed-off-by: Marcello Sylvester Bauer
Add support for arbitrary sized MMCONF by introducing a new PCD.
Signed-off-by: Patrick Rudolph <patrick.rudolph@...>
Signed-off-by: Marcello Sylvester Bauer
|
By
Marcello Sylvester Bauer <marcello.bauer@...>
·
#63291
·
|