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