Skip to content

Commit

Permalink
[MM] Re-enable the PcdStandaloneMmEnable for QSP
Browse files Browse the repository at this point in the history
PcdStandaloneMmEnable is changed to false due to the
commit: f9cd719

This patch is to re-enable the PcdStandaloneMmEnable
for QSP.

Signed-off-by: Jiaxin Wu <[email protected]>
  • Loading branch information
jiaxinwu committed Oct 18, 2024
1 parent 4e176a6 commit 459a8b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE
gUefiCpuPkgTokenSpaceGuid.PcdSmmFeatureControlEnable|FALSE
gUefiCpuPkgTokenSpaceGuid.PcdSmrrEnable|TRUE
gMinPlatformPkgTokenSpaceGuid.PcdStandaloneMmEnable|TRUE

######################################
# Platform Configuration
Expand All @@ -63,6 +62,8 @@
#
!include MinPlatformPkg/Include/Dsc/MinPlatformFeaturesPcd.dsc.inc

gMinPlatformPkgTokenSpaceGuid.PcdStandaloneMmEnable|TRUE

#
# Commonly used MinPlatform feature configuration logic that maps functionity to stage
#
Expand Down

0 comments on commit 459a8b7

Please sign in to comment.