Reviewed-by: Ray Ni
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94857): https://edk2.groups.io/g/devel/message/94857
Mute This Topic: https://groups.io/mt/94178622/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk
The Pcd gUefiCpuPkgTokenSpaceGuid.PcdSmmFeatureControlEnable is by default True
in UefiCpuPkg.
However, the Simics target does not have the MSRs whose access is guarded by
this Pcd and
hence runs into a GP fault. Consequently, we override the Pcd to be False.
Signed-off-by: Robert Guenzel
---