|
[PATCH v8 01/10] SecurityPkg/TPM: Import PeiDxeTpmPlatformHierarchyLib.c from edk2-platforms
Import PeiDxeTpmPlatformHierarchyLib from edk2-platforms without any
modifications.
Signed-off-by: Stefan Berger <stefanb@...>
---
.../Include/Library/TpmPlatformHierarchyLib.h | 27 ++
Import PeiDxeTpmPlatformHierarchyLib from edk2-platforms without any
modifications.
Signed-off-by: Stefan Berger <stefanb@...>
---
.../Include/Library/TpmPlatformHierarchyLib.h | 27 ++
|
By
Stefan Berger <stefanb@...>
·
#80569
·
|
|
[PATCH v8 03/10] SecrutiyPkg/Tcg: Import Tcg2PlatformDxe from edk2-platforms
Import Tcg2PlatformDxe from edk2-platforms without any modifications.
Signed-off-by: Stefan Berger <stefanb@...>
---
.../Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.c | 85 +++++++++++++++++++
Import Tcg2PlatformDxe from edk2-platforms without any modifications.
Signed-off-by: Stefan Berger <stefanb@...>
---
.../Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.c | 85 +++++++++++++++++++
|
By
Stefan Berger <stefanb@...>
·
#80568
·
|
|
[PATCH v8 00/10] Ovmf: Disable the TPM2 platform hierarchy
This series imports code from the edk2-platforms project related to
disabling the TPM2 platform hierarchy in Ovmf. It addresses the Ovmf
aspects of the following
This series imports code from the edk2-platforms project related to
disabling the TPM2 platform hierarchy in Ovmf. It addresses the Ovmf
aspects of the following
|
By
Stefan Berger <stefanb@...>
·
#80567
·
|
|
[PATCH] Platform/Qemu/Sbsa: Update TF-A binaries with QEMU "max" cpu support
Update the TF-A binaries with support for QEMU "max" cpu.
This support was merged into TF-A:
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/9113
This allows to test SBSA Reference
Update the TF-A binaries with support for QEMU "max" cpu.
This support was merged into TF-A:
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/9113
This allows to test SBSA Reference
|
By
Marcin Juszkiewicz <marcin@...>
·
#80566
·
|
|
Re: [PATCH v3 1/2] Ext4Pkg: Improve Ext4IsBindingSupported() behavior
On BY_DRIVER, Jeff reached the conclusion that we can't open the
BLOCK_IO protocol with BY_DRIVER since it's already owned by
DiskIoDxe. The finding makes sense and is consistent
with FatPkg's
On BY_DRIVER, Jeff reached the conclusion that we can't open the
BLOCK_IO protocol with BY_DRIVER since it's already owned by
DiskIoDxe. The finding makes sense and is consistent
with FatPkg's
|
By
Pedro Falcato
·
#80565
·
|
|
Re: [PATCH v7 0/9] Ovmf: Disable the TPM2 platform hierarchy
I am not clear what it's going to take to get this right. Is there are platform example that does things similar to Ovmf but does it in the right order?
Several packages are using BdsEntry() from
I am not clear what it's going to take to get this right. Is there are platform example that does things similar to Ovmf but does it in the right order?
Several packages are using BdsEntry() from
|
By
Stefan Berger
·
#80564
·
|
|
Re: [PATCH v6 04/10] Silicon/Phytium: Added PciSegmentLib to FT2000/4
Hi Ling,
Having had a look at this version, I propose folding in this change:
diff --git a/Silicon/Phytium/FT2000-4Pkg/Library/PciSegmentLib/PciSegmentLib.c
Hi Ling,
Having had a look at this version, I propose folding in this change:
diff --git a/Silicon/Phytium/FT2000-4Pkg/Library/PciSegmentLib/PciSegmentLib.c
|
By
Leif Lindholm
·
#80563
·
|
|
Re: [PATCH v7 0/9] Ovmf: Disable the TPM2 platform hierarchy
Hi Stefan
CI fails on your patch - https://github.com/tianocore/edk2/pull/1965
Would you please take a look and fix that?
It is always recommended to run CI by yourself before you submit the
Hi Stefan
CI fails on your patch - https://github.com/tianocore/edk2/pull/1965
Would you please take a look and fix that?
It is always recommended to run CI by yourself before you submit the
|
By
Yao, Jiewen
·
#80562
·
|
|
Re: [PATCH v7 0/9] Ovmf: Disable the TPM2 platform hierarchy
According to the discussion, the OvmfPkg update requires more work.
We decide to push the SecurityPkg as first wave.
SecurityPkg: Reviewed by: Jiewen Yao <Jiewen.yao@...>
According to the discussion, the OvmfPkg update requires more work.
We decide to push the SecurityPkg as first wave.
SecurityPkg: Reviewed by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#80561
·
|
|
Re: [PATCH 05/23] MdePkg: Add TdxProbeLib to probe Intel Tdx
TdxProbeLib will be removed in next version.
According to the discussion a new PCD (ConfidentialComputingCategory)
will be added to record the type of VM Guest, such as Legacy guest, SEV guest,
TDX
TdxProbeLib will be removed in next version.
According to the discussion a new PCD (ConfidentialComputingCategory)
will be added to record the type of VM Guest, such as Legacy guest, SEV guest,
TDX
|
By
Min Xu
·
#80560
·
|
|
Re: [PATCH 03/23] OvmfPkg/ResetVector: Enable Intel TDX in ResetVector of Ovmf
I will make the return result of IsTdx and IsTdxEnabled consistent.
If it is Intel TDX, EAX is 1, otherwise it is 0.
Below is the code compiler generated for this loop. (VS2017/release)
106
I will make the return result of IsTdx and IsTdxEnabled consistent.
If it is Intel TDX, EAX is 1, otherwise it is 0.
Below is the code compiler generated for this loop. (VS2017/release)
106
|
By
Min Xu
·
#80559
·
|
|
Re: [PATCH] SecurityPkg: Add debug log for indicating IBB verified OBB successfully
Reviewed-by: Min Xu <min.m.xu@...>
Reviewed-by: Min Xu <min.m.xu@...>
|
By
Min Xu
·
#80558
·
|
|
[Patch V2 2/2] UefiPayloadPkg: Remove ACPI board Hob.
ACPI board Hob is not spec defined guid HOB, and the information it
contains can be found in ACPI table.
So remove it, and in BlSupportDxe to parse ACPI table and set PCDs.
Updated other modules to
ACPI board Hob is not spec defined guid HOB, and the information it
contains can be found in ACPI table.
So remove it, and in BlSupportDxe to parse ACPI table and set PCDs.
Updated other modules to
|
By
thiyagukb
·
#80557
·
|
|
[Patch V2 1/2] UefiPayloadPkg:Use universal spec defined GUID SystemTableInfo is SBL and CBL specific. so move it to SBL and CBL parse lib.
Signed-off-by: Guo Dong <guo.dong@...>
---
UefiPayloadPkg/Include/Library/BlParseLib.h | 25 +++++++++++++++++++++----
UefiPayloadPkg/Library/CbParseLib/CbParseLib.c | 35
Signed-off-by: Guo Dong <guo.dong@...>
---
UefiPayloadPkg/Include/Library/BlParseLib.h | 25 +++++++++++++++++++++----
UefiPayloadPkg/Library/CbParseLib/CbParseLib.c | 35
|
By
thiyagukb
·
#80556
·
|
|
[PATCH 2/2] OvmfPkg: Transfer PlatformBootManager library to driver
Signed-off-by: Zhiguang Liu <zhiguang.liu@...>
---
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c | 21 +++++----------------
Signed-off-by: Zhiguang Liu <zhiguang.liu@...>
---
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c | 21 +++++----------------
|
By
thiyagukb
·
#80555
·
|
|
[PATCH 1/2] UefiPayloadPkg: Remove ACPI board Hob.
BlSupportDxe would parse ACPI table and set PCDs.
Updated other modules to consume dynamic PCDs instead of HOBs.
Tested boot to shell with both SBL (universal and SblOpen)
Signed-off-by: Guo Dong
BlSupportDxe would parse ACPI table and set PCDs.
Updated other modules to consume dynamic PCDs instead of HOBs.
Tested boot to shell with both SBL (universal and SblOpen)
Signed-off-by: Guo Dong
|
By
thiyagukb
·
#80554
·
|
|
Re: [PATCH 02/23] OvmfPkg/Sec: Update the check logic in SevEsIsEnabled
Thanks for reminder. Will fixed in next version.
Thanks for reminder. Will fixed in next version.
|
By
Min Xu
·
#80553
·
|
|
[PATCH] IntelSiliconPkg/VTd: Fix typos in Vtd core drivers
It is DMA Remapping Hardware Unit Definition (DRHD).
The abbreviation is "DRHD".
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3622
Change-Id:
It is DMA Remapping Hardware Unit Definition (DRHD).
The abbreviation is "DRHD".
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3622
Change-Id:
|
By
Sheng Wei
·
#80552
·
|
|
Re: [PATCH v6 00/29] Add AMD Secure Nested Paging (SEV-SNP) support
Hi Brijesh
I think it is OK to leave MpFunc.nasm in this series.
We can revisit later.
Thank you
Yao Jiewen
Hi Brijesh
I think it is OK to leave MpFunc.nasm in this series.
We can revisit later.
Thank you
Yao Jiewen
|
By
Yao, Jiewen
·
#80551
·
|
|
Re: [PATCH v6 00/29] Add AMD Secure Nested Paging (SEV-SNP) support
Hi Yao,
I am going through implementing your feedback. I have covered most of
it. But your comment on moving some of the changes from MpFunc.nasm to
Sev.nasm may make code harder to read. It is
Hi Yao,
I am going through implementing your feedback. I have covered most of
it. But your comment on moving some of the changes from MpFunc.nasm to
Sev.nasm may make code harder to read. It is
|
By
Brijesh Singh
·
#80550
·
|