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