VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.c

最後變更 在這個檔案是 89983,由 vboxsync 提交於 4 年 前

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 757 位元組
 
1/** @file
2 Produces the SMM CPU I/O Protocol.
3
4Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5Copyright (c) Microsoft Corporation.
6SPDX-License-Identifier: BSD-2-Clause-Patent
7
8**/
9
10#include <PiSmm.h>
11
12#include "CpuIo2Mm.h"
13
14/**
15 The module Entry Point for Traditional MM CpuIoProtocol driver
16
17 @param[in] ImageHandle The firmware allocated handle for the EFI image.
18 @param[in] SystemTable A pointer to the EFI System Table.
19
20 @retval EFI_SUCCESS The entry point is executed successfully.
21 @retval Other Some error occurs when executing this entry point.
22
23**/
24EFI_STATUS
25EFIAPI
26SmmCpuIo2Initialize (
27 IN EFI_HANDLE ImageHandle,
28 IN EFI_SYSTEM_TABLE *SystemTable
29 )
30{
31 return CommonCpuIo2Initialize ();
32}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette