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>
This commit is contained in:
Shveta Gupta 2025-04-01 14:47:04 -07:00 committed by mergify[bot]
parent 1c4c85a003
commit d3b2ee2df3

View file

@ -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"
}
};