https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license change: V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
358 lines
21 KiB
C
358 lines
21 KiB
C
/** @file
|
|
This driver parses the mMiscSubclassDataTable structure and reports
|
|
any generated data to the DataHub.
|
|
|
|
Copyright (c) 2013-2015 Intel Corporation.
|
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
|
|
**/
|
|
|
|
|
|
#include "CommonHeader.h"
|
|
|
|
#include "SmbiosMisc.h"
|
|
|
|
|
|
//
|
|
// Static (possibly build generated) Bios Vendor data.
|
|
//
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot1) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT1), // SlotDesignation
|
|
EfiSlotTypePci, // SlotType
|
|
EfiSlotDataBusWidth32Bit, // SlotDataBusWidth
|
|
EfiSlotUsageAvailable, // SlotUsage
|
|
EfiSlotLengthLong , // SlotLength
|
|
1, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
0, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot2) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT2), // SlotDesignation
|
|
EfiSlotTypePciExpress, // SlotType
|
|
EfiSlotDataBusWidth32Bit, // SlotDataBusWidth
|
|
EfiSlotUsageAvailable, // SlotUsage
|
|
EfiSlotLengthLong , // SlotLength
|
|
1, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot3) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT3), // SlotDesignation
|
|
EfiSlotTypePciExpress, // SlotType
|
|
EfiSlotDataBusWidth32Bit, // SlotDataBusWidth
|
|
EfiSlotUsageAvailable, // SlotUsage
|
|
EfiSlotLengthLong , // SlotLength
|
|
2, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot4) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT4), // SlotDesignation
|
|
EfiSlotTypePciExpress, // SlotType
|
|
EfiSlotDataBusWidth32Bit, // SlotDataBusWidth
|
|
EfiSlotUsageAvailable, // SlotUsage
|
|
EfiSlotLengthLong , // SlotLength
|
|
2, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot5) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT5), // SlotDesignation
|
|
EfiSlotTypePciExpress, // SlotType
|
|
EfiSlotDataBusWidth32Bit, // SlotDataBusWidth
|
|
EfiSlotUsageAvailable, // SlotUsage
|
|
EfiSlotLengthLong , // SlotLength
|
|
3, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot6) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT6), // SlotDesignation
|
|
EfiSlotTypePciExpress, // SlotType
|
|
EfiSlotDataBusWidth32Bit, // SlotDataBusWidth
|
|
EfiSlotUsageAvailable, // SlotUsage
|
|
EfiSlotLengthLong , // SlotLength
|
|
3, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot7) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT7), // SlotDesignation
|
|
EfiSlotTypePciExpress, // SlotType
|
|
EfiSlotDataBusWidth32Bit, // SlotDataBusWidth
|
|
EfiSlotUsageAvailable, // SlotUsage
|
|
EfiSlotLengthLong , // SlotLength
|
|
3, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot8) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT8), // SlotDesignation
|
|
EfiSlotTypePciExpress, // SlotType
|
|
EfiSlotDataBusWidth32Bit, // SlotDataBusWidth
|
|
EfiSlotUsageAvailable, // SlotUsage
|
|
EfiSlotLengthLong , // SlotLength
|
|
3, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot9) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT9), // SlotDesignation
|
|
EfiSlotTypeUnknown, // SlotType
|
|
EfiSlotDataBusWidthUnknown, // SlotDataBusWidth
|
|
EfiSlotUsageUnknown, // SlotUsage
|
|
EfiSlotLengthUnknown , // SlotLength
|
|
0, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot10) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT10), // SlotDesignation
|
|
EfiSlotTypeUnknown, // SlotType
|
|
EfiSlotDataBusWidthUnknown, // SlotDataBusWidth
|
|
EfiSlotUsageUnknown, // SlotUsage
|
|
EfiSlotLengthUnknown , // SlotLength
|
|
0, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot11) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT11), // SlotDesignation
|
|
EfiSlotTypeUnknown, // SlotType
|
|
EfiSlotDataBusWidthUnknown, // SlotDataBusWidth
|
|
EfiSlotUsageUnknown, // SlotUsage
|
|
EfiSlotLengthUnknown , // SlotLength
|
|
0, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot12) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT12), // SlotDesignation
|
|
EfiSlotTypeUnknown, // SlotType
|
|
EfiSlotDataBusWidthUnknown, // SlotDataBusWidth
|
|
EfiSlotUsageUnknown, // SlotUsage
|
|
EfiSlotLengthUnknown , // SlotLength
|
|
0, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot13) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT13), // SlotDesignation
|
|
EfiSlotTypeUnknown, // SlotType
|
|
EfiSlotDataBusWidthUnknown, // SlotDataBusWidth
|
|
EfiSlotUsageUnknown, // SlotUsage
|
|
EfiSlotLengthUnknown , // SlotLength
|
|
0, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
MISC_SMBIOS_TABLE_DATA(EFI_MISC_SYSTEM_SLOT_DESIGNATION, MiscSystemSlot14) = {
|
|
STRING_TOKEN(STR_MISC_SYSTEM_SLOT14), // SlotDesignation
|
|
EfiSlotTypeUnknown, // SlotType
|
|
EfiSlotDataBusWidthUnknown, // SlotDataBusWidth
|
|
EfiSlotUsageUnknown, // SlotUsage
|
|
EfiSlotLengthUnknown , // SlotLength
|
|
0, // SlotId
|
|
{ // SlotCharacteristics
|
|
0, // CharacteristicsUnknown :1;
|
|
0, // Provides50Volts :1;
|
|
1, // Provides33Volts :1;
|
|
0, // SharedSlot :1;
|
|
0, // PcCard16Supported :1;
|
|
0, // CardBusSupported :1;
|
|
0, // ZoomVideoSupported :1;
|
|
0, // ModemRingResumeSupported:1;
|
|
1, // PmeSignalSupported :1;
|
|
1, // HotPlugDevicesSupported :1;
|
|
1, // SmbusSignalSupported :1;
|
|
0 // Reserved :21;
|
|
},
|
|
{0} // SlotDevicePath
|
|
};
|
|
|
|
|