]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.h
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmiCr3" with PatchInstructionX86()
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformDxe / BoardIdDecode.h
1 /*++
2
3 Copyright (c) 2004 - 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 Module Name:
15
16 BoardIdDecode.h
17
18 Abstract:
19
20 Header file for Platform Initialization Driver.
21
22 Revision History
23
24 ++*/
25
26 //
27 // Board AA# and Board ID
28 //
29 #define DEFAULT_BOARD_AA "FFFFFF"
30
31 //
32 // Mount Washington (LVDS) LOEM
33 //
34 #define MW_ITX_MPCIE_LVDS_LOEM_AA "E93081"
35 #define MW_ITX_MPCIE_LVDS_LOEM_ID 3
36
37 //
38 // Mount Washington (LVDS) Channel
39 //
40 #define MW_ITX_MPCIE_LVDS_CHANNEL_AA "E93080"
41 #define MW_ITX_MPCIE_LVDS_CHANNEL_ID 3
42
43 //
44 // Mount Washington Channel
45 //
46 #define MW_ITX_MPCIE_CHANNEL_AA "E93082"
47 #define MW_ITX_MPCIE_CHANNEL_ID 1
48
49 //
50 // Kinston (mPCIe + LVDS) LOEM
51 //
52 #define KT_ITX_MPCIE_LVDS_LOEM_AA "E93085"
53 #define KT_ITX_MPCIE_LVDS_LOEM_ID 2
54
55 //
56 // Kinston (LVDS) Channel
57 //
58 #define KT_ITX_CHANNEL_AA "E93083"
59 #define KT_ITX_CHANNEL_ID 0
60
61 //
62 // Kinston LOEM
63 //
64 #define KT_ITX_LOEM_AA "E93084"
65 #define KT_ITX_LOEM_ID 0
66