|
[PATCH V4 2/9] 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 only Hash
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 only Hash
|
By
Min Xu
·
|
|
[PATCH V4 1/9] Security: Add HashLibTdx
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853 This library provides hash service by registered hash handler in Td guest. Currently only SHA384 is supported. After that the hash value is ext
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853 This library provides hash service by registered hash handler in Td guest. Currently only SHA384 is supported. After that the hash value is ext
|
By
Min Xu
·
|
|
[PATCH v3 5/5] MpInitLib: Move the Above1Mb vector allocation to MpInitLibInitialize
The AP vector consists of 2 parts: 1. the initial 16-bit code that should be under 1MB and page aligned. 2. the 32-bit/64-bit code that can be anywhere in the memory with any alignment. The need of pa
The AP vector consists of 2 parts: 1. the initial 16-bit code that should be under 1MB and page aligned. 2. the 32-bit/64-bit code that can be anywhere in the memory with any alignment. The need of pa
|
By
Ni, Ray
·
|
|
[PATCH v3 4/5] MpInitLib: Only allocate below 1MB memory for 16bit code
Today's implementation allocates below 1MB memory for the 16bit, 32bit and 64bit code. But it's not necessary since now the 32bit and 64bit code run at high memory no matter in PEI and DXE phase. The
Today's implementation allocates below 1MB memory for the 16bit, 32bit and 64bit code. But it's not necessary since now the 32bit and 64bit code run at high memory no matter in PEI and DXE phase. The
|
By
Ni, Ray
·
|
|
[PATCH v3 1/5] MpInitLib: Allocate code buffer for PEI phase
Today's implementation assumes PEI phase runs at 32bit so the execution-disable feature is not applicable. It's not always TRUE. The patch allocates 32bit&64bit code buffer for PEI phase as well. Sign
Today's implementation assumes PEI phase runs at 32bit so the execution-disable feature is not applicable. It's not always TRUE. The patch allocates 32bit&64bit code buffer for PEI phase as well. Sign
|
By
Ni, Ray
·
|
|
[PATCH v3 2/5] MpInitLib: remove unneeded global ASM_PFX
global in NASM file is used for symbols that are referenced in C files. Remove unneeded global keyword in NASM file. Signed-off-by: Ray Ni <ray.ni@...> --- UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.na
global in NASM file is used for symbols that are referenced in C files. Remove unneeded global keyword in NASM file. Signed-off-by: Ray Ni <ray.ni@...> --- UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.na
|
By
Ni, Ray
·
|
|
[PATCH 3/4] MpInitLib: Put SEV logic in separate file 3 messages
Signed-off-by: Ray Ni <ray.ni@...> Cc: Eric Dong <eric.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Rahul Kumar <rahul1.kumar@...> Cc: Michael Roth <michael.roth@...> Cc: James Bottomley <jejb@...> Cc: Min X
Signed-off-by: Ray Ni <ray.ni@...> Cc: Eric Dong <eric.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Rahul Kumar <rahul1.kumar@...> Cc: Michael Roth <michael.roth@...> Cc: James Bottomley <jejb@...> Cc: Min X
|
By
Ni, Ray
·
|
|
Hard Feature Freeze starts now for edk2-stable202205
Hi, all Today, we enter into Hard Feature Freeze phase until edk2-stable202205 tag is created at 2022-05-27. Tag edk2-stable202205-rc1 (708620d29db89d03e822b8d17dc75fbac865c6dc) has been created for e
Hi, all Today, we enter into Hard Feature Freeze phase until edk2-stable202205 tag is created at 2022-05-27. Tag edk2-stable202205-rc1 (708620d29db89d03e822b8d17dc75fbac865c6dc) has been created for e
|
By
gaoliming
·
|
|
回复: [edk2-devel] 回复: [PATCH 00/10] Multiple packages: Remove RVCT support
Merge it https://github.com/tianocore/edk2/pull/2887 Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 gaoliming > 发送时间: 2022年5月12日 14:56 > 收件人: 'Rebecca Cran' <quic
Merge it https://github.com/tianocore/edk2/pull/2887 Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 gaoliming > 发送时间: 2022年5月12日 14:56 > 收件人: 'Rebecca Cran' <quic
|
By
gaoliming
·
|
|
回复: [edk2-devel] [PATCH v5 0/8] Add Variable Flash Info HOB 4 messages
Michael: I would suggest to reuse MdePkg/MdeLibs.dsc.inc to list the library and PCD from the edk2 core packages, such as MdePkg, MdeModulePkg, CryptoPkg, SecurirtyPkg and so on. Those packages are re
Michael: I would suggest to reuse MdePkg/MdeLibs.dsc.inc to list the library and PCD from the edk2 core packages, such as MdePkg, MdeModulePkg, CryptoPkg, SecurirtyPkg and so on. Those packages are re
|
By
gaoliming
·
|
|
[edk2-platforms][PATCH v1 1/1] IntelSiliconPkg/SpiFvbService: Add support for VariableFlashInfoLib 5 messages
From: Michael Kubacki <michael.kubacki@...> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3478 Adds support for getting the variable flash information from VariableFlashInfoLib. This library ab
From: Michael Kubacki <michael.kubacki@...> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3478 Adds support for getting the variable flash information from VariableFlashInfoLib. This library ab
|
By
Michael Kubacki
·
|
|
[PATCH] UefiCpuPkg: Store SEV-SNP AP jump table in the secrets page 3 messages
Just wondering if this should be in the MdePkg/Include/Register/Amd directory? This should be using at least revision 2.00 (if not 2.01 which is in the process of being published). 2.01 uses some of t
Just wondering if this should be in the MdePkg/Include/Register/Amd directory? This should be using at least revision 2.00 (if not 2.01 which is in the process of being published). 2.01 uses some of t
|
By
Lendacky, Thomas
·
|
|
[PATCH] OvmfPkg/AmdSevDxe: Update ConfidentialComputing blob struct definition 3 messages
Minor nit comment below that can be ignored if desired. Reviewed-by: Tom Lendacky <thomas.lendacky@...> Not to be picky, but I would have left this as Reserved1 and then made the below entries Reserve
Minor nit comment below that can be ignored if desired. Reviewed-by: Tom Lendacky <thomas.lendacky@...> Not to be picky, but I would have left this as Reserved1 and then made the below entries Reserve
|
By
Lendacky, Thomas
·
|
|
[PATCH V2 1/1] OvmfPkg/OvmfPkg*.dsc: Increase ACPI Reclaim memory size 5 messages
The current ACPI Reclaim memory size is set as 0x10(64k). The ACPI table size will be increased if the memory slots' number of the guest gets increased. In the guest with more memory slots, the ACPI R
The current ACPI Reclaim memory size is set as 0x10(64k). The ACPI table size will be increased if the memory slots' number of the guest gets increased. In the guest with more memory slots, the ACPI R
|
By
annie li
·
|
|
[PATCH edk2 v3 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A 5 messages
There are two scene communicate with StandaloneMm(MM): 1 edk2 -> TF-A -> MM, communicate MM use non-secure buffer which specify by EFI_SECURE_PARTITION_BOOT_INFO.SpNsCommBufBase; 2 RAS scene: fiq -> T
There are two scene communicate with StandaloneMm(MM): 1 edk2 -> TF-A -> MM, communicate MM use non-secure buffer which specify by EFI_SECURE_PARTITION_BOOT_INFO.SpNsCommBufBase; 2 RAS scene: fiq -> T
|
By
Ming Huang
·
|
|
回复: [PATCH v2 1/1] MdePkg/Include: Use DEBUG_FILE_PATH to specify debug file path.
Hi Liming, It's just an example for downstream developer how to use DEBUG_FILE_PATH. If the developer prefer the original ASSERT, nothing need to do. Now, we have an option to avoid the random file pa
Hi Liming, It's just an example for downstream developer how to use DEBUG_FILE_PATH. If the developer prefer the original ASSERT, nothing need to do. Now, we have an option to avoid the random file pa
|
By
Guomin Jiang
·
|
|
[PATCH v2] FSP_TEMP_RAM_INIT API call must follow X64 Calling Convention 2 messages
This API accept one parameter using RCX and this is consumed in mutiple sub functions. Signed-off-by: cbduggap <chinni.b.duggapu@...> --- IntelFsp2Pkg/FspSecCore/X64/FspApiEntryT.nasm | 21 ++++++++---
This API accept one parameter using RCX and this is consumed in mutiple sub functions. Signed-off-by: cbduggap <chinni.b.duggapu@...> --- IntelFsp2Pkg/FspSecCore/X64/FspApiEntryT.nasm | 21 ++++++++---
|
By
cbduggap
·
|
|
回复: [edk2-devel] [PATCH v2 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers 2 messages
Kun: This patch is reviewed before soft feature freeze. I agree to merge it for this stable tag. Here is PR https://github.com/tianocore/edk2/pull/2881 Thanks Liming > -----邮件原件----- > 发件人: devel@edk2
Kun: This patch is reviewed before soft feature freeze. I agree to merge it for this stable tag. Here is PR https://github.com/tianocore/edk2/pull/2881 Thanks Liming > -----邮件原件----- > 发件人: devel@edk2
|
By
gaoliming
·
|
|
[PATCH v2 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers
Hi maintainers, This patch was reviewed and sent a while back, could you please help me to merge in this change, if no further feedback? Thanks in advance, Kun
Hi maintainers, This patch was reviewed and sent a while back, could you please help me to merge in this change, if no further feedback? Thanks in advance, Kun
|
By
Kun Qin
·
|
|
devel@edk2.groups.io please confirm
05/12/2022 06:42:32 am Ref: nue/vocl Goodday , Please confirm receipt of my earlier email message to devel@edk2.groups.io Best regards Mr. J. Dabeer
05/12/2022 06:42:32 am Ref: nue/vocl Goodday , Please confirm receipt of my earlier email message to devel@edk2.groups.io Best regards Mr. J. Dabeer
|
By
Root User
·
|