TianoCore EDK2 master
Loading...
Searching...
No Matches
AcpiPlatform.h File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI InstallCloudHvTablesTdx (IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol)
 
EFI_STATUS EFIAPI InstallCloudHvTables (IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol)
 
EFI_STATUS EFIAPI InstallAcpiTables (IN EFI_ACPI_TABLE_PROTOCOL *AcpiTable)
 

Detailed Description

OVMF ACPI Platform Driver

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

Definition in file AcpiPlatform.h.

Function Documentation

◆ InstallAcpiTables()

EFI_STATUS EFIAPI InstallAcpiTables ( IN EFI_ACPI_TABLE_PROTOCOL AcpiTable)

Effective entrypoint of Acpi Platform driver.

Parameters
ImageHandle
SystemTable
Returns
EFI_SUCCESS
EFI_LOAD_ERROR
EFI_OUT_OF_RESOURCES

Definition at line 30 of file AcpiPlatform.c.

◆ InstallCloudHvTables()

EFI_STATUS EFIAPI InstallCloudHvTables ( IN EFI_ACPI_TABLE_PROTOCOL AcpiProtocol)

Definition at line 115 of file CloudHvAcpi.c.

◆ InstallCloudHvTablesTdx()

EFI_STATUS EFIAPI InstallCloudHvTablesTdx ( IN EFI_ACPI_TABLE_PROTOCOL AcpiProtocol)

Definition at line 25 of file CloudHvAcpi.c.