Skip to content

Commit

Permalink
Platform/Intel: Enable the PcdSmrrEnable
Browse files Browse the repository at this point in the history
This patch is to enable the PcdSmrrEnable since the simics
report it has the capability to enable the smrr.

Signed-off-by: Jiaxin Wu <[email protected]>
  • Loading branch information
jiaxinwu authored and niruiyu committed Jun 28, 2024
1 parent feff6a7 commit 3b02f39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
gUefiCpuPkgTokenSpaceGuid.PcdCpuHotPlugSupport|FALSE
gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE
gUefiCpuPkgTokenSpaceGuid.PcdSmmFeatureControlEnable|FALSE
gUefiCpuPkgTokenSpaceGuid.PcdSmrrEnable|FALSE
gUefiCpuPkgTokenSpaceGuid.PcdSmrrEnable|TRUE

######################################
# Platform Configuration
Expand Down

0 comments on commit 3b02f39

Please sign in to comment.