TianoCore EDK2 master
Loading...
Searching...
No Matches
Tcg2MmDependencyDxe.c File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI Tcg2MmDependencyDxeEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Detailed Description

Runtime DXE part corresponding to StandaloneMM Tcg2 module.

This module installs gTcg2MmSwSmiRegisteredGuid to notify readiness of StandaloneMM Tcg2 module.

Copyright (c) 2019 - 2021, Arm Ltd. All rights reserved. Copyright (c) Microsoft Corporation.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file Tcg2MmDependencyDxe.c.

Function Documentation

◆ Tcg2MmDependencyDxeEntryPoint()

EFI_STATUS EFIAPI Tcg2MmDependencyDxeEntryPoint ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

The constructor function installs gTcg2MmSwSmiRegisteredGuid to notify readiness of StandaloneMM Tcg2 module.

Parameters
ImageHandleThe firmware allocated handle for the EFI image.
SystemTableA pointer to the Management mode System Table.
Return values
EFI_SUCCESSThe constructor always returns EFI_SUCCESS.

Definition at line 31 of file Tcg2MmDependencyDxe.c.