TianoCore EDK2 master
|
#include "StatusCodeHandlerMm.h"
Go to the source code of this file.
Functions | |
VOID | InitializationDispatcherWorker (VOID) |
EFI_STATUS | StatusCodeHandlerCommonEntry (VOID) |
Variables | |
EFI_MM_RSC_HANDLER_PROTOCOL * | mRscHandlerProtocol = NULL |
Status Code Handler Driver which produces general handlers and hook them onto the MM status code router.
Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file StatusCodeHandlerMm.c.
VOID InitializationDispatcherWorker | ( | VOID | ) |
Dispatch initialization request to sub status code devices based on customized feature flags.
Definition at line 20 of file StatusCodeHandlerMm.c.
EFI_STATUS StatusCodeHandlerCommonEntry | ( | VOID | ) |
Entry point of Common MM Status Code Driver.
This function is the entry point of MM Status Code Driver.
EFI_SUCCESS | The entry point is executed successfully. |
Definition at line 53 of file StatusCodeHandlerMm.c.
EFI_MM_RSC_HANDLER_PROTOCOL* mRscHandlerProtocol = NULL |
Definition at line 12 of file StatusCodeHandlerMm.c.