TianoCore EDK2 master
Loading...
Searching...
No Matches
CpuIo2StandaloneMm.c File Reference
#include <PiMm.h>
#include "CpuIo2Mm.h"

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI StandaloneMmCpuIo2Initialize (IN EFI_HANDLE ImageHandle, IN EFI_MM_SYSTEM_TABLE *SystemTable)
 

Detailed Description

Produces the SMM CPU I/O Protocol.

Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file CpuIo2StandaloneMm.c.

Function Documentation

◆ StandaloneMmCpuIo2Initialize()

EFI_STATUS EFIAPI StandaloneMmCpuIo2Initialize ( IN EFI_HANDLE  ImageHandle,
IN EFI_MM_SYSTEM_TABLE SystemTable 
)

The module Entry Point for Standalone MM CpuIoProtocol driver

Parameters
[in]ImageHandleThe firmware allocated handle for the EFI image.
[in]SystemTableA pointer to the EFI System Table.
Return values
EFI_SUCCESSThe entry point is executed successfully.
OtherSome error occurs when executing this entry point.

Definition at line 26 of file CpuIo2StandaloneMm.c.