Skip to content

Commit 48608e9

Browse files
girimudusuruapop5
authored andcommitted
[Cherry-Pick] ShellPkg/SmbiosView: Add decode for DSP0134 SMBIOS Spec v3.9.0
Add decode for Type17 Memory based on SMBIOS Spec v3.9.0 Signed-off-by: Giri Mudusuru <[email protected]> (cherry picked from commit 406aeb5a974689b6a15bb69d140296c8c259ab50)
1 parent 1051865 commit 48608e9

File tree

1 file changed

+14
-1
lines changed
  • ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView

1 file changed

+14
-1
lines changed

ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
Build a table, each item is (Key, Info) pair.
33
And give a interface of query a string out of a table.
44
5+
Copyright (c) Microsoft Corporation. All rights reserved.<BR>
56
Copyright (c) 2005 - 2024, Intel Corporation. All rights reserved.<BR>
67
(C) Copyright 2016-2019 Hewlett Packard Enterprise Development LP<BR>
7-
Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
8+
Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
89
SPDX-License-Identifier: BSD-2-Clause-Patent
910
1011
**/
@@ -2748,6 +2749,18 @@ TABLE_ITEM MemoryDeviceFormFactorTable[] = {
27482749
{
27492750
MemoryFormFactorDie,
27502751
L" Die"
2752+
},
2753+
{
2754+
MemoryFormFactorCamm,
2755+
L" CAMM"
2756+
},
2757+
{
2758+
MemoryFormFactorCuDimm,
2759+
L" CUDIMM"
2760+
},
2761+
{
2762+
MemoryFormFactorCsoDimm,
2763+
L" CSODIMM"
27512764
}
27522765
};
27532766

0 commit comments

Comments
 (0)