Skip to content

Commit

Permalink
Revert "MdeModulePkg: enable stack guard for TDVF"
Browse files Browse the repository at this point in the history
This reverts commit 36dab1d.

PcdCpuStackGuard shouldn't set in MdeModulePkg.dec. Instead it should
be set in .dsc.

Signed-off-by: Min Xu <[email protected]>
  • Loading branch information
mxu9 committed Nov 25, 2021
1 parent b5686c3 commit 27f6c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MdeModulePkg/MdeModulePkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@
# TRUE - UEFI Stack Guard will be enabled.<BR>
# FALSE - UEFI Stack Guard will be disabled.<BR>
# @Prompt Enable UEFI Stack Guard.
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard|TRUE|BOOLEAN|0x30001055
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard|FALSE|BOOLEAN|0x30001055

[PcdsFixedAtBuild, PcdsPatchableInModule]
## Dynamic type PCD can be registered callback function for Pcd setting action.
Expand Down

0 comments on commit 27f6c71

Please sign in to comment.