TianoCore EDK2 master
|
#include "ReportStatusCodeRouterCommon.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | GenericStatusCodeTraditionalEntry (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Report Status Code Router Driver which produces MM Report Stataus Code Handler Protocol and MM Status Code Protocol.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ReportStatusCodeRouterTraditional.c.
EFI_STATUS EFIAPI GenericStatusCodeTraditionalEntry | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Entry point of Generic Status Code Driver.
This function is the entry point of SMM Status Code Router . It produces SMM Report Stataus Code Handler and Status Code protocol.
ImageHandle | The firmware allocated handle for the EFI image. |
SystemTable | A pointer to the EFI System Table. |
EFI_SUCCESS | The entry point is executed successfully. |
Definition at line 27 of file ReportStatusCodeRouterTraditional.c.