]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type00/MiscBiosVendorData.c
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Universal / Smbios / SmbiosMiscDxe / Type00 / MiscBiosVendorData.c
CommitLineData
6273e59a
RC
1/** @file\r
2 This file provides Smbios Type0 Data\r
3\r
4 Based on the files under Nt32Pkg/MiscSubClassPlatformDxe/\r
5\r
6 Copyright (c) 2021, NUVIA Inc. All rights reserved.<BR>\r
7 Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
8 Copyright (c) 2015, Hisilicon Limited. All rights reserved.<BR>\r
9 Copyright (c) 2015, Linaro Limited. All rights reserved.<BR>\r
10 SPDX-License-Identifier: BSD-2-Clause-Patent\r
11\r
12**/\r
13\r
6273e59a
RC
14#include "SmbiosMisc.h"\r
15\r
6273e59a
RC
16//\r
17// Static (possibly build generated) Bios Vendor data.\r
18//\r
429309e0 19SMBIOS_MISC_TABLE_DATA (SMBIOS_TABLE_TYPE0, MiscBiosVendor) = {\r
6273e59a 20 { // Hdr\r
429309e0
MK
21 EFI_SMBIOS_TYPE_BIOS_INFORMATION, // Type,\r
22 0, // Length,\r
23 0 // Handle\r
6273e59a
RC
24 },\r
25 1, // Vendor\r
26 2, // BiosVersion\r
27 0xE000, // BiosSegment\r
28 3, // BiosReleaseDate\r
29 0, // BiosSize\r
30 { // BiosCharacteristics\r
429309e0
MK
31 0, // Reserved :2\r
32 0, // Unknown :1\r
33 0, // BiosCharacteristicsNotSupported :1\r
34 0, // IsaIsSupported :1\r
35 0, // McaIsSupported :1\r
36 0, // EisaIsSupported :1\r
37 1, // PciIsSupported :1\r
38 0, // PcmciaIsSupported :1\r
39 1, // PlugAndPlayIsSupported :1\r
40 0, // ApmIsSupported :1\r
41 1, // BiosIsUpgradable :1\r
42 1, // BiosShadowingAllowed :1\r
43 0, // VlVesaIsSupported :1\r
44 0, // EscdSupportIsAvailable :1\r
45 1, // BootFromCdIsSupported :1\r
46 1, // SelectableBootIsSupported :1\r
47 0, // RomBiosIsSocketed :1\r
48 0, // BootFromPcmciaIsSupported :1\r
49 0, // EDDSpecificationIsSupported :1\r
50 0, // JapaneseNecFloppyIsSupported :1\r
51 0, // JapaneseToshibaFloppyIsSupported :1\r
52 0, // Floppy525_360IsSupported :1\r
53 0, // Floppy525_12IsSupported :1\r
54 0, // Floppy35_720IsSupported :1\r
55 0, // Floppy35_288IsSupported :1\r
56 0, // PrintScreenIsSupported :1\r
57 0, // Keyboard8042IsSupported :1\r
58 0, // SerialIsSupported :1\r
59 0, // PrinterIsSupported :1\r
60 0, // CgaMonoIsSupported :1\r
61 0, // NecPc98 :1\r
62 0 // ReservedForVendor :32\r
6273e59a
RC
63 },\r
64\r
65 {\r
66 0x01, // BIOSCharacteristicsExtensionBytes[0]\r
67 // { // BiosReserved\r
68 // 1, // AcpiIsSupported :1\r
69 // 0, // UsbLegacyIsSupported :1\r
70 // 0, // AgpIsSupported :1\r
71 // 0, // I20BootIsSupported :1\r
72 // 0, // Ls120BootIsSupported :1\r
73 // 0, // AtapiZipDriveBootIsSupported :1\r
74 // 0, // Boot1394IsSupported :1\r
75 // 0 // SmartBatteryIsSupported :1\r
76 // },\r
429309e0 77 0x0C // BIOSCharacteristicsExtensionBytes[1]\r
6273e59a
RC
78 // { //SystemReserved\r
79 // 0, //BiosBootSpecIsSupported :1\r
80 // 0, //FunctionKeyNetworkBootIsSupported :1\r
81 // 1, //TargetContentDistributionEnabled :1\r
82 // 1, //UefiSpecificationSupported :1\r
83 // 0, //VirtualMachineSupported :1\r
84 // 0 //ExtensionByte2Reserved :3\r
85 // },\r
86 },\r
429309e0
MK
87 0xFF, // SystemBiosMajorRelease;\r
88 0xFF, // SystemBiosMinorRelease;\r
6273e59a
RC
89 0xFF, // EmbeddedControllerFirmwareMajorRelease;\r
90 0xFF // EmbeddedControllerFirmwareMinorRelease;\r
91};\r