]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h
Add the missing definitions in framework Pci Host bridge specification.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / PciHostBridgeResourceAllocation.h
CommitLineData
79964ac8 1/** @file\r
8411f1c0 2 This file declares Pci Host Bridge Resource Allocation Protocol which \r
3 Provides the basic interfaces to abstract a PCI host bridge resource allocation. This protocol is\r
4 mandatory if the system includes PCI devices.\r
5 \r
79964ac8 6 Copyright (c) 2007, Intel Corporation\r
7 All rights reserved. This program and the accompanying materials\r
8 are licensed and made available under the terms and conditions of the BSD License\r
9 which accompanies this distribution. The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php\r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
79964ac8 15 @par Revision Reference:\r
16 This protocol is defined in Framework of EFI Pci Host Bridge Resource Allocation Protocol Spec\r
17 Version 0.9\r
18\r
19**/\r
20\r
21#ifndef _PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_H_\r
22#define _PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_H_\r
23\r
b80fbe85 24#include <PiDxe.h>\r
226b35a9 25#include <Protocol/PciRootBridgeIo.h>\r
26\r
79964ac8 27#define EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GUID \\r
28 { 0xCF8034BE, 0x6768, 0x4d8b, {0xB7,0x39,0x7C,0xCE,0x68,0x3A,0x9F,0xBE }}\r
29\r
30\r
31typedef struct _EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL;\r
32\r
33\r
34//\r
35// EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_ATTRIBUTES\r
36//\r
37\r
38// If this bit is set, then the PCI Root Bridge does not\r
39// support separate windows for Non-prefetchable and Prefetchable\r
40// memory. A PCI bus driver needs to include requests for Prefetchable\r
41// memory in the Non-prefetchable memory pool.\r
42//\r
43#define EFI_PCI_HOST_BRIDGE_COMBINE_MEM_PMEM 1\r
44\r
45//\r
46// If this bit is set, then the PCI Root Bridge supports\r
47// 64 bit memory windows. If this bit is not set,\r
48// the PCI bus driver needs to include requests for 64 bit\r
49// memory address in the corresponding 32 bit memory pool.\r
50//\r
51#define EFI_PCI_HOST_BRIDGE_MEM64_DECODE 2\r
52\r
d71479ca
LG
53typedef UINT64 EFI_RESOURCE_ALLOCATION_STATUS;\r
54\r
55/// The request of this resource type could be fulfilled.\r
56#define EFI_RESOURCE_SATISFIED 0x0000000000000000ULL\r
57\r
58/// The request of this resource type could not be fulfilled for its\r
59/// absence in the host bridge resource pool.\r
60#define EFI_RESOURCE_NOT_SATISFIED 0xFFFFFFFFFFFFFFFFULL\r
79964ac8 61\r
62//\r
63// EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE\r
64//\r
65typedef enum {\r
66 EfiPciHostBridgeBeginEnumeration,\r
67 EfiPciHostBridgeBeginBusAllocation,\r
68 EfiPciHostBridgeEndBusAllocation,\r
69 EfiPciHostBridgeBeginResourceAllocation,\r
70 EfiPciHostBridgeAllocateResources,\r
71 EfiPciHostBridgeSetResources,\r
72 EfiPciHostBridgeFreeResources,\r
73 EfiPciHostBridgeEndResourceAllocation\r
74} EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE;\r
75\r
76//\r
77// EfiPciHostBridgeBeginEnumeration\r
78// Reset the host bridge PCI apertures and internal data structures.\r
79// PCI enumerator should issue this notification before starting fresh\r
80// enumeration process. Enumeration cannot be restarted after sending\r
81// any other notification such as EfiPciHostBridgeBeginBusAllocation.\r
82//\r
83// EfiPciHostBridgeBeginBusAllocation\r
84// The bus allocation phase is about to begin. No specific action\r
85// is required here. This notification can be used to perform any\r
86// chipset specific programming.\r
87//\r
88// EfiPciHostBridgeEndBusAllocation\r
89// The bus allocation and bus programming phase is complete. No specific\r
90// action is required here. This notification can be used to perform any\r
91// chipset specific programming.\r
92//\r
93// EfiPciHostBridgeBeginResourceAllocation\r
94// The resource allocation phase is about to begin.No specific action is\r
95// required here. This notification can be used to perform any chipset specific programming.\r
96//\r
97// EfiPciHostBridgeAllocateResources\r
98// Allocate resources per previously submitted requests for all the PCI Root\r
99// Bridges. These resource settings are returned on the next call to\r
100// GetProposedResources().\r
101//\r
102// EfiPciHostBridgeSetResources\r
103// Program the Host Bridge hardware to decode previously allocated resources\r
104// (proposed resources) for all the PCI Root Bridges.\r
105//\r
106// EfiPciHostBridgeFreeResources\r
107// De-allocate previously allocated resources previously for all the PCI\r
108// Root Bridges and reset the I/O and memory apertures to initial state.\r
109//\r
110// EfiPciHostBridgeEndResourceAllocation\r
111// The resource allocation phase is completed. No specific action is required\r
112// here. This notification can be used to perform any chipset specific programming.\r
113\r
114\r
115\r
116//\r
117// EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE\r
118//\r
119typedef enum {\r
120 EfiPciBeforeChildBusEnumeration,\r
121 EfiPciBeforeResourceCollection\r
122} EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE;\r
123\r
124//\r
125// EfiPciBeforeChildBusEnumeration\r
126// This notification is only applicable to PCI-PCI bridges and\r
127// indicates that the PCI enumerator is about to begin enumerating\r
128// the bus behind the PCI-PCI Bridge. This notification is sent after\r
129// the primary bus number, the secondary bus number and the subordinate\r
130// bus number registers in the PCI-PCI Bridge are programmed to valid\r
131// (not necessary final) values\r
132//\r
133// EfiPciBeforeResourceCollection\r
134// This notification is sent before the PCI enumerator probes BAR registers\r
135// for every valid PCI function.\r
136//\r
137\r
138\r
139/**\r
140 Enter a certain phase of the PCI enumeration process\r
141\r
142 @param This The EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL instance\r
143 @param Phase The phase during enumeration\r
144\r
145 @retval EFI_SUCCESS Success\r
146 @retval EFI_OUT_OF_RESOURCES If SubmitResources ( ) could not allocate resources\r
147 @retval EFI_NOT_READY This phase cannot be entered at this time\r
148 @retval EFI_DEVICE_ERROR SetResources failed due to HW error.\r
149\r
150**/\r
151typedef\r
152EFI_STATUS\r
69686d56 153(EFIAPI *EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_NOTIFY_PHASE)(\r
79964ac8 154 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This,\r
155 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase\r
156 );\r
157\r
158\r
159/**\r
160 Return the device handle of the next PCI root bridge that is associated with\r
161 this Host Bridge\r
162\r
163 @param This The EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_ PROTOCOL instance\r
164 @param RootBridgeHandle Returns the device handle of the next PCI Root Bridge.\r
165 On input, it holds the RootBridgeHandle returned by the most\r
166 recent call to GetNextRootBridge().The handle for the first\r
167 PCI Root Bridge is returned if RootBridgeHandle is NULL on input\r
168\r
169 @retval EFI_SUCCESS Success\r
170 @retval EFI_INVALID_PARAMETER RootBridgeHandle is invalid\r
171\r
172**/\r
173typedef\r
174EFI_STATUS\r
69686d56 175(EFIAPI *EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_NEXT_ROOT_BRIDGE)(\r
79964ac8 176 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This,\r
177 IN OUT EFI_HANDLE *RootBridgeHandle\r
178 );\r
179\r
180\r
181/**\r
182 Returns the attributes of a PCI Root Bridge.\r
183\r
184 @param This The EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_ PROTOCOL instance\r
185 @param RootBridgeHandle The device handle of the PCI Root Bridge\r
186 that the caller is interested in\r
187 @param Attribute The pointer to attributes of the PCI Root Bridge\r
188\r
189 @retval EFI_SUCCESS Success\r
190 @retval EFI_INVALID_PARAMETER RootBridgeHandle is invalid\r
191 @retval EFI_INVALID_PARAMETER Attributes is NULL\r
192\r
193**/\r
194typedef\r
195EFI_STATUS\r
69686d56 196(EFIAPI *EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_ATTRIBUTES)(\r
79964ac8 197 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This,\r
198 IN EFI_HANDLE RootBridgeHandle,\r
199 OUT UINT64 *Attributes\r
200 );\r
201\r
202\r
203/**\r
204 This is the request from the PCI enumerator to set up\r
205 the specified PCI Root Bridge for bus enumeration process.\r
206\r
207 @param This The EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_ PROTOCOL instance\r
208 @param RootBridgeHandle The PCI Root Bridge to be set up\r
209 @param Configuration Pointer to the pointer to the PCI bus resource descriptor\r
210\r
211 @retval EFI_SUCCESS Success\r
212 @retval EFI_INVALID_PARAMETER RootBridgeHandle is invalid\r
213 @retval EFI_DEVICE_ERROR Request failed due to hardware error\r
214 @retval EFI_OUT_OF_RESOURCES Request failed due to lack of resources\r
215\r
216**/\r
217typedef\r
218EFI_STATUS\r
69686d56 219(EFIAPI *EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_START_BUS_ENUMERATION)(\r
79964ac8 220 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This,\r
221 IN EFI_HANDLE RootBridgeHandle,\r
222 OUT VOID **Configuration\r
223 );\r
224\r
225\r
226/**\r
227 This function programs the PCI Root Bridge hardware so that\r
228 it decodes the specified PCI bus range\r
229\r
230 @param This The EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_ PROTOCOL instance\r
231 @param RootBridgeHandle The PCI Root Bridge whose bus range is to be programmed\r
232 @param Configuration The pointer to the PCI bus resource descriptor\r
233\r
234 @retval EFI_SUCCESS Success\r
235 @retval EFI_INVALID_PARAMETER RootBridgeHandle is invalid\r
236 @retval EFI_INVALID_PARAMETER Configuration is NULL\r
237 @retval EFI_INVALID_PARAMETER Configuration does not point to a valid ACPI resource descriptor\r
238 @retval EFI_INVALID_PARAMETER Configuration contains one or more memory or IO ACPI resource descriptor\r
239 @retval EFI_INVALID_PARAMETER Address Range Minimum or Address Range Length fields in Configuration\r
240 are invalid for this Root Bridge.\r
241 @retval EFI_INVALID_PARAMETER Configuration contains one or more invalid ACPI resource descriptor\r
242 @retval EFI_DEVICE_ERROR Request failed due to hardware error\r
243 @retval EFI_OUT_OF_RESOURCES Request failed due to lack of resources\r
244\r
245**/\r
246typedef\r
247EFI_STATUS\r
69686d56 248(EFIAPI *EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_SET_BUS_NUMBERS)(\r
79964ac8 249 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This,\r
250 IN EFI_HANDLE RootBridgeHandle,\r
251 IN VOID *Configuration\r
252 );\r
253\r
254\r
255/**\r
256 Submits the I/O and memory resource requirements for the specified PCI Root Bridge\r
257\r
258 @param This The EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_ PROTOCOL instance\r
259 @param RootBridgeHandle The PCI Root Bridge whose I/O and memory resource requirements\r
260 are being submitted\r
261 @param Configuration The pointer to the PCI I/O and PCI memory resource descriptor\r
262\r
263 @retval EFI_SUCCESS Success\r
264 @retval EFI_INVALID_PARAMETER RootBridgeHandle is invalid\r
265 @retval EFI_INVALID_PARAMETER Configuration is NULL\r
266 @retval EFI_INVALID_PARAMETER Configuration does not point to a valid ACPI resource descriptor\r
267 @retval EFI_INVALID_PARAMETER Configuration includes a resource descriptor of unsupported type\r
268\r
269**/\r
270typedef\r
271EFI_STATUS\r
69686d56 272(EFIAPI *EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_SUBMIT_RESOURCES)(\r
79964ac8 273 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This,\r
274 IN EFI_HANDLE RootBridgeHandle,\r
275 IN VOID *Configuration\r
276 );\r
277\r
278\r
279/**\r
280 This function returns the proposed resource settings for the specified\r
281 PCI Root Bridge\r
282\r
283 @param This The EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_ PROTOCOL instance\r
284 @param RootBridgeHandle The PCI Root Bridge handle\r
285 @param Configuration The pointer to the pointer to the PCI I/O\r
286 and memory resource descriptor\r
287\r
288 @retval EFI_SUCCESS Success\r
289 @retval EFI_INVALID_PARAMETER RootBridgeHandle is invalid\r
290 @retval EFI_DEVICE_ERROR Request failed due to hardware error\r
291 @retval EFI_OUT_OF_RESOURCES Request failed due to lack of resources\r
292\r
293**/\r
294typedef\r
295EFI_STATUS\r
69686d56 296(EFIAPI *EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_PROPOSED_RESOURCES)(\r
79964ac8 297 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This,\r
298 IN EFI_HANDLE RootBridgeHandle,\r
299 OUT VOID **Configuration\r
300 );\r
301\r
302\r
303\r
304/**\r
305 This function is called for all the PCI controllers that the PCI\r
306 bus driver finds. Can be used to Preprogram the controller.\r
307\r
308 @param This The EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_ PROTOCOL instance\r
309 @param RootBridgeHandle The PCI Root Bridge handle\r
310 @param PciBusAddress Address of the controller on the PCI bus\r
311 @param Phase The Phase during resource allocation\r
312\r
313 @retval EFI_SUCCESS Success\r
314 @retval EFI_INVALID_PARAMETER RootBridgeHandle is invalid\r
315 @retval EFI_DEVICE_ERROR Device pre-initialization failed due to hardware error.\r
316\r
317**/\r
318typedef\r
319EFI_STATUS\r
69686d56 320(EFIAPI *EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_PREPROCESS_CONTROLLER)(\r
79964ac8 321 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This,\r
322 IN EFI_HANDLE RootBridgeHandle,\r
323 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS PciAddress,\r
324 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase\r
325 );\r
326\r
327/**\r
328 @par Protocol Description:\r
329 Provides the basic interfaces to abstract a PCI host bridge resource allocation.\r
330\r
331 @param NotifyPhase\r
332 The notification from the PCI bus enumerator that it is about to enter\r
333 a certain phase during the enumeration process.\r
334\r
335 @param GetNextRootBridge\r
336 Retrieves the device handle for the next PCI root bridge that is produced by the\r
337 host bridge to which this instance of the EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL is attached.\r
338\r
339 @param GetAllocAttributes\r
340 Retrieves the allocation-related attributes of a PCI root bridge.\r
341\r
342 @param StartBusEnumeration\r
343 Sets up a PCI root bridge for bus enumeration.\r
344\r
345 @param SetBusNumbers\r
346 Sets up the PCI root bridge so that it decodes a specific range of bus numbers.\r
347\r
348 @param SubmitResources\r
349 Submits the resource requirements for the specified PCI root bridge.\r
350\r
351 @param GetProposedResources\r
352 Returns the proposed resource assignment for the specified PCI root bridges.\r
353\r
354 @param PreprocessController\r
355 Provides hooks from the PCI bus driver to every PCI controller\r
356 (device/function) at various stages of the PCI enumeration process that\r
357 allow the host bridge driver to preinitialize individual PCI controllers\r
358 before enumeration.\r
359\r
360**/\r
361struct _EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL {\r
362 EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_NOTIFY_PHASE NotifyPhase;\r
363 EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_NEXT_ROOT_BRIDGE GetNextRootBridge;\r
364 EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_ATTRIBUTES GetAllocAttributes;\r
365 EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_START_BUS_ENUMERATION StartBusEnumeration;\r
366 EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_SET_BUS_NUMBERS SetBusNumbers;\r
367 EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_SUBMIT_RESOURCES SubmitResources;\r
368 EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_PROPOSED_RESOURCES GetProposedResources;\r
369 EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_PREPROCESS_CONTROLLER PreprocessController;\r
370};\r
371\r
372extern EFI_GUID gEfiPciHostBridgeResourceAllocationProtocolGuid;\r
373\r
374#endif\r