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