]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceData.c
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscMemoryDeviceData.c
1 /*++
2
3 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 This program and the accompanying materials are licensed and made available under
6 the terms and conditions of the BSD License that accompanies this distribution.
7 The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13
14
15 Module Name:
16
17 MiscMemoryDeviceData.c
18
19 Abstract:
20
21 Memory Device
22 Misc. subclass type 17.
23 SMBIOS type 17.
24
25 --*/
26
27
28 #include "CommonHeader.h"
29 #include "MiscSubclassDriver.h"
30
31 MISC_SMBIOS_TABLE_DATA(EFI_MEMORY_ARRAY_LINK_DATA, MiscMemoryDevice) = {
32 STRING_TOKEN (STR_MISC_MEM_DEV_LOCATOR0), // Memory Device locator
33 STRING_TOKEN (STR_MISC_MEM_BANK_LOCATOR0), // Memory Bank Locator
34 STRING_TOKEN (STR_MISC_MEM_MANUFACTURER), // Memory manufacturer
35 STRING_TOKEN (STR_MISC_MEM_SERIAL_NO), // Memory serial Number
36 STRING_TOKEN (STR_MISC_MEM_ASSET_TAG), // Memory Asset Tag
37 STRING_TOKEN (STR_MISC_MEM_PART_NUMBER), // Memory Part Number
38 0, // Memory Array Link
39 0, // Memory SubArray link
40 0, // UINT16 MemoryTotalWidth
41 0, // UINT16 MemoryDatawidth
42 0, // Memory Device Size
43 EfiMemoryFormFactorDip, // Memory Form Factor
44 2, // UINT8 Memory Device type
45 EfiMemoryTypeDram, // Memory Type
46 0, // Memory Type Detail
47 0, // Memory Speed
48 0 // Memory State
49
50 };