Skip to content

Commit

Permalink
MdePkg/SmBios.h: Add new Socket Type for SMBIOS Type4
Browse files Browse the repository at this point in the history
The patch adds new socket type(Type 4, Offset 32h) for
SMBIOS Type4 based on SMBIOS v3.8.0.

Signed-off-by: Jason Zhao <[email protected]>
  • Loading branch information
jiahuanzhao authored and ycyp committed Nov 26, 2024
1 parent 206b001 commit 1e2ee72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MdePkg/Include/IndustryStandard/SmBios.h
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,10 @@ typedef struct {
// Add for smbios 3.6
//
UINT16 ThreadEnabled;
//
// Add for smbios 3.8
//
SMBIOS_TABLE_STRING SocketType;
} SMBIOS_TABLE_TYPE4;

///
Expand Down

0 comments on commit 1e2ee72

Please sign in to comment.