summaryrefslogtreecommitdiff
path: root/Silicon/Intel/PurleySktPkg/Library/PcieAddressLib/PcieAddressLib.c
blob: 456e5cf3ab8dfeec3a5bb18fac7832065c736625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
/** @file

Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php.

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

**/

#include <SysHost.h>

#include "PcieAddress.h"

#if !defined(MINIBIOS_BUILD) && !defined(KTI_SW_SIMULATION) && !defined(SIM_BUILD)
#include <Library/DebugLib.h>
#endif

#ifdef _MSC_VER
#pragma optimize ("",off)
#endif //_MSC_VER
//////////////////////////////////////////////////////////////////////////
//
// Common Silicon Address Library
// This Lib provide the way use platform Library instance
//
//////////////////////////////////////////////////////////////////////////

PCIE_MMCFG_TABLE_TYPE mMmcfgTable =\
  {
    {
      {'M', 'C', 'F', 'G'},   // Signature
      0x00000090,             // Length
      0x01,                   // Revision
      0x08,                   // The Maximum number of Segments
      0x00FF,                 // Valid Segment Bit Map, LSB Bit0 for Seg0, bit1 for seg1 ...
      {0x00,0x00,0x00,0x00}   // Reserved
    },
    {{
      0, //MMCFG_BASE_ADDRESS,     // Base Address Low
      0x00000000,             // Base Address High
      0x0000,                 // Segment 0
      0x00,                   // Start Bus
      0xFF,                   // End Bus
      {0x00,0x00,0x00,0x00}   // Reserved
    }}
};
//
// Segment 1 ~ 7
//
PCIE_MMCFG_BASE_ADDRESS_TYPE mMmcfgAddr[] = \
{
  {
    0x00000000,             // Base Address Low
    0x00000000,             // Base Address High
    0x0001,                 // Segment 1
    0x00,                   // Start Bus
    0xFF,                   // End Bus
    {0x00,0x00,0x00,0x00}   // Reserved
  },
  {
    0x00000000,             // Base Address Low
    0x00000000,             // Base Address High
    0x0002,                 // Segment 2
    0x00,                   // Start Bus
    0xFF,                   // End Bus
    {0x00,0x00,0x00,0x00}   // Reserved
  },
  {
    0x00000000,             // Base Address Low
    0x00000000,             // Base Address High
    0x0003,                 // Segment 3
    0x00,                   // Start Bus
    0xFF,                   // End Bus
    {0x00,0x00,0x00,0x00}   // Reserved
  },

  {
    0x00000000,             // Base Address Low
    0x00000000,             // Base Address High
    0x0004,                 // Segment 4
    0x00,                   // Start Bus
    0xFF,                   // End Bus
    {0x00,0x00,0x00,0x00}   // Reserved
  },
  {
    0x00000000,             // Base Address Low
    0x00000000,             // Base Address High
    0x0005,                 // Segment 5
    0x00,                   // Start Bus
    0xFF,                   // End Bus
    {0x00,0x00,0x00,0x00}   // Reserved
  },

  {
    0x00000000,             // Base Address Low
    0x00000000,             // Base Address High
    0x0006,                 // Segment 6
    0x00,                   // Start Bus
    0xFF,                   // End Bus
    {0x00,0x00,0x00,0x00}   // Reserved
  },
  {
    0x00000000,             // Base Address Low
    0x00000000,             // Base Address High
    0x0007,                 // Segment 7
    0x00,                   // Start Bus
    0xFF,                   // End Bus
    {0x00,0x00,0x00,0x00}   // Reserved
  }
};


/**
  This Lib is used for platfor to set platform specific Pcie MMCFG Table

  @param  MmcfgTable: A pointer of the MMCFG Table structure for PCIE_MMCFG_TABLE_TYPE type.
  @param  NumOfSeg: Sumber of Segments in the table.

  @retval <>NULL The function completed successfully.
  @retval NULL Returen Error
**/
UINTN
SetSocketMmcfgTable (
  IN UINT8                SocketLastBus[], 
  IN UINT8                SocketFirstBus[],
  IN UINT8                segmentSocket[],
  IN UINT32               mmCfgBaseH[],
  IN UINT32               mmCfgBaseL[],
  IN UINT8                NumOfSocket
  )
{
#if !defined(MINIBIOS_BUILD) && !defined(KTI_SW_SIMULATION) && !defined(SIM_BUILD)
  UINT32                  MmcfgTableSize;
  PCIE_MMCFG_TABLE_TYPE   *HobMmcfgTable;
  UINT8                   i, *Dest, *Source;

  union {
    UINT64  D64;
    UINT32  D32[2];
  } Data;

  MmcfgTableSize = sizeof(PCIE_MMCFG_HEADER_TYPE) + (NumOfSocket * sizeof(PCIE_MMCFG_BASE_ADDRESS_TYPE));

  HobMmcfgTable = (PCIE_MMCFG_TABLE_TYPE *) PcdGetPtr (PcdPcieMmcfgTablePtr); 
  ASSERT (MmcfgTableSize < PcdGetSize (PcdPcieMmcfgTablePtr));

  Data.D64 = PcdGet64 (PcdPciExpressBaseAddress);
  mMmcfgTable.MmcfgBase[0].BaseAddressL = Data.D32[0];
  mMmcfgTable.MmcfgBase[0].BaseAddressH = Data.D32[1];

  //1. copy global variable mMcfgTable to HobMmcfgTable
  //   note that mMmcfgTable only has PCIE_MMCFG_BASE_ADDRESS_TYPE for segment 0 (for socket 0)
  //   need to copy base addresses for other segments corresponding to sockets 1 through NumOfSocket-1
  Dest = (UINT8*)HobMmcfgTable;
  Source = (UINT8*)&mMmcfgTable;
  for(i=0; i<sizeof(PCIE_MMCFG_TABLE_TYPE); i++)
  {    
    Dest[i] = Source[i];
  }

  //2. copy remaining segments 1 to NumOfSocket-1 from global array to HobMmcfgTable
  if(NumOfSocket > 1){
    Dest = (UINT8*)&HobMmcfgTable->MmcfgBase[1];
    Source = (UINT8*)&mMmcfgAddr[0];//array of base addresses starting with segment 1 (max segment = 7)
    for(i = 0; i< (MmcfgTableSize - sizeof(PCIE_MMCFG_TABLE_TYPE)); i++){
      Dest[i] = Source[i];
    }
  }

  HobMmcfgTable->Header.Length = MmcfgTableSize;
  for(i=0; i<NumOfSocket; i++)
  {
    HobMmcfgTable->MmcfgBase[i].StartBus = SocketFirstBus[i];
    HobMmcfgTable->MmcfgBase[i].EndBus = SocketLastBus[i];
    HobMmcfgTable->MmcfgBase[i].Segment = segmentSocket[i];
    HobMmcfgTable->MmcfgBase[i].BaseAddressH = mmCfgBaseH[i];
    HobMmcfgTable->MmcfgBase[i].BaseAddressL = mmCfgBaseL[i];
  }
#endif
  return 0;
};


/**
  This Lib is used for platform to set platform specific Pcie MMCFG Table

  @param  MmcfgTable: A pointer of the MMCFG Table structure for PCIE_MMCFG_TABLE_TYPE type.
  @param  NumOfSeg: Sumber of Segments in the table.

  @retval <>NULL The function completed successfully.
  @retval NULL Returen Error
**/
UINTN
EFIAPI
SetPcieSegMmcfgTable (
  IN PCIE_MMCFG_TABLE_TYPE *MmcfgTable,
  IN UINT32                 NumOfSeg
  )
{
#if !defined(MINIBIOS_BUILD) && !defined(KTI_SW_SIMULATION) && !defined(SIM_BUILD)
  UINT32                  MmcfgTableSize;
  PCIE_MMCFG_TABLE_TYPE   *HobMmcfgTable;

  union {
    UINT64  D64;
    UINT32  D32[2];
  } Data;

  Data.D32[0] = Data.D32[1] = 0;
  MmcfgTableSize = sizeof(PCIE_MMCFG_HEADER_TYPE) + (NumOfSeg * sizeof(PCIE_MMCFG_BASE_ADDRESS_TYPE));

  HobMmcfgTable = (PCIE_MMCFG_TABLE_TYPE *) PcdGetPtr (PcdPcieMmcfgTablePtr); 
  //ASSERT (MmcfgTableSize < PcdGetSize (PcdPcieMmcfgTablePtr));

  //InternalMemCopyMem(HobMmcfgTable, MmcfgTable, PcdGetSize (PcdPcieMmcfgTablePtr));
  MmcfgTable->Header.Length = MmcfgTableSize;
  if((MmcfgTable->MmcfgBase[0].BaseAddressL == 0) && (MmcfgTable->MmcfgBase[0].BaseAddressH == 0))
  {
    //
    // The first time default should be the PcdPciExpressBaseAddress
    //
    Data.D64 = (UINTN) PcdGet64 (PcdPciExpressBaseAddress);
    HobMmcfgTable->MmcfgBase[0].BaseAddressL = Data.D32[0];
    HobMmcfgTable->MmcfgBase[0].BaseAddressH = Data.D32[1];
  };
#endif  
  return 0;
};


/**
  This Lib return PCIE MMCFG Base Address 

  @param  Address: A pointer of the address of the Common Address Structure for PCIE type.
  @param  Buffer: A pointer of buffer for the value read from platform.

  @retval <>NULL The function completed successfully.
  @retval NULL Returen Error
  **/

UINTN
EFIAPI
GetPcieSegMmcfgBaseAddress (
  IN USRA_ADDRESS    *Address
  )
{
  UINT32                        BaseAddressL=0;       // Processor-relative Base Address (Lower 32-bit) for the Enhanced Configuration Access Mechanism
  UINT32                        BaseAddressH=0; 
  UINTN SegMmcfgBase;

#if !defined(MINIBIOS_BUILD) && !defined(KTI_SW_SIMULATION)
  PCIE_MMCFG_TABLE_TYPE         *MmcfgTable=NULL;
  union {
    UINTN   D64;
    UINT32  D32[2];
  } Data;
#endif
#if !defined(MINIBIOS_BUILD) && !defined(KTI_SW_SIMULATION)
  if(Address->Attribute.HostPtr == 0) {
    MmcfgTable = (PCIE_MMCFG_TABLE_TYPE *) PcdGetPtr (PcdPcieMmcfgTablePtr);
    if(MmcfgTable->Header.Length != 0)
    {
      BaseAddressH = MmcfgTable->MmcfgBase[Address->Pcie.Seg].BaseAddressH; 
      BaseAddressL = MmcfgTable->MmcfgBase[Address->Pcie.Seg].BaseAddressL;
    } else {
    //
      // if it is not valid MMCFG pointer, initialize it to use the predefined default MMCFG Table
      //
      SetPcieSegMmcfgTable(&mMmcfgTable, PcdGet32 (PcdNumOfPcieSeg));
      BaseAddressH = mMmcfgTable.MmcfgBase[Address->Pcie.Seg].BaseAddressH; 
      BaseAddressL = mMmcfgTable.MmcfgBase[Address->Pcie.Seg].BaseAddressL; 
    
      if((BaseAddressL == 0) && (BaseAddressH == 0)){
        Data.D32[0] = Data.D32[1] = 0;
        Data.D64 = (UINTN) PcdGet64 (PcdPciExpressBaseAddress);
        BaseAddressL = Data.D32[0];
        BaseAddressH = Data.D32[1];
      } 
  }
  }
  else 
#endif  
  {
    BaseAddressH = 0; 
    BaseAddressL = 0;
  }

  if((BaseAddressL == 0) && (BaseAddressH == 0))
  {

#if defined(MINIBIOS_BUILD) || defined(KTI_SW_SIMULATION)
    BaseAddressL = 0x80000000;
    BaseAddressH = 0;
#else
    //
    // The first time default should be the PcdPciExpressBaseAddress
    //
    Data.D32[0] = Data.D32[1] = 0;
    Data.D64 = (UINTN) PcdGet64 (PcdPciExpressBaseAddress);
    BaseAddressL = Data.D32[0];
    BaseAddressH = Data.D32[1];
#endif
  }
  return SegMmcfgBase = BaseAddressL;

};