TianoCore EDK2 master
Loading...
Searching...
No Matches
AcpiTable.c File Reference
#include "AcpiTable.h"

Go to the source code of this file.

Functions

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

Variables

EFI_HANDLE mHandle = NULL
 
GLOBAL_REMOVE_IF_UNREFERENCED EFI_ACPI_TABLE_INSTANCEmPrivateData = NULL
 

Detailed Description

ACPI Table Protocol Driver

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

Definition in file AcpiTable.c.

Function Documentation

◆ InitializeAcpiTableDxe()

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

Entry point of the ACPI table driver. Creates and initializes an instance of the ACPI Table Protocol and installs it on a new handle.

Parameters
ImageHandleA handle for the image that is initializing this driver.
SystemTableA pointer to the EFI system table.
Returns
EFI_SUCCESS Driver initialized successfully.
EFI_LOAD_ERROR Failed to Initialize or has been loaded.
EFI_OUT_OF_RESOURCES Could not allocate needed resources.

Definition at line 35 of file AcpiTable.c.

Variable Documentation

◆ mHandle

EFI_HANDLE mHandle = NULL

Handle for the Capsule Update Policy Protocol

Definition at line 17 of file AcpiTable.c.

◆ mPrivateData

Definition at line 18 of file AcpiTable.c.