blob: 3cd69f1ac9e73753c054826336b8d2e986d561c2 [file] [log] [blame]
Edward O'Callaghan4726a872014-01-25 07:40:39 +11001/*
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#include "AGESA.h"
21#include "amdlib.h"
22#include "Ids.h"
23#include "heapManager.h"
24#include "PlatformGnbPcieComplex.h"
25#include "Filecode.h"
26#include "BiosCallOuts.h"
27
28#define FILECODE PROC_RECOVERY_MEM_NB_ON_MRNON_FILECODE
29
30/*---------------------------------------------------------------------------------------*/
31/**
32 * OemCustomizeInitEarly
33 *
34 * Description:
35 * This stub function will call the host environment through the binary block
36 * interface (call-out port) to provide a user hook opportunity
37 *
38 * Parameters:
39 * @param[in] **PeiServices
40 * @param[in] *InitEarly
41 *
42 * @retval VOID
43 *
44 **/
45/*---------------------------------------------------------------------------------------*/
46VOID
47OemCustomizeInitEarly (
48 IN OUT AMD_EARLY_PARAMS *InitEarly
49 )
50{
51 AGESA_STATUS Status;
52 VOID *BrazosPcieComplexListPtr;
53 VOID *BrazosPciePortPtr;
54 VOID *BrazosPcieDdiPtr;
55
56 ALLOCATE_HEAP_PARAMS AllocHeapParams;
57
58PCIe_PORT_DESCRIPTOR PortList [] = {
59 // Initialize Port descriptor (PCIe port, Lanes 4, PCI Device Number 4, ...)
60 {
61 0, //Descriptor flags !!!IMPORTANT!!! Terminate last element of array
62 PCIE_ENGINE_DATA_INITIALIZER (PciePortEngine, 4, 4),
63 PCIE_PORT_DATA_INITIALIZER (GNB_GPP_PORT4_PORT_PRESENT, GNB_GPP_PORT4_CHANNEL_TYPE, 4, GNB_GPP_PORT4_HOTPLUG_SUPPORT, GNB_GPP_PORT4_SPEED_MODE, GNB_GPP_PORT4_SPEED_MODE, GNB_GPP_PORT4_LINK_ASPM, 46)
64 },
65 // Initialize Port descriptor (PCIe port, Lanes 5, PCI Device Number 5, ...)
66 {
67 0, //Descriptor flags !!!IMPORTANT!!! Terminate last element of array
68 PCIE_ENGINE_DATA_INITIALIZER (PciePortEngine, 5, 5),
69 PCIE_PORT_DATA_INITIALIZER (GNB_GPP_PORT5_PORT_PRESENT, GNB_GPP_PORT5_CHANNEL_TYPE, 5, GNB_GPP_PORT5_HOTPLUG_SUPPORT, GNB_GPP_PORT5_SPEED_MODE, GNB_GPP_PORT5_SPEED_MODE, GNB_GPP_PORT5_LINK_ASPM, 46)
70 },
71 // Initialize Port descriptor (PCIe port, Lanes 6, PCI Device Number 6, ...)
72 {
73 0, //Descriptor flags !!!IMPORTANT!!! Terminate last element of array
74 PCIE_ENGINE_DATA_INITIALIZER (PciePortEngine, 6, 6),
75 PCIE_PORT_DATA_INITIALIZER (GNB_GPP_PORT6_PORT_PRESENT, GNB_GPP_PORT6_CHANNEL_TYPE, 6, GNB_GPP_PORT6_HOTPLUG_SUPPORT, GNB_GPP_PORT6_SPEED_MODE, GNB_GPP_PORT6_SPEED_MODE, GNB_GPP_PORT6_LINK_ASPM, 46)
76 },
77 // Initialize Port descriptor (PCIe port, Lanes 7, PCI Device Number 7, ...)
78 {
79 0,
80 PCIE_ENGINE_DATA_INITIALIZER (PciePortEngine, 7, 7),
81 PCIE_PORT_DATA_INITIALIZER (GNB_GPP_PORT7_PORT_PRESENT, GNB_GPP_PORT7_CHANNEL_TYPE, 7, GNB_GPP_PORT7_HOTPLUG_SUPPORT, GNB_GPP_PORT7_SPEED_MODE, GNB_GPP_PORT7_SPEED_MODE, GNB_GPP_PORT7_LINK_ASPM, 0)
82 },
83 // Initialize Port descriptor (PCIe port, Lanes 8, PCI Device Number 8, ...)
84 {
85 DESCRIPTOR_TERMINATE_LIST, //Descriptor flags !!!IMPORTANT!!! Terminate last element of array
86 PCIE_ENGINE_DATA_INITIALIZER (PciePortEngine, 0, 3),
87 PCIE_PORT_DATA_INITIALIZER (GNB_GPP_PORT8_PORT_PRESENT, GNB_GPP_PORT8_CHANNEL_TYPE, 8, GNB_GPP_PORT8_HOTPLUG_SUPPORT, GNB_GPP_PORT8_SPEED_MODE, GNB_GPP_PORT8_SPEED_MODE, GNB_GPP_PORT8_LINK_ASPM, 0)
88 }
89};
90
91PCIe_DDI_DESCRIPTOR DdiList [] = {
92 // Initialize Ddi descriptor (DDI interface Lanes 8:11, DdA, ...)
93 {
94 0, //Descriptor flags
95 PCIE_ENGINE_DATA_INITIALIZER (PcieDdiEngine, 8, 11),
96 //PCIE_DDI_DATA_INITIALIZER (ConnectorTypeDP, Aux1, Hdp1)
97 {ConnectorTypeLvds, Aux1, Hdp1}
98 },
99 // Initialize Ddi descriptor (DDI interface Lanes 12:15, DdB, ...)
100 {
101 DESCRIPTOR_TERMINATE_LIST, //Descriptor flags !!!IMPORTANT!!! Terminate last element of array
102 PCIE_ENGINE_DATA_INITIALIZER (PcieDdiEngine, 12, 15),
103 //PCIE_DDI_DATA_INITIALIZER (ConnectorTypeDP, Aux2, Hdp2)
104 {ConnectorTypeDP, Aux2, Hdp2}
105 }
106};
107
108PCIe_COMPLEX_DESCRIPTOR Brazos = {
109 DESCRIPTOR_TERMINATE_LIST,
110 0,
111 &PortList[0],
112 &DdiList[0]
113};
114
115 // GNB PCIe topology Porting
116
117 //
118 // Allocate buffer for PCIe_COMPLEX_DESCRIPTOR , PCIe_PORT_DESCRIPTOR and PCIe_DDI_DESCRIPTOR
119 //
120 AllocHeapParams.RequestedBufferSize = sizeof(Brazos) + sizeof(PortList) + sizeof(DdiList);
121
122 AllocHeapParams.BufferHandle = AMD_MEM_MISC_HANDLES_START;
123 AllocHeapParams.Persist = HEAP_LOCAL_CACHE;
124 Status = HeapAllocateBuffer (&AllocHeapParams, &InitEarly->StdHeader);
125 if ( Status!= AGESA_SUCCESS) {
126 // Could not allocate buffer for PCIe_COMPLEX_DESCRIPTOR , PCIe_PORT_DESCRIPTOR and PCIe_DDI_DESCRIPTOR
127 ASSERT(FALSE);
128 return;
129 }
130
131 BrazosPcieComplexListPtr = (PCIe_COMPLEX_DESCRIPTOR *) AllocHeapParams.BufferPtr;
132
133 AllocHeapParams.BufferPtr += sizeof(Brazos);
134 BrazosPciePortPtr = (PCIe_PORT_DESCRIPTOR *)AllocHeapParams.BufferPtr;
135
136 AllocHeapParams.BufferPtr += sizeof(PortList);
137 BrazosPcieDdiPtr = (PCIe_DDI_DESCRIPTOR *) AllocHeapParams.BufferPtr;
138
139 LibAmdMemFill (BrazosPcieComplexListPtr,
140 0,
141 sizeof(Brazos),
142 &InitEarly->StdHeader);
143
144 LibAmdMemFill (BrazosPciePortPtr,
145 0,
146 sizeof(PortList),
147 &InitEarly->StdHeader);
148
149 LibAmdMemFill (BrazosPcieDdiPtr,
150 0,
151 sizeof(DdiList),
152 &InitEarly->StdHeader);
153
154 LibAmdMemCopy (BrazosPcieComplexListPtr, &Brazos, sizeof(Brazos), &InitEarly->StdHeader);
155 LibAmdMemCopy (BrazosPciePortPtr, &PortList[0], sizeof(PortList), &InitEarly->StdHeader);
156 LibAmdMemCopy (BrazosPcieDdiPtr, &DdiList[0], sizeof(DdiList), &InitEarly->StdHeader);
157
158
159 ((PCIe_COMPLEX_DESCRIPTOR*)BrazosPcieComplexListPtr)->PciePortList = (PCIe_PORT_DESCRIPTOR*)BrazosPciePortPtr;
160 ((PCIe_COMPLEX_DESCRIPTOR*)BrazosPcieComplexListPtr)->DdiLinkList = (PCIe_DDI_DESCRIPTOR*)BrazosPcieDdiPtr;
161
162 InitEarly->GnbConfig.PcieComplexList = BrazosPcieComplexListPtr;
163 InitEarly->GnbConfig.PsppPolicy = 0;
164}