blob: 0b5760579da045a29158d9af1f072997187b3f07 [file] [log] [blame]
Jens Rottmann73d49652013-02-28 09:56:20 +01001/*
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#include <cpu/amd/agesa/s3_resume.h>
27
28//GNB GPP Port4
29#define GNB_GPP_PORT4_PORT_PRESENT 1 //0:Disable 1:Enable
30#define GNB_GPP_PORT4_SPEED_MODE 2 //0:Auto 1:GEN1 2:GEN2
31#define GNB_GPP_PORT4_LINK_ASPM 3 //0:Disable 1:L0s 2:L1 3:L0s+L1
32#define GNB_GPP_PORT4_CHANNEL_TYPE 4 //0:LowLoss(-3.5db) 1:HighLoss(-6db) 2:Half-swing(0db)
33 //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db)
34#define GNB_GPP_PORT4_HOTPLUG_SUPPORT 0 //0:Disable 1:Basic 3:Enhanced
35
36//GNB GPP Port5
Jens Rottmann23d13b12013-02-28 10:24:20 +010037#define GNB_GPP_PORT5_PORT_PRESENT 0 //0:Disable 1:Enable
Jens Rottmann73d49652013-02-28 09:56:20 +010038#define GNB_GPP_PORT5_SPEED_MODE 2 //0:Auto 1:GEN1 2:GEN2
39#define GNB_GPP_PORT5_LINK_ASPM 3 //0:Disable 1:L0s 2:L1 3:L0s+L1
40#define GNB_GPP_PORT5_CHANNEL_TYPE 4 //0:LowLoss(-3.5db) 1:HighLoss(-6db) 2:Half-swing(0db)
41 //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db)
42#define GNB_GPP_PORT5_HOTPLUG_SUPPORT 0 //0:Disable 1:Basic 3:Enhanced
43
44//GNB GPP Port6
Jens Rottmann23d13b12013-02-28 10:24:20 +010045#define GNB_GPP_PORT6_PORT_PRESENT 0 //0:Disable 1:Enable
Jens Rottmann73d49652013-02-28 09:56:20 +010046#define GNB_GPP_PORT6_SPEED_MODE 2 //0:Auto 1:GEN1 2:GEN2
47#define GNB_GPP_PORT6_LINK_ASPM 3 //0:Disable 1:L0s 2:L1 3:L0s+L1
48#define GNB_GPP_PORT6_CHANNEL_TYPE 4 //0:LowLoss(-3.5db) 1:HighLoss(-6db) 2:Half-swing(0db)
49 //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db)
50#define GNB_GPP_PORT6_HOTPLUG_SUPPORT 0 //0:Disable 1:Basic 3:Enhanced
51
52//GNB GPP Port7
53#define GNB_GPP_PORT7_PORT_PRESENT 0 //0:Disable 1:Enable
54#define GNB_GPP_PORT7_SPEED_MODE 2 //0:Auto 1:GEN1 2:GEN2
55#define GNB_GPP_PORT7_LINK_ASPM 3 //0:Disable 1:L0s 2:L1 3:L0s+L1
56#define GNB_GPP_PORT7_CHANNEL_TYPE 4 //0:LowLoss(-3.5db) 1:HighLoss(-6db) 2:Half-swing(0db)
57 //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db)
58#define GNB_GPP_PORT7_HOTPLUG_SUPPORT 0 //0:Disable 1:Basic 3:Enhanced
59
60//GNB GPP Port8
61#define GNB_GPP_PORT8_PORT_PRESENT 1 //0:Disable 1:Enable
62#define GNB_GPP_PORT8_SPEED_MODE 2 //0:Auto 1:GEN1 2:GEN2
63#define GNB_GPP_PORT8_LINK_ASPM 3 //0:Disable 1:L0s 2:L1 3:L0s+L1
64#define GNB_GPP_PORT8_CHANNEL_TYPE 4 //0:LowLoss(-3.5db) 1:HighLoss(-6db) 2:Half-swing(0db)
65 //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db)
66#define GNB_GPP_PORT8_HOTPLUG_SUPPORT 0 //0:Disable 1:Basic 3:Enhanced
67
Jens Rottmann73d49652013-02-28 09:56:20 +010068
69#endif //_PLATFORM_GNB_PCIE_COMPLEX_H