f35d8db723c464a538c7b20f78e3947365e2d5ed
[coreboot.git] / src / mainboard / amd / torpedo / PlatformGnbPcieComplex.h
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2011 Advanced Micro Devices, Inc.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; version 2 of the License.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18  */
19
20 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
21 #define _PLATFORM_GNB_PCIE_COMPLEX_H
22
23 #include "Porting.h"
24 #include "AGESA.h"
25 #include "amdlib.h"
26
27 //GNB GPP Port4
28 #define GNB_GPP_PORT4_PORT_PRESENT      1  //0:Disable 1:Enable  
29 #define GNB_GPP_PORT4_SPEED_MODE        2  //0:Auto 1:GEN1 2:GEN2
30 #define GNB_GPP_PORT4_LINK_ASPM         3  //0:Disable 1:L0s 2:L1 3:L0s+L1
31 #define GNB_GPP_PORT4_CHANNEL_TYPE      4  //0:LowLoss(-3.5db) 1:HighLoss(-6db) 2:Half-swing(0db) 
32                                            //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db)
33 #define GNB_GPP_PORT4_HOTPLUG_SUPPORT   0  //0:Disable 1:Basic 3:Enhanced
34
35 //GNB GPP Port5
36 #define GNB_GPP_PORT5_PORT_PRESENT      1  //0:Disable 1:Enable  
37 #define GNB_GPP_PORT5_SPEED_MODE        2  //0:Auto 1:GEN1 2:GEN2
38 #define GNB_GPP_PORT5_LINK_ASPM         3  //0:Disable 1:L0s 2:L1 3:L0s+L1
39 #define GNB_GPP_PORT5_CHANNEL_TYPE      4  //0:LowLoss(-3.5db) 1:HighLoss(-6db) 2:Half-swing(0db) 
40                                            //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db)
41 #define GNB_GPP_PORT5_HOTPLUG_SUPPORT   0  //0:Disable 1:Basic 3:Enhanced
42
43 //GNB GPP Port6
44 #define GNB_GPP_PORT6_PORT_PRESENT      1  //0:Disable 1:Enable  
45 #define GNB_GPP_PORT6_SPEED_MODE        2  //0:Auto 1:GEN1 2:GEN2
46 #define GNB_GPP_PORT6_LINK_ASPM         3  //0:Disable 1:L0s 2:L1 3:L0s+L1
47 #define GNB_GPP_PORT6_CHANNEL_TYPE      4  //0:LowLoss(-3.5db) 1:HighLoss(-6db) 2:Half-swing(0db) 
48                                            //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db)
49 #define GNB_GPP_PORT6_HOTPLUG_SUPPORT   0  //0:Disable 1:Basic 3:Enhanced
50
51 //GNB GPP Port7
52 #define GNB_GPP_PORT7_PORT_PRESENT      1  //0:Disable 1:Enable  
53 #define GNB_GPP_PORT7_SPEED_MODE        2  //0:Auto 1:GEN1 2:GEN2
54 #define GNB_GPP_PORT7_LINK_ASPM         3  //0:Disable 1:L0s 2:L1 3:L0s+L1
55 #define GNB_GPP_PORT7_CHANNEL_TYPE      4  //0:LowLoss(-3.5db) 1:HighLoss(-6db) 2:Half-swing(0db) 
56                                            //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db)
57 #define GNB_GPP_PORT7_HOTPLUG_SUPPORT   0  //0:Disable 1:Basic 3:Enhanced
58
59 //GNB GPP Port8
60 #define GNB_GPP_PORT8_PORT_PRESENT      1  //0:Disable 1:Enable  
61 #define GNB_GPP_PORT8_SPEED_MODE        2  //0:Auto 1:GEN1 2:GEN2
62 #define GNB_GPP_PORT8_LINK_ASPM         3  //0:Disable 1:L0s 2:L1 3:L0s+L1
63 #define GNB_GPP_PORT8_CHANNEL_TYPE      4  //0:LowLoss(-3.5db) 1:HighLoss(-6db) 2:Half-swing(0db) 
64                                            //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db)
65 #define GNB_GPP_PORT8_HOTPLUG_SUPPORT   0  //0:Disable 1:Basic 3:Enhanced
66
67 VOID
68 OemCustomizeInitEarly (
69   IN  OUT AMD_EARLY_PARAMS    *InitEarly
70   );
71   
72 #endif //_PLATFORM_GNB_PCIE_COMPLEX_H