]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorData.c
MdeModulePkg/CapsuleApp: Center bitmap at bottom of screen
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscBiosVendorData.c
CommitLineData
3cbfba02
DW
1/** @file\r
2\r
3Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14\r
15Module Name:\r
16\r
17 MiscBiosVendorData.c\r
18\r
19Abstract:\r
20\r
21 Static data of BIOS vendor information.\r
22 BIOS vendor information is Misc. subclass type 2 and SMBIOS type 0.\r
23\r
24\r
25**/\r
26\r
27\r
28#include "CommonHeader.h"\r
29\r
30#include "MiscSubclassDriver.h"\r
31\r
32//\r
33// Static (possibly build generated) Bios Vendor data.\r
34//\r
35MISC_SMBIOS_TABLE_DATA(EFI_MISC_BIOS_VENDOR_DATA, MiscBiosVendor)\r
36= {\r
37 STRING_TOKEN(STR_MISC_BIOS_VENDOR), // BiosVendor\r
38 STRING_TOKEN(STR_MISC_BIOS_VERSION), // BiosVersion\r
39 STRING_TOKEN(STR_MISC_BIOS_RELEASE_DATE), // BiosReleaseDate\r
40 0xF000, // BiosStartingAddress\r
41 { // BiosPhysicalDeviceSize\r
42 1, // Value\r
43 21 , // Exponent\r
44 },\r
45 { // BiosCharacteristics1\r
46 0, // Reserved1 :2\r
47 0, // Unknown :1\r
48 0, // BiosCharacteristicsNotSupported :1\r
49 0, // IsaIsSupported :1\r
50 0, // McaIsSupported :1\r
51 0, // EisaIsSupported :1\r
52 1, // PciIsSupported :1\r
53 0, // PcmciaIsSupported :1\r
54 0, // PlugAndPlayIsSupported :1\r
55 0, // ApmIsSupported :1\r
56 1, // BiosIsUpgradable :1\r
57 1, // BiosShadowingAllowed :1\r
58 0, // VlVesaIsSupported :1\r
59 0, // EscdSupportIsAvailable :1\r
60 1, // BootFromCdIsSupported :1\r
61 1, // SelectableBootIsSupported :1\r
62 0, // RomBiosIsSocketed :1\r
63 0, // BootFromPcmciaIsSupported :1\r
64 1, // EDDSpecificationIsSupported :1\r
65 0, // JapaneseNecFloppyIsSupported :1\r
66 0, // JapaneseToshibaFloppyIsSupported :1\r
67 0, // Floppy525_360IsSupported :1\r
68 0, // Floppy525_12IsSupported :1\r
69 0, // Floppy35_720IsSupported :1\r
70 0, // Floppy35_288IsSupported :1\r
71 0, // PrintScreenIsSupported :1\r
72 1, // Keyboard8042IsSupported :1\r
73 1, // SerialIsSupported :1\r
74 1, // PrinterIsSupported :1\r
75 1, // CgaMonoIsSupported :1\r
76 0, // NecPc98 :1\r
77\r
78//\r
79//BIOS Characteristics Extension Byte 1\r
80//\r
81 1, // AcpiIsSupported :1\r
82 1, // UsbLegacyIsSupported :1\r
83 0, // AgpIsSupported :1\r
84 0, // I20BootIsSupported :1\r
85 0, // Ls120BootIsSupported :1\r
86 1, // AtapiZipDriveBootIsSupported :1\r
87 0, // Boot1394IsSupported :1\r
88 0, // SmartBatteryIsSupported :1\r
89\r
90//\r
91//BIOS Characteristics Extension Byte 2\r
92//\r
93 1, // BiosBootSpecIsSupported :1\r
94 1, // FunctionKeyNetworkBootIsSupported :1\r
95 0x1 // Reserved :19 Bit 2 is SMBiosIsTargContDistEnabled\r
96 },\r
97 { // BiosCharacteristics2\r
98 0x0001,// BiosReserved :16 Bit 0 is BIOS Splash Screen\r
99 0, // SystemReserved :16\r
100 0 // Reserved :32\r
101 },\r
102 0xFF, // BiosMajorRelease;\r
103 0xFF, // BiosMinorRelease;\r
104 0xFF, // BiosEmbeddedFirmwareMajorRelease;\r
105 0xFF, // BiosEmbeddedFirmwareMinorRelease;\r
106};\r