TianoCore EDK2 master
|
#include <PiDxe.h>
#include <IndustryStandard/SmBios.h>
#include <Protocol/Smbios.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/SmbiosLib.h>
#include <Library/HobLib.h>
Go to the source code of this file.
Functions | |
VOID | CreatePlatformSmbiosMemoryRecords (VOID) |
EFI_STATUS EFIAPI | PlatformSmbiosDriverEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
SMBIOS_TEMPLATE_ENTRY | gSmbiosTemplate [] |
SMBIOS_TABLE_TYPE19 | gSmbiosType19Template |
Static SMBIOS Table for platform
Copyright (c) 2012, Apple Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PlatformSmbiosDxe.c.
VOID CreatePlatformSmbiosMemoryRecords | ( | VOID | ) |
Definition at line 33 of file PlatformSmbiosDxe.c.
EFI_STATUS EFIAPI PlatformSmbiosDriverEntryPoint | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Main entry for this driver.
ImageHandle | Image handle this driver. |
SystemTable | Pointer to SystemTable. |
EFI_SUCESS | This function always complete successfully. |
Definition at line 83 of file PlatformSmbiosDxe.c.
|
extern |
Definition at line 418 of file SmbiosTable.c.
SMBIOS_TABLE_TYPE19 gSmbiosType19Template |
Definition at line 22 of file PlatformSmbiosDxe.c.