UefiCpuPkg: CpuIo2Smm: Move CpuIo2Smm driver to consume gMmst

This change replaced gSmst with gMmst to support broader compatibility
under MM environment for CpuIo2Smm driver.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>

Signed-off-by: Kun Qin <kun.q@outlook.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
Kun Qin
2020-12-17 19:12:50 -08:00
parent 7a56650e2e
commit e414a3e936
4 changed files with 6 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
BaseLib
DebugLib
IoLib
SmmServicesTableLib
MmServicesTableLib
BaseMemoryLib
[Protocols]