Skip to content

Commit

Permalink
[Cherry-Pick] MdePkg/SmBios.h: Add new Socket Type for SMBIOS Type4 (#…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
2 people authored and ProjectMuBot committed Nov 28, 2024
1 parent df3b847 commit 6bdf6f8
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 6bdf6f8

Please sign in to comment.