Skip to content

Commit

Permalink
ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17
Browse files Browse the repository at this point in the history
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305

Memory Device (Type 17):
- SMBIOSCR00178: add new memory device type value (HBM) and new form
factor value (Die)

Cc: Ray Ni <[email protected]>
Cc: Sai Chaganty <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Signed-off-by: Zhichao Gao <[email protected]>
  • Loading branch information
ZhichaoGao authored and mergify[bot] committed Nov 14, 2019
1 parent 16efcbb commit 77ad48a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2423,6 +2423,10 @@ TABLE_ITEM MemoryDeviceFormFactorTable[] = {
{
0x0F,
L" FB-DIMM"
},
{
MemoryFormFactorDie,
L" Die"
}
};

Expand Down Expand Up @@ -2538,6 +2542,14 @@ TABLE_ITEM MemoryDeviceTypeTable[] = {
{
0x1F,
L" Logical non-volatile device"
},
{
MemoryTypeHBM,
L" HBM (High Bandwidth Memory)"
},
{
MemoryTypeHBM2,
L" HBM2 (High Bandwidth Memory Generation 2)"
}
};

Expand Down

0 comments on commit 77ad48a

Please sign in to comment.