]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuIo2Smm/CpuIo2StandaloneMm.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / CpuIo2Smm / CpuIo2StandaloneMm.c
CommitLineData
c2432b31
KQ
1/** @file\r
2 Produces the SMM CPU I/O Protocol.\r
3\r
4Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
5Copyright (c) Microsoft Corporation.\r
6SPDX-License-Identifier: BSD-2-Clause-Patent\r
7\r
8**/\r
9\r
10#include <PiMm.h>\r
11\r
12#include "CpuIo2Mm.h"\r
13\r
14/**\r
15 The module Entry Point for Standalone MM CpuIoProtocol driver\r
16\r
17 @param[in] ImageHandle The firmware allocated handle for the EFI image.\r
18 @param[in] SystemTable A pointer to the EFI System Table.\r
19\r
20 @retval EFI_SUCCESS The entry point is executed successfully.\r
21 @retval Other Some error occurs when executing this entry point.\r
22\r
23**/\r
24EFI_STATUS\r
25EFIAPI\r
26StandaloneMmCpuIo2Initialize (\r
27 IN EFI_HANDLE ImageHandle,\r
28 IN EFI_MM_SYSTEM_TABLE *SystemTable\r
29 )\r
30{\r
31 return CommonCpuIo2Initialize ();\r
32}\r