]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg: StatusCodeHandler: StatusCodeHandler driver in StandaloneMm
authorKun Qin <kun.q@outlook.com>
Thu, 31 Dec 2020 09:56:51 +0000 (01:56 -0800)
committerKun Qin <kun.q@outlook.com>
Mon, 1 Feb 2021 18:01:03 +0000 (10:01 -0800)
commit8a09cdd7be72c7b7fb48d03f2597187d1595e949
treeb328a128f43fe1412c925ff4828b36c4b626d93e
parent5625c1fdf7258888fc26ddebe8353d3e5240701b
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>
MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/Universal/StatusCodeHandler/Smm/MemoryStatusCodeWorker.c
MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c
MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerMm.c [new file with mode: 0644]
MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerMm.h [new file with mode: 0644]
MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.c [deleted file]
MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.h [deleted file]
MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerStandalone.c [new file with mode: 0644]
MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerStandaloneMm.inf [new file with mode: 0644]
MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerTraditional.c [new file with mode: 0644]