Add missing fields of Type 4 conversion.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11148 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
li-elvin 2010-12-10 08:00:57 +00:00
parent e519401bd5
commit 5a0c0390e0
1 changed files with 79 additions and 1 deletions

View File

@ -59,7 +59,7 @@ SMBIOS_TYPE_INFO_TABLE_ENTRY mTypeInfoTable[] = {
//
{
4,
0x25,
0x2C,
TRUE,
FALSE
},
@ -584,6 +584,84 @@ SMBIOS_CONVERSION_TABLE_ENTRY mConversionTable[] = {
SmbiosFldString
},
{
//
// Processor Sub Class -- Record Type 25: Core Count
//
EFI_PROCESSOR_SUBCLASS_GUID,
ProcessorCoreCountRecordType,
4,
BySubclassInstanceSubinstanceProducer,
ByFunctionWithOffsetSpecified,
0x23,
SmbiosFldTruncateToByte
},
{
//
// Processor Sub Class -- Record Type 26: Enabled Core Count
//
EFI_PROCESSOR_SUBCLASS_GUID,
ProcessorEnabledCoreCountRecordType,
4,
BySubclassInstanceSubinstanceProducer,
ByFunctionWithOffsetSpecified,
0x24,
SmbiosFldTruncateToByte
},
{
//
// Processor Sub Class -- Record Type 27: Thread Count
//
EFI_PROCESSOR_SUBCLASS_GUID,
ProcessorThreadCountRecordType,
4,
BySubclassInstanceSubinstanceProducer,
ByFunctionWithOffsetSpecified,
0x25,
SmbiosFldTruncateToByte
},
{
//
// Processor Sub Class -- Record Type 28: Processor Characteristics
//
EFI_PROCESSOR_SUBCLASS_GUID,
ProcessorCharacteristicsRecordType,
4,
BySubclassInstanceSubinstanceProducer,
ByFunctionWithOffsetSpecified,
0x26,
SmbiosFldTruncateToWord
},
{
//
// Processor Sub Class -- Record Type 29: Family 2
//
EFI_PROCESSOR_SUBCLASS_GUID,
ProcessorFamily2RecordType,
4,
BySubclassInstanceSubinstanceProducer,
ByFunctionWithOffsetSpecified,
0x28,
SmbiosFldTruncateToWord
},
{
//
// Processor Sub Class -- Record Type 30: Part Number
//
EFI_PROCESSOR_SUBCLASS_GUID,
ProcessorPartNumberRecordType,
4,
BySubclassInstanceSubinstanceProducer,
ByFunctionWithOffsetSpecified,
0x22,
SmbiosFldString
},
{
//
// Cache SubClass -- Record Type 1: Size