1 /*++
2 
3   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
4 
5 
6   This program and the accompanying materials are licensed and made available under
7 
8   the terms and conditions of the BSD License that accompanies this distribution.
9 
10   The full text of the license may be found at
11 
12   http://opensource.org/licenses/bsd-license.php.
13 
14 
15 
16   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 
18   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19 
20 
21 
22 
23 Module Name:
24 
25   BoardIdDecode.h
26 
27 Abstract:
28 
29   Header file for Platform Initialization Driver.
30 
31 Revision History
32 
33 ++*/
34 
35 //
36 // Board AA# and Board ID
37 //
38 #define DEFAULT_BOARD_AA                  "FFFFFF"
39 
40 //
41 // Mount Washington (LVDS) LOEM
42 //
43 #define MW_ITX_MPCIE_LVDS_LOEM_AA         "E93081"
44 #define MW_ITX_MPCIE_LVDS_LOEM_ID         3
45 
46 //
47 // Mount Washington (LVDS) Channel
48 //
49 #define MW_ITX_MPCIE_LVDS_CHANNEL_AA      "E93080"
50 #define MW_ITX_MPCIE_LVDS_CHANNEL_ID      3
51 
52 //
53 // Mount Washington Channel
54 //
55 #define MW_ITX_MPCIE_CHANNEL_AA           "E93082"
56 #define MW_ITX_MPCIE_CHANNEL_ID           1
57 
58 //
59 // Kinston (mPCIe + LVDS) LOEM
60 //
61 #define KT_ITX_MPCIE_LVDS_LOEM_AA         "E93085"
62 #define KT_ITX_MPCIE_LVDS_LOEM_ID         2
63 
64 //
65 // Kinston (LVDS) Channel
66 //
67 #define KT_ITX_CHANNEL_AA                 "E93083"
68 #define KT_ITX_CHANNEL_ID                 0
69 
70 //
71 // Kinston LOEM
72 //
73 #define KT_ITX_LOEM_AA                    "E93084"
74 #define KT_ITX_LOEM_ID                    0
75 
76