mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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:
parent
1c4c85a003
commit
d3b2ee2df3
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue