]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceData.c
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscMemoryDeviceData.c
1 /*++
2
3 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9
10 Module Name:
11
12 MiscMemoryDeviceData.c
13
14 Abstract:
15
16 Memory Device
17 Misc. subclass type 17.
18 SMBIOS type 17.
19
20 --*/
21
22
23 #include "CommonHeader.h"
24 #include "MiscSubclassDriver.h"
25
26 MISC_SMBIOS_TABLE_DATA(EFI_MEMORY_ARRAY_LINK_DATA, MiscMemoryDevice) = {
27 STRING_TOKEN (STR_MISC_MEM_DEV_LOCATOR0), // Memory Device locator
28 STRING_TOKEN (STR_MISC_MEM_BANK_LOCATOR0), // Memory Bank Locator
29 STRING_TOKEN (STR_MISC_MEM_MANUFACTURER), // Memory manufacturer
30 STRING_TOKEN (STR_MISC_MEM_SERIAL_NO), // Memory serial Number
31 STRING_TOKEN (STR_MISC_MEM_ASSET_TAG), // Memory Asset Tag
32 STRING_TOKEN (STR_MISC_MEM_PART_NUMBER), // Memory Part Number
33 0, // Memory Array Link
34 0, // Memory SubArray link
35 0, // UINT16 MemoryTotalWidth
36 0, // UINT16 MemoryDatawidth
37 0, // Memory Device Size
38 EfiMemoryFormFactorDip, // Memory Form Factor
39 2, // UINT8 Memory Device type
40 EfiMemoryTypeDram, // Memory Type
41 0, // Memory Type Detail
42 0, // Memory Speed
43 0 // Memory State
44
45 };