|
Re: [PATCH V2 3/8] SecurityPkg: Add definition of EFI_CC_EVENT_HOB_GUID
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#88593
·
|
|
Re: [PATCH V2 2/8] CryptoPkg: Add SecCryptLib
Hi
The rule for lib instance is: It must provide all interfaces defined in .h file.
As such, please use NULL version other algorithms in SEC instance.
Thank you
Yao Jiewen
Hi
The rule for lib instance is: It must provide all interfaces defined in .h file.
As such, please use NULL version other algorithms in SEC instance.
Thank you
Yao Jiewen
|
By
Yao, Jiewen
·
#88592
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 21/33] MdePkg/BaseLib: BaseLib for LOONGARCH64 architecture.
Acked-by: Abner Chang <abner.chang@...>
Acked-by: Abner Chang <abner.chang@...>
|
By
Abner Chang
·
#88591
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 16/33] BaseTools: Enable LoongArch64 architecture for LoongArch64 EDK2 CI.
Acked-by: Abner Chang <abner.chang@...>
Acked-by: Abner Chang <abner.chang@...>
|
By
Abner Chang
·
#88590
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 15/33] BaseTools: BaseTools changes for LoongArch platform.
Acked-by: Abner Chang <abner.chang@...>
Acked-by: Abner Chang <abner.chang@...>
|
By
Abner Chang
·
#88589
·
|
|
[PATCH V2 8/8] OvmfPkg/IntelTdx: Enable RTMR based measurement and measure boot
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
Enable RTMR based measurement and measure boot for Td guest.
Cc: Erdem Aktas <erdemaktas@...>
Cc: Jiewen Yao
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
Enable RTMR based measurement and measure boot for Td guest.
Cc: Erdem Aktas <erdemaktas@...>
Cc: Jiewen Yao
|
By
Min Xu
·
#88588
·
|
|
[PATCH V2 7/8] OvmfPkg/IntelTdx: Add TdTcg2Dxe
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
TdTcg2Dxe mimics the Security/Tcg/Tcg2Dxe. It does below tasks:
- Set up and install CC_EVENTLOG ACPI table
- Parse the GUIDed HOB
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
TdTcg2Dxe mimics the Security/Tcg/Tcg2Dxe. It does below tasks:
- Set up and install CC_EVENTLOG ACPI table
- Parse the GUIDed HOB
|
By
Min Xu
·
#88587
·
|
|
[PATCH V2 6/8] MdePkg: Define CC Measure EventLog ACPI Table
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
TDVF set up an ACPI table (EFI_CC_EVENTLOG_ACPI_TABLE) to pass the
event-log information. The event log created by the TD owner contains
the
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
TDVF set up an ACPI table (EFI_CC_EVENTLOG_ACPI_TABLE) to pass the
event-log information. The event log created by the TD owner contains
the
|
By
Min Xu
·
#88586
·
|
|
[PATCH V2 4/8] OvmfPkg/IntelTdx: Measure Td HobList and Configuration FV
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
TdHobList and Configuration FV are external data provided by Host VMM.
These are not trusted in Td guest. So they should be validated ,
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
TdHobList and Configuration FV are external data provided by Host VMM.
These are not trusted in Td guest. So they should be validated ,
|
By
Min Xu
·
#88585
·
|
|
[PATCH V2 5/8] OvmfPkg: Add PCDs for LAML/LASA field in CC EVENTLOG ACPI table
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
Add PCDs to records LAML/LASA field in CC EVENTLOG ACPI table.
Cc: Erdem Aktas <erdemaktas@...>
Cc: Jiewen Yao
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
Add PCDs to records LAML/LASA field in CC EVENTLOG ACPI table.
Cc: Erdem Aktas <erdemaktas@...>
Cc: Jiewen Yao
|
By
Min Xu
·
#88584
·
|
|
[PATCH V2 2/8] CryptoPkg: Add SecCryptLib
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
This is the Cryptographic library instance for SEC. The motivation of
this library is to support SHA384 in SEC phase for Td guest. So
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
This is the Cryptographic library instance for SEC. The motivation of
this library is to support SHA384 in SEC phase for Td guest. So
|
By
Min Xu
·
#88583
·
|
|
[PATCH V2 3/8] SecurityPkg: Add definition of EFI_CC_EVENT_HOB_GUID
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
EFI_CC_EVENT_HOB_GUID is the global ID of a GUIDed HOB used to pass
TDX_DIGEST_VALUE from SEC to a DXE Driver ( This DXE driver will
be
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
EFI_CC_EVENT_HOB_GUID is the global ID of a GUIDed HOB used to pass
TDX_DIGEST_VALUE from SEC to a DXE Driver ( This DXE driver will
be
|
By
Min Xu
·
#88582
·
|
|
[PATCH V2 1/8] Security: Add HashLibBaseCryptoRouterTdx
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
This library provides hash service by registered hash handler in Td
guest. It redirects hash request to each individual hash
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
This library provides hash service by registered hash handler in Td
guest. It redirects hash request to each individual hash
|
By
Min Xu
·
#88581
·
|
|
[PATCH V2 0/8] Enable RTMR based measurement and measure boot for Td guest
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology
that extends Virtual Machines Extensions (VMX) and Multi-Key Total
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853
Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology
that extends Virtual Machines Extensions (VMX) and Multi-Key Total
|
By
Min Xu
·
#88580
·
|
|
回复: [edk2-devel] [PATCH 1/1] UEFI-SCT: SctPkg: Updated the check for monotonic count after restart
Hi Eday,
The patch looks good to me.
Reviewed-by: Barton Gao <gaojie@...>
Thanks
Barton
-----邮件原件-----
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 G Edhaya
Hi Eday,
The patch looks good to me.
Reviewed-by: Barton Gao <gaojie@...>
Thanks
Barton
-----邮件原件-----
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 G Edhaya
|
By
Gao Jie
·
#88579
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 14/33] BaseTools: BaseTools changes for LoongArch platform.
Acked-by: Abner Chang <abner.chang@...>
Acked-by: Abner Chang <abner.chang@...>
|
By
Abner Chang
·
#88578
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 13/33] BaseTools: BaseTools changes for LoongArch platform.
By
Abner Chang
·
#88577
·
|
|
Re: [PATCH v3] OvmfPkg/BhyveBhfPkg: add support for QemuFwCfg
Acked-by: Jiewen Yao <Jiewen.yao@...>
Acked-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#88576
·
|
|
[PATCH] ShellPkg: Update smbiosview type 9 with SMBIOS 3.5 fields
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3896
update smbiosview type 9 related fileds.
Signed-off-by: Bo Chang Ke <bo-changx.ke@...>
Cc: Dandan Bi <dandan.bi@...>
Cc: Star Zeng
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3896
update smbiosview type 9 related fileds.
Signed-off-by: Bo Chang Ke <bo-changx.ke@...>
Cc: Dandan Bi <dandan.bi@...>
Cc: Star Zeng
|
By
Bo Chang Ke
·
#88575
·
|
|
Re: [PATCH v2] OvmfPkg/BhyveBhfPkg: add support for QemuFwCfg
Hi Rebecca and Peter,
thank you very much for your feedback.
Best regards
Corvin
Beckhoff Automation GmbH & Co. KG | Managing Director: Dipl. Phys. Hans Beckhoff
Registered office: Verl, Germany |
Hi Rebecca and Peter,
thank you very much for your feedback.
Best regards
Corvin
Beckhoff Automation GmbH & Co. KG | Managing Director: Dipl. Phys. Hans Beckhoff
Registered office: Verl, Germany |
|
By
Corvin Köhne <c.koehne@...>
·
#88574
·
|