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