File tree Expand file tree Collapse file tree 4 files changed +588
-0
lines changed
Library/Smbios/SmbiosType4Lib Expand file tree Collapse file tree 4 files changed +588
-0
lines changed Original file line number Diff line number Diff line change 93
93
DynamicTablesPkg /Library /Acpi /Arm /AcpiIortLibArm /AcpiIortLibArm . inf
94
94
DynamicTablesPkg /Library /Acpi /Arm /AcpiMadtLibArm /AcpiMadtLibArm . inf
95
95
96
+ DynamicTablesPkg /Library /Smbios /SmbiosType4Lib /SmbiosType4Lib . inf
96
97
DynamicTablesPkg /Library /Smbios /SmbiosType7Lib /SmbiosType7Lib . inf
97
98
98
99
# AML Fixup (Arm specific )
131
132
NULL |DynamicTablesPkg /Library /Acpi /Common /AcpiSsdtCpuTopologyLib /SsdtCpuTopologyLib . inf
132
133
NULL |DynamicTablesPkg /Library /Acpi /Common /AcpiSsdtPcieLib /SsdtPcieLib . inf
133
134
135
+ NULL |DynamicTablesPkg /Library /Smbios /SmbiosType4Lib /SmbiosType4Lib . inf
134
136
NULL |DynamicTablesPkg /Library /Smbios /SmbiosType7Lib /SmbiosType7Lib . inf
135
137
}
136
138
Original file line number Diff line number Diff line change @@ -421,6 +421,24 @@ typedef struct CmArchCommonProcHierarchyInfo {
421
421
/// If OverrideNameUidEnabled is TRUE then this value will be used for
422
422
/// the UID of processor containers.
423
423
UINT32 OverrideUid ;
424
+ /// Processor ID. See SMBIOS "Processor ID field format" for format details.
425
+ UINT64 ProcessorId ;
426
+ /// Designation of this CM_ARCH_COMMON_PROC_HIERARCHY_INFO instance.
427
+ /// This string (and all that follow) are intended only for instances with
428
+ /// EFI_ACPI_6_3_PPTT_PACKAGE_PHYSICAL set, ie describing physical sockets.
429
+ CHAR8 * SocketDesignation ;
430
+ /// String stating processor manufacturer.
431
+ CHAR8 * ProcessorManufacturer ;
432
+ /// String stating processor version / device name.
433
+ CHAR8 * ProcessorVersion ;
434
+ /// String stating processor serial number.
435
+ CHAR8 * SerialNumber ;
436
+ /// String stating processor asset tag.
437
+ CHAR8 * AssetTag ;
438
+ /// String stating processor part number.
439
+ CHAR8 * PartNumber ;
440
+ /// String stating processor socket type.
441
+ CHAR8 * SocketType ;
424
442
} CM_ARCH_COMMON_PROC_HIERARCHY_INFO ;
425
443
426
444
/** A structure that describes the Cache Type Structure (Type 1) in PPTT
You can’t perform that action at this time.
0 commit comments