]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBootInformationData.c
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / SmbiosMiscDxe / MiscBootInformationData.c
1 /** @file
2 This driver parses the mMiscSubclassDataTable structure and reports
3 any generated data to the DataHub.
4
5 Copyright (c) 2013-2015 Intel Corporation.
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9
10 **/
11
12
13 #include "CommonHeader.h"
14
15 #include "SmbiosMisc.h"
16
17
18 //
19 // Static (possibly build generated) Bios Vendor data. SMBIOS TYPE 32
20 //
21 MISC_SMBIOS_TABLE_DATA(EFI_MISC_BOOT_INFORMATION_STATUS, MiscBootInfoStatus) = {
22 EfiBootInformationStatusNoError, // BootInformationStatus
23 {0} // BootInformationData
24 };