|
Re: [PATCH edk2-platforms 1/5] Platform/ARM/SgiPkg: Remove '-march=armv8-a+nofp' flag
Hi Pierre,
Thank you for this patch.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Pierre,
Thank you for this patch.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#99127
·
|
|
Re: [PATCH v2] OvmfPkg: Create additional PML1 entries for large SEV-SNP VMs
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#99126
·
|
|
Re: [PATCH V4 06/12] OvmfPkg/PeilessStartupLib: Build GuidHob for Tdx measurement
But you don't use them anywhere? The point of splitting the patches is
not only to simplify review, but also to simplify testing (and in case a
bug shows up later finding it with bisecting).
So,
But you don't use them anywhere? The point of splitting the patches is
not only to simplify review, but also to simplify testing (and in case a
bug shows up later finding it with bisecting).
So,
|
By
Gerd Hoffmann
·
#99125
·
|
|
Re: [PATCH v11 2/4] MdePkg: Introduce the SevMemoryAcceptance protocol
I've fixed that up - thanks.
I've fixed that up - thanks.
|
By
Ard Biesheuvel
·
#99124
·
|
|
Re: [PATCH] RedfishPkg/RedfishLib: Avoid possible overflow in memcpy
Sorry, I just accidentally sent it twice.
Sorry, I just accidentally sent it twice.
|
By
houjingyi
·
#99123
·
|
|
Re: [edk2-platforms][PATCH V1 2/6] Platform/Sgi: add ssdt table for non-discoverable IO virtualization block
Hi Pierre,
Thank you for your review and apologies for responding late. I was able to rework the patches and get a cleaner SSDT table implementation. I will post the patches soon.
Please see my
Hi Pierre,
Thank you for your review and apologies for responding late. I was able to rework the patches and get a cleaner SSDT table implementation. I will post the patches soon.
Please see my
|
By
Vivek Kumar Gautam
·
#99122
·
|
|
Re: [PATCH v5 0/2] ArmPkg: Implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls for AArch64
Could I get some more reviews on this please?
Thanks.
Rebecca Cran
Could I get some more reviews on this please?
Thanks.
Rebecca Cran
|
By
Rebecca Cran
·
#99121
·
|
|
Re: [PATCH] RedfishPkg/RedfishLib: Avoid possible overflow in memcpy
[AMD Official Use Only - General]
Hi houjingyi,
May I know why there are two messages with the same subject? Are these two identical?
Thanks
Abner
[AMD Official Use Only - General]
Hi houjingyi,
May I know why there are two messages with the same subject? Are these two identical?
Thanks
Abner
|
By
Chang, Abner
·
#99120
·
|
|
[PATCH V4 12/12] OvmfPkg/TdxHelperLib: Implement TdxHelperProcessTdHob
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
The implementation of TdxHelperProcessTdxHob is moved from
PlatformInitLib/IntelTdx.c. Its counterpart in
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
The implementation of TdxHelperProcessTdxHob is moved from
PlatformInitLib/IntelTdx.c. Its counterpart in
|
By
Min Xu
·
#99119
·
|
|
[PATCH V4 11/12] OvmfPkg/PlatformPei: Build GuidHob for Tdx measurement
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperBuildGuidHobForTdxMeasurement is called in PlatformPei to build
GuidHob for Tdx measurement.
Cc:
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperBuildGuidHobForTdxMeasurement is called in PlatformPei to build
GuidHob for Tdx measurement.
Cc:
|
By
Min Xu
·
#99118
·
|
|
[PATCH V4 10/12] OvmfPkg/IntelTdx: Add PeiTdxHelperLib
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperLib provides below helper functions for a td-guest.
- TdxHelperProcessTdHob
-
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperLib provides below helper functions for a td-guest.
- TdxHelperProcessTdHob
-
|
By
Min Xu
·
#99117
·
|
|
[PATCH V4 09/12] OvmfPkg: Enable Tdx measurement in OvmfPkgX64
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
This patch enables Tdx measurement in OvmfPkgX64 with below changes:
1) TDX_MEASUREMENT_ENABLE is
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
This patch enables Tdx measurement in OvmfPkgX64 with below changes:
1) TDX_MEASUREMENT_ENABLE is
|
By
Min Xu
·
#99116
·
|
|
[PATCH V4 08/12] OvmfPkg/TdxHelperLib: Implement TdxHelperBuildGuidHobForTdxMeasurement
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperBuildGuidHobForTdxMeasurement builds GuidHob for tdx-measurement
which is measured in SEC phase.
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperBuildGuidHobForTdxMeasurement builds GuidHob for tdx-measurement
which is measured in SEC phase.
|
By
Min Xu
·
#99115
·
|
|
[PATCH V4 07/12] OvmfPkg/PeilessStartupLib: Call TdxHelperBuildGuidHobForTdxMeasurement
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperBuildGuidHobForTdxMeasurement builds GuidHob for tdx-measurement
which is measured in SEC phase.
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperBuildGuidHobForTdxMeasurement builds GuidHob for tdx-measurement
which is measured in SEC phase.
|
By
Min Xu
·
#99114
·
|
|
[PATCH V4 06/12] OvmfPkg/PeilessStartupLib: Build GuidHob for Tdx measurement
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
2 new functions are added in PeilessStartupLib/IntelTdx.c.
- BuildTdxMeasurementGuidHob
-
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
2 new functions are added in PeilessStartupLib/IntelTdx.c.
- BuildTdxMeasurementGuidHob
-
|
By
Min Xu
·
#99113
·
|
|
[PATCH V4 05/12] OvmfPkg/PeilessStartupLib: Update the define of FV_HANDOFF_TABLE_POINTERS2
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
FV_HANDOFF_TABLE_POINTERS2 once was defined in IntelTdx.c. Its structure
is same as
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
FV_HANDOFF_TABLE_POINTERS2 once was defined in IntelTdx.c. Its structure
is same as
|
By
Min Xu
·
#99112
·
|
|
[PATCH V4 04/12] OvmfPkg/IntelTdx: Update tdx measurement in SEC phase
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
After TdxHelperLib is instroduced, the SecMain.c in IntelTdx is updated
with the new functions provided by
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
After TdxHelperLib is instroduced, the SecMain.c in IntelTdx is updated
with the new functions provided by
|
By
Min Xu
·
#99111
·
|
|
[PATCH V4 03/12] OvmfPkg/IntelTdx: Add SecTdxHelperLib
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperLib provides below helper functions for a td-guest.
- TdxHelperProcessTdHob
-
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperLib provides below helper functions for a td-guest.
- TdxHelperProcessTdHob
-
|
By
Min Xu
·
#99110
·
|
|
[PATCH V4 02/12] OvmfPkg/IntelTdx: Add TdxHelperLibNull
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperLib provides below helper functions for a td-guest.
- TdxHelperProcessTdHob
-
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
TdxHelperLib provides below helper functions for a td-guest.
- TdxHelperProcessTdHob
-
|
By
Min Xu
·
#99109
·
|
|
[PATCH V4 01/12] OvmfPkg: Add Tdx measurement data structure in WorkArea
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
From the perspective of security any external input should be measured
and extended to some registers (TPM
From: Min M Xu <min.m.xu@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243
From the perspective of security any external input should be measured
and extended to some registers (TPM
|
By
Min Xu
·
#99108
·
|