]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.h
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformDxe / BoardIdDecode.h
1 /*++
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9 Module Name:
10
11 BoardIdDecode.h
12
13 Abstract:
14
15 Header file for Platform Initialization Driver.
16
17 Revision History
18
19 ++*/
20
21 //
22 // Board AA# and Board ID
23 //
24 #define DEFAULT_BOARD_AA "FFFFFF"
25
26 //
27 // Mount Washington (LVDS) LOEM
28 //
29 #define MW_ITX_MPCIE_LVDS_LOEM_AA "E93081"
30 #define MW_ITX_MPCIE_LVDS_LOEM_ID 3
31
32 //
33 // Mount Washington (LVDS) Channel
34 //
35 #define MW_ITX_MPCIE_LVDS_CHANNEL_AA "E93080"
36 #define MW_ITX_MPCIE_LVDS_CHANNEL_ID 3
37
38 //
39 // Mount Washington Channel
40 //
41 #define MW_ITX_MPCIE_CHANNEL_AA "E93082"
42 #define MW_ITX_MPCIE_CHANNEL_ID 1
43
44 //
45 // Kinston (mPCIe + LVDS) LOEM
46 //
47 #define KT_ITX_MPCIE_LVDS_LOEM_AA "E93085"
48 #define KT_ITX_MPCIE_LVDS_LOEM_ID 2
49
50 //
51 // Kinston (LVDS) Channel
52 //
53 #define KT_ITX_CHANNEL_AA "E93083"
54 #define KT_ITX_CHANNEL_ID 0
55
56 //
57 // Kinston LOEM
58 //
59 #define KT_ITX_LOEM_AA "E93084"
60 #define KT_ITX_LOEM_ID 0
61