Skip to content

Commit f228651

Browse files
ycypjiahuanzhao
andauthored
[Cherry-Pick] MdePkg/SmBios.h: Add new Socket Type for SMBIOS Type4 (#1229)
The patch adds new socket type(Type 4, Offset 32h) for SMBIOS Type4 based on SMBIOS v3.8.0. ## Description The patch adds new socket type(Type 4, Offset 32h) for SMBIOS Type4 based on SMBIOS v3.8.0. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested Build and boot on Intel platforms to make sure no errors or boot hang issue happens. ## Integration Instructions N/A Signed-off-by: Jason Zhao <[email protected]> Co-authored-by: Jason Zhao <[email protected]>
1 parent 351b069 commit f228651

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MdePkg/Include/IndustryStandard/SmBios.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,10 @@ typedef struct {
10201020
// Add for smbios 3.6
10211021
//
10221022
UINT16 ThreadEnabled;
1023+
//
1024+
// Add for smbios 3.8
1025+
//
1026+
SMBIOS_TABLE_STRING SocketType;
10231027
} SMBIOS_TABLE_TYPE4;
10241028

10251029
///

0 commit comments

Comments
 (0)