|
[PATCH v3 0/8] CryptoPkg updates for openssl 3.0
First batch of patches which update CrtLibSupport so it has everything
needed to build openssl3. Also a testcase update for openssl3.
This does not update the openssl submodule, that'll happen in
First batch of patches which update CrtLibSupport so it has everything
needed to build openssl3. Also a testcase update for openssl3.
This does not update the openssl submodule, that'll happen in
|
By
Gerd Hoffmann
·
#88694
·
|
|
[PATCH 2/2] UefiCpuPkg/CpuExceptionHandlerLib: remove duplicated pcd check
Remove the duplicated PcdCpuStackGuard check for it has been checked at
the entry of InitializeMpExceptionStackSwitchHandlers, which will invoke
the current function.
REF:
Remove the duplicated PcdCpuStackGuard check for it has been checked at
the entry of InitializeMpExceptionStackSwitchHandlers, which will invoke
the current function.
REF:
|
By
Chen, Gang C
·
#88693
·
|
|
[PATCH 1/2] MdeModulePkg/dec: update the PcdCpuStackGuard property
Update the PcdCpuStackGuard from PcdsFixedAtBuild to PcdsDynamicEx
for the requirement to set different value in FSP API mode and FSP
Dispatch mode.
REF:
Update the PcdCpuStackGuard from PcdsFixedAtBuild to PcdsDynamicEx
for the requirement to set different value in FSP API mode and FSP
Dispatch mode.
REF:
|
By
Chen, Gang C
·
#88692
·
|
|
[PATCH 0/2] update the property of PcdCpuStackGuard
This serial patch is to change the property of PcdCpuStackGuard from
PcdsFixedAtBuild to PcdsDynamicEx.
The purpose of this change is for the requirement to set the different
value in FSP API mode
This serial patch is to change the property of PcdCpuStackGuard from
PcdsFixedAtBuild to PcdsDynamicEx.
The purpose of this change is for the requirement to set the different
value in FSP API mode
|
By
Chen, Gang C
·
#88691
·
|
|
Re: [PATCH v1 01/15] IntelFsp2Pkg: Add CpuLib to module INFs that depend on UefiCpuLib
Yu,
You have sent this patch series for many times, so you should update v1 to vX accordingly. Just a reminder.
Thanks,
Star
Yu,
You have sent this patch series for many times, so you should update v1 to vX accordingly. Just a reminder.
Thanks,
Star
|
By
Zeng, Star
·
#88690
·
|
|
Re: [PATCH] MdeModulePkg/dec: update the PcdCpuStackGuard property
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
|
By
Wang, Jian J
·
#88689
·
|
|
Re: [PATCH v2 7/8] CryptoPkg/CrtLibSupport: fix strcpy
OK. Having implementation in .h is not allowed in EDKII. Sorry, I missed that.
Please move it to CrtWrapper.c and drop inline.
OK. Having implementation in .h is not allowed in EDKII. Sorry, I missed that.
Please move it to CrtWrapper.c and drop inline.
|
By
Yao, Jiewen
·
#88688
·
|
|
[PATCH] ShellPkg: Update smbiosview type 41 with SMBIOS 3.5 fields
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3900
update smbiosview type 41 related fileds.
Signed-off-by: Bo Chang Ke <bo-changx.ke@...>
Cc: Ray Ni <ray.ni@...>
Cc: Zhichao Gao
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3900
update smbiosview type 41 related fileds.
Signed-off-by: Bo Chang Ke <bo-changx.ke@...>
Cc: Ray Ni <ray.ni@...>
Cc: Zhichao Gao
|
By
Bo Chang Ke
·
#88687
·
|
|
[PATCH v1 1/1] MdeModulePkg: Use SmmWaitForAllProcessor() in VariableSmm driver.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3854
In UefiCpuPkg, there are a new Protocol with the new service
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3854
In UefiCpuPkg, there are a new Protocol with the new service
SmmWaitForAllProcessor(), which can be used by SMI handler
to optionally wait
|
By
Li, Zhihao
·
#88686
·
|
|
[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: Ray Ni <ray.ni@...>
Cc: Zhichao Gao
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: Ray Ni <ray.ni@...>
Cc: Zhichao Gao
|
By
Bo Chang Ke
·
#88685
·
|
|
[PATCH] MdePkg: 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: Zhichao Gao <zhichao.gao@...>
Cc:
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: Zhichao Gao <zhichao.gao@...>
Cc:
|
By
Bo Chang Ke
·
#88684
·
|
|
Re: [PATCH v2 7/8] CryptoPkg/CrtLibSupport: fix strcpy
Well, in the header file it is, otherwise we'll get duplicate symbol
errors.
We could probably move the implementation from
CryptoPkg/Library/Include/CrtLibSupport.h
Well, in the header file it is, otherwise we'll get duplicate symbol
errors.
We could probably move the implementation from
CryptoPkg/Library/Include/CrtLibSupport.h
|
By
Gerd Hoffmann
·
#88683
·
|
|
Re: [PATCH] ShellPkg: Update smbiosview type 9 with SMBIOS 3.5 fields
Got it, I'll split it, thank you
Best Regards.
Got it, I'll split it, thank you
Best Regards.
|
By
Bo Chang Ke
·
#88682
·
|
|
Re: [PATCH] ShellPkg: Update smbiosview type 9 with SMBIOS 3.5 fields
Yes. I also prefer to have two patches.
Yes. I also prefer to have two patches.
|
By
Ni, Ray
·
#88681
·
|
|
Re: [PATCH] ShellPkg: Update smbiosview type 9 with SMBIOS 3.5 fields
Personally, you'd better to split this one patch to two, one is for MdePkg and another is for ShellPkg.
Also cc MdePkg and ShellPkg maintainers.
Thanks,
Star
Personally, you'd better to split this one patch to two, one is for MdePkg and another is for ShellPkg.
Also cc MdePkg and ShellPkg maintainers.
Thanks,
Star
|
By
Zeng, Star
·
#88680
·
|
|
Re: [PATCH] ShellPkg: Update smbiosview type 41 with SMBIOS 3.5 fields
Personally, I think "eMMC" should be enough to instead " embedded Multi-Media Controller ".
Others look good to me.
And you'd better to get RB from ShellPkg's maintainer (Cced).
Thanks,
Star
Personally, I think "eMMC" should be enough to instead " embedded Multi-Media Controller ".
Others look good to me.
And you'd better to get RB from ShellPkg's maintainer (Cced).
Thanks,
Star
|
By
Zeng, Star
·
#88679
·
|
|
Re: [Patch V2] BaseTools: Fix DevicePath tool build failure issue
This patch looks good to me.
Reviewed-by: Yuwei Chen<yuwei.chen@...>
This patch looks good to me.
Reviewed-by: Yuwei Chen<yuwei.chen@...>
|
By
Yuwei Chen
·
#88678
·
|
|
Collect usage of EFI_PEI_VECTOR_HANDOFF_INFO_PPI
All (I tried to add potential key stakeholders in To list, but may miss someone):
I am not sure how widely the EFI_PEI_VECTOR_HANDOFF_INFO_PPI is used today.
This is an optional PPI that may be
All (I tried to add potential key stakeholders in To list, but may miss someone):
I am not sure how widely the EFI_PEI_VECTOR_HANDOFF_INFO_PPI is used today.
This is an optional PPI that may be
|
By
Ni, Ray
·
#88677
·
|
|
Re: [PATCH] UefiPayloadPkg: Fix bug that Elf loader doesn't relocate in some case
With the updated commit message, Reviewed-by: Ray Ni <ray.ni@...>
With the updated commit message, Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#88676
·
|
|
Re: [PATCH edk2 v3 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A
Hi Sami,
I am sure this is an issue for RAS case using Standalone MM.
Please refer Omkar's comments for v1 (12/9/21, 1:46 AM):
-----------------------------------------------------------------
Hi
Hi Sami,
I am sure this is an issue for RAS case using Standalone MM.
Please refer Omkar's comments for v1 (12/9/21, 1:46 AM):
-----------------------------------------------------------------
Hi
|
By
Ming Huang
·
#88675
·
|