TianoCore EDK2 master
Loading...
Searching...
No Matches
EntryPoint.c File Reference

Go to the source code of this file.

Functions

STATIC EFI_ACPI_TABLE_PROTOCOLFindAcpiTableProtocol (VOID)
 
STATIC VOID EFIAPI OnRootBridgesConnected (IN EFI_EVENT Event, IN VOID *Context)
 
EFI_STATUS EFIAPI AcpiPlatformEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Detailed Description

Entry point of OVMF ACPI Platform Driver

Copyright (C) 2015, Red Hat, Inc. Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file EntryPoint.c.

Function Documentation

◆ AcpiPlatformEntryPoint()

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

Definition at line 61 of file EntryPoint.c.

◆ FindAcpiTableProtocol()

STATIC EFI_ACPI_TABLE_PROTOCOL * FindAcpiTableProtocol ( VOID  )

Definition at line 20 of file EntryPoint.c.

◆ OnRootBridgesConnected()

STATIC VOID EFIAPI OnRootBridgesConnected ( IN EFI_EVENT  Event,
IN VOID *  Context 
)

Definition at line 39 of file EntryPoint.c.