TianoCore EDK2 master
|
#include <Library/BaseLib.h>
#include <Library/HobLib.h>
#include <Pi/PiHob.h>
#include "XenSmbiosPlatformDxe.h"
Go to the source code of this file.
Macros | |
#define | XEN_SMBIOS_PHYSICAL_ADDRESS 0x000EB000 |
#define | XEN_SMBIOS_PHYSICAL_END 0x000F0000 |
Functions | |
STATIC BOOLEAN | IsEntryPointStructureValid (IN SMBIOS_TABLE_ENTRY_POINT *EntryPointStructure) |
SMBIOS_TABLE_ENTRY_POINT * | GetXenSmbiosTables (VOID) |
Detect Xen hvmloader SMBIOS data for usage by 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 X86Xen.c.
SMBIOS_TABLE_ENTRY_POINT * GetXenSmbiosTables | ( | VOID | ) |
Locates the Xen SMBIOS data if it exists
STATIC BOOLEAN IsEntryPointStructureValid | ( | IN SMBIOS_TABLE_ENTRY_POINT * | EntryPointStructure | ) |