summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShveta Gupta <shvetag@nvidia.com>2025-04-01 14:47:04 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-04-22 17:32:39 +0000
commitd3b2ee2df3fd33dc4320041d2f86b3406b2453d4 (patch)
treea51b170f0c48e63ba86c2b816c3a549e01f2c22e
parent1c4c85a00374f4e52b9010aa6b957e6ed90a2f22 (diff)
downloadedk2-d3b2ee2df3fd33dc4320041d2f86b3406b2453d4.zip
edk2-d3b2ee2df3fd33dc4320041d2f86b3406b2453d4.tar.gz
edk2-d3b2ee2df3fd33dc4320041d2f86b3406b2453d4.tar.bz2
ShellPkg: Updated Memory Form Factor definition per SMBIOS 3.8.0
This patch adds additional support for the new CAMM form factor defined in SMBIOS specification 3.8.0 Signed-off-by: Shveta Gupta <shvetag@nvidia.com>
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
index 0db28b6..30f4846 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
@@ -4,7 +4,7 @@
Copyright (c) 2005 - 2024, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2016-2019 Hewlett Packard Enterprise Development LP<BR>
- Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+ Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
@@ -2748,6 +2748,10 @@ TABLE_ITEM MemoryDeviceFormFactorTable[] = {
{
MemoryFormFactorDie,
L" Die"
+ },
+ {
+ MemoryFormFactorCamm,
+ L" CAMM"
}
};