]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayData.c
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / MiscPhysicalArrayData.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 MiscPhysicalArrayData.c
13
14 Abstract:
15
16 BIOS Physical Array static data.
17 SMBIOS type 16.
18
19 --*/
20
21
22 #include "CommonHeader.h"
23
24 #include "MiscSubclassDriver.h"
25
26
27
28 //
29 // Static (possibly build generated) Physical Memory Array Dat.
30 //
31 MISC_SMBIOS_TABLE_DATA(EFI_MEMORY_ARRAY_LOCATION_DATA, MiscPhysicalMemoryArray) =
32 {
33 EfiMemoryArrayLocationSystemBoard, // Memory location
34 EfiMemoryArrayUseSystemMemory, // Memory array use
35 EfiMemoryErrorCorrectionNone, // Memory error correction
36 0, // Maximum Memory Capacity
37 0x01 // Number of Devices
38 };