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

Go to the source code of this file.

Functions

EFI_STATUS InstallAllStructures (IN UINT8 *TableAddress)
 
UINT8 * GetQemuSmbiosTables (VOID)
 
UINT8 * GetCloudHvSmbiosTables (VOID)
 

Detailed Description

This driver installs SMBIOS information for OVMF

Copyright (c) 2011, Bei Guan gbtju.nosp@m.85@g.nosp@m.mail..nosp@m.com Copyright (c) 2011, Intel Corporation. All rights reserved.

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

Definition in file SmbiosPlatformDxe.h.

Function Documentation

◆ GetCloudHvSmbiosTables()

UINT8 * GetCloudHvSmbiosTables ( VOID  )

Locates and extracts Cloud Hypervisor SMBIOS data

Returns
Address of extracted Cloud Hypervisor SMBIOS data

Definition at line 17 of file CloudHv.c.

◆ GetQemuSmbiosTables()

UINT8 * GetQemuSmbiosTables ( VOID  )

Locates and extracts the QEMU SMBIOS data if present in fw_cfg

Returns
Address of extracted QEMU SMBIOS data

Definition at line 21 of file Qemu.c.

◆ InstallAllStructures()

EFI_STATUS InstallAllStructures ( IN UINT8 *  TableAddress)

Install all structures from the given SMBIOS structures block

Parameters
TableAddressSMBIOS tables starting address

Definition at line 86 of file SmbiosPlatformDxe.c.