]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBiosVendorData.c
aee8d484876a9b3c9455b56ecfd25c4ded7b69de
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / SmbiosMiscDxe / MiscBiosVendorData.c
1 /** @file
2 BIOS vendor information static data.
3 Misc. subclass type 2.
4 SMBIOS type 0.
5
6 Copyright (c) 2013-2015 Intel Corporation.
7
8 SPDX-License-Identifier: BSD-2-Clause-Patent
9
10
11 **/
12
13
14 #include "CommonHeader.h"
15
16 #include "SmbiosMisc.h"
17
18
19 //
20 // Static (possibly build generated) Bios Vendor data.
21 //
22 MISC_SMBIOS_TABLE_DATA(EFI_MISC_BIOS_VENDOR, MiscBiosVendor) = {
23 STRING_TOKEN (STR_MISC_BIOS_VENDOR), // BiosVendor
24 STRING_TOKEN (STR_MISC_BIOS_VERSION), // BiosVersion
25 STRING_TOKEN (STR_MISC_BIOS_RELEASE_DATE), // BiosReleaseDate
26 0xE0000, // BiosStartingAddress
27 { // BiosPhysicalDeviceSize
28 2, // Value
29 20, // Exponent
30 },
31 { // BiosCharacteristics1
32 0, // Reserved1 :2
33 0, // Unknown :1
34 0, // BiosCharacteristicsNotSupported :1
35 0, // IsaIsSupported :1
36 0, // McaIsSupported :1
37
38 0, // EisaIsSupported :1
39 1, // PciIsSupported :1
40 0, // PcmciaIsSupported :1
41 0, // PlugAndPlayIsSupported :1
42 0, // ApmIsSupported :1
43
44 1, // BiosIsUpgradable :1
45 1, // BiosShadowingAllowed :1
46 0, // VlVesaIsSupported :1
47 0, // EscdSupportIsAvailable :1
48 1, // BootFromCdIsSupported :1
49
50 1, // SelectableBootIsSupported :1
51 0, // RomBiosIsSocketed :1
52 0, // BootFromPcmciaIsSupported :1
53 1, // EDDSpecificationIsSupported :1
54 0, // JapaneseNecFloppyIsSupported :1
55
56 0, // JapaneseToshibaFloppyIsSupported :1
57 0, // Floppy525_360IsSupported :1
58 0, // Floppy525_12IsSupported :1
59 0, // Floppy35_720IsSupported :1
60 0, // Floppy35_288IsSupported :1
61
62 1, // PrintScreenIsSupported :1
63 1, // Keyboard8042IsSupported :1
64 1, // SerialIsSupported :1
65 1, // PrinterIsSupported :1
66 1, // CgaMonoIsSupported :1
67
68 0, // NecPc98 :1
69 1, // AcpiIsSupported :1
70 1, // UsbLegacyIsSupported :1
71 0, // AgpIsSupported :1
72 0, // I20BootIsSupported :1
73
74 0, // Ls120BootIsSupported :1
75 0, // AtapiZipDriveBootIsSupported :1
76 0, // Boot1394IsSupported :1
77 0, // SmartBatteryIsSupported :1
78 1, // BiosBootSpecIsSupported :1
79
80 1, // FunctionKeyNetworkBootIsSupported :1
81 0 // Reserved :22
82 },
83 { // BiosCharacteristics2
84 0, // BiosReserved :16
85 0, // SystemReserved :16
86 0 // Reserved :32
87 },
88 0x1, // System BIOS Major Release
89 0x0, // System BIOS Minor Release
90 0xFF, // Embedded controller firmware major Release
91 0xFF, // Embedded controller firmware minor Release
92 };