]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBiosVendorData.c
QuarkPlatformPkg: Add new package for Galileo boards
[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 This program and the accompanying materials
9 are licensed and made available under the terms and conditions of the BSD License
10 which accompanies this distribution. The full text of the license may be found at
11 http://opensource.org/licenses/bsd-license.php
12
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15
16
17 **/
18
19
20 #include "CommonHeader.h"
21
22 #include "SmbiosMisc.h"
23
24
25 //
26 // Static (possibly build generated) Bios Vendor data.
27 //
28 MISC_SMBIOS_TABLE_DATA(EFI_MISC_BIOS_VENDOR, MiscBiosVendor) = {
29 STRING_TOKEN (STR_MISC_BIOS_VENDOR), // BiosVendor
30 STRING_TOKEN (STR_MISC_BIOS_VERSION), // BiosVersion
31 STRING_TOKEN (STR_MISC_BIOS_RELEASE_DATE), // BiosReleaseDate
32 0xE0000, // BiosStartingAddress
33 { // BiosPhysicalDeviceSize
34 2, // Value
35 20, // Exponent
36 },
37 { // BiosCharacteristics1
38 0, // Reserved1 :2
39 0, // Unknown :1
40 0, // BiosCharacteristicsNotSupported :1
41 0, // IsaIsSupported :1
42 0, // McaIsSupported :1
43
44 0, // EisaIsSupported :1
45 1, // PciIsSupported :1
46 0, // PcmciaIsSupported :1
47 0, // PlugAndPlayIsSupported :1
48 0, // ApmIsSupported :1
49
50 1, // BiosIsUpgradable :1
51 1, // BiosShadowingAllowed :1
52 0, // VlVesaIsSupported :1
53 0, // EscdSupportIsAvailable :1
54 1, // BootFromCdIsSupported :1
55
56 1, // SelectableBootIsSupported :1
57 0, // RomBiosIsSocketed :1
58 0, // BootFromPcmciaIsSupported :1
59 1, // EDDSpecificationIsSupported :1
60 0, // JapaneseNecFloppyIsSupported :1
61
62 0, // JapaneseToshibaFloppyIsSupported :1
63 0, // Floppy525_360IsSupported :1
64 0, // Floppy525_12IsSupported :1
65 0, // Floppy35_720IsSupported :1
66 0, // Floppy35_288IsSupported :1
67
68 1, // PrintScreenIsSupported :1
69 1, // Keyboard8042IsSupported :1
70 1, // SerialIsSupported :1
71 1, // PrinterIsSupported :1
72 1, // CgaMonoIsSupported :1
73
74 0, // NecPc98 :1
75 1, // AcpiIsSupported :1
76 1, // UsbLegacyIsSupported :1
77 0, // AgpIsSupported :1
78 0, // I20BootIsSupported :1
79
80 0, // Ls120BootIsSupported :1
81 0, // AtapiZipDriveBootIsSupported :1
82 0, // Boot1394IsSupported :1
83 0, // SmartBatteryIsSupported :1
84 1, // BiosBootSpecIsSupported :1
85
86 1, // FunctionKeyNetworkBootIsSupported :1
87 0 // Reserved :22
88 },
89 { // BiosCharacteristics2
90 0, // BiosReserved :16
91 0, // SystemReserved :16
92 0 // Reserved :32
93 },
94 0x1, // System BIOS Major Release
95 0x0, // System BIOS Minor Release
96 0xFF, // Embedded controller firmware major Release
97 0xFF, // Embedded controller firmware minor Release
98 };