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

Go to the source code of this file.

Functions

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

Detailed Description

Find and extract SMBIOS data.

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

Definition in file EntryPoint.c.

Function Documentation

◆ SmbiosTablePublishEntry()

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

Installs SMBIOS information for OVMF

Parameters
ImageHandleModule's image handle
SystemTablePointer of EFI_SYSTEM_TABLE
Return values
EFI_SUCCESSSmbios data successfully installed
OtherSmbios data was not installed

Definition at line 24 of file EntryPoint.c.