summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c
diff options
context:
space:
mode:
authorKun Qin <kun.q@outlook.com>2020-12-31 01:56:51 -0800
committerKun Qin <kun.q@outlook.com>2021-02-01 10:01:03 -0800
commit8a09cdd7be72c7b7fb48d03f2597187d1595e949 (patch)
treeb328a128f43fe1412c925ff4828b36c4b626d93e /MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c
parent5625c1fdf7258888fc26ddebe8353d3e5240701b (diff)
downloadedk2-8a09cdd7be72c7b7fb48d03f2597187d1595e949.tar.gz
edk2-8a09cdd7be72c7b7fb48d03f2597187d1595e949.tar.bz2
edk2-8a09cdd7be72c7b7fb48d03f2597187d1595e949.zip
MdeModulePkg: StatusCodeHandler: StatusCodeHandler driver in StandaloneMm
This change added support of StandaloneMm for StatusCodeHandler. It adds a new instance of StatusCodeHandler of MM_STANDALONE type, and abstracts the driver entrypoint into separate files, replaced gSmst with gMmst, and switched to MM version of RscHandlerProtocol. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Dandan Bi <dandan.bi@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Jiewen Yao <jiewen.yao@intel.com> Signed-off-by: Kun Qin <kun.q@outlook.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c')
-rw-r--r--MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c b/MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c
index 3df0a67126..bcb75bc7b1 100644
--- a/MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c
+++ b/MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c
@@ -6,7 +6,7 @@
**/
-#include "StatusCodeHandlerSmm.h"
+#include "StatusCodeHandlerMm.h"
/**
Convert status code value and extended data to readable ASCII string, send string to serial I/O device.