public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] update the property of PcdCpuStackGuard
@ 2022-04-11 10:13 Chen, Gang C
  2022-04-11 10:13 ` [PATCH 1/2] MdeModulePkg/dec: update the PcdCpuStackGuard property Chen, Gang C
  2022-04-11 10:13 ` [PATCH 2/2] UefiCpuPkg/CpuExceptionHandlerLib: remove duplicated pcd check Chen, Gang C
  0 siblings, 2 replies; 7+ messages in thread
From: Chen, Gang C @ 2022-04-11 10:13 UTC (permalink / raw)
  To: devel; +Cc: guomin.jiang, dandan.bi, di.zhang

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 and FSP Dispatch mode.

And there is duplicated check for this PCD in both
InitializeCpuExceptionHandlersEx and InitializeMpExceptionStackSwitchHandlers.
The patch is to remove the duplicted check in
InitializeCpuExceptionHandlersEx.

Gang Chen (2):
  MdeModulePkg/dec: update the PcdCpuStackGuard property
  UefiCpuPkg/CpuExceptionHandlerLib: remove duplicated pcd check

 MdeModulePkg/MdeModulePkg.dec                      | 14 +++++++-------
 .../CpuExceptionHandlerLib/PeiCpuException.c       |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-12  6:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-11 10:13 [PATCH 0/2] update the property of PcdCpuStackGuard Chen, Gang C
2022-04-11 10:13 ` [PATCH 1/2] MdeModulePkg/dec: update the PcdCpuStackGuard property Chen, Gang C
2022-04-11 13:55   ` [edk2-devel] " Ni, Ray
2022-04-11 14:51     ` Chen, Gang C
2022-04-12  6:07       ` Jeff Fan
2022-04-12  6:28   ` Jeff Fan
2022-04-11 10:13 ` [PATCH 2/2] UefiCpuPkg/CpuExceptionHandlerLib: remove duplicated pcd check Chen, Gang C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox