mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
MdePkg/SmBios.h: Add new Socket Type for SMBIOS Type4
The patch adds new socket type(Type 4, Offset 32h) for SMBIOS Type4 based on SMBIOS v3.8.0. Signed-off-by: Jason Zhao <jason.zhao@intel.com>
This commit is contained in:
parent
72cf76868c
commit
7f505d377b
@ -1020,6 +1020,10 @@ typedef struct {
|
|||||||
// Add for smbios 3.6
|
// Add for smbios 3.6
|
||||||
//
|
//
|
||||||
UINT16 ThreadEnabled;
|
UINT16 ThreadEnabled;
|
||||||
|
//
|
||||||
|
// Add for smbios 3.8
|
||||||
|
//
|
||||||
|
SMBIOS_TABLE_STRING SocketType;
|
||||||
} SMBIOS_TABLE_TYPE4;
|
} SMBIOS_TABLE_TYPE4;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user