]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Include/Protocol/PciPlatform.h
Renaming files/directories
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / PciPlatform.h
1 /** @file
2 This file declares PlatfromOpRom protocols.
3
4 Copyright (c) 2007, Intel Corporation
5 All rights reserved. This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 Module Name: PciPlatform.h
14
15 @par Revision Reference:
16 This protocol is defined in PCI Platform Support Specification
17 Version 0.9
18
19 **/
20
21 #ifndef _PCI_PLATFORM_H_
22 #define _PCI_PLATFORM_H_
23
24 #include <PiDxe.h>
25 #include <Protocol/PciHostBridgeResourceAllocation.h>
26
27 //
28 // Protocol for GUID.
29 //
30
31 #define EFI_PCI_PLATFORM_PROTOCOL_GUID \
32 { 0x7d75280, 0x27d4, 0x4d69, {0x90, 0xd0, 0x56, 0x43, 0xe2, 0x38, 0xb3, 0x41} }
33
34 typedef struct _EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_PLATFORM_PROTOCOL;
35
36 typedef UINT32 EFI_PCI_PLATFORM_POLICY;
37
38
39 #define EFI_RESERVE_NONE_IO_ALIAS 0x0000
40 #define EFI_RESERVE_ISA_IO_ALIAS 0x0001
41 #define EFI_RESERVE_ISA_IO_NO_ALIAS 0x0002
42 #define EFI_RESERVE_VGA_IO_ALIAS 0x0004
43 #define EFI_RESERVE_VGA_IO_NO_ALIAS 0x0008
44
45
46 typedef enum {
47 ChipsetEntry,
48 ChipsetExit,
49 MaximumChipsetPhase
50 } EFI_PCI_CHIPSET_EXECUTION_PHASE;
51
52
53 /**
54 The PlatformNotify() function can be used to notify the platform driver so that
55 it can perform platform-specific actions. No specific actions are required.
56 Eight notification points are defined at this time. More synchronization points
57 may be added as required in the future. The PCI bus driver calls the platform driver
58 twice for every Phase-once before the PCI Host Bridge Resource Allocation Protocol
59 driver is notified, and once after the PCI Host Bridge Resource Allocation Protocol
60 driver has been notified.
61 This member function may not perform any error checking on the input parameters. It
62 also does not return any error codes. If this member function detects any error condition,
63 it needs to handle those errors on its own because there is no way to surface any
64 errors to the caller.
65
66 @param This Pointer to the EFI_PCI_PLATFORM_PROTOCOL instance.
67 @param HostBridge The handle of the host bridge controller.
68 @param Phase The phase of the PCI bus enumeration.
69 @param ChipsetPhase Defines the execution phase of the PCI chipset driver.
70
71 @retval EFI_SUCCESS The function completed successfully.
72
73 **/
74 typedef
75 EFI_STATUS
76 (EFIAPI *EFI_PCI_PLATFORM_PHASE_NOTIFY) (
77 IN EFI_PCI_PLATFORM_PROTOCOL *This,
78 IN EFI_HANDLE HostBridge,
79 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase,
80 IN EFI_PCI_CHIPSET_EXECUTION_PHASE ChipsetPhase
81 )
82 ;
83
84
85 /**
86 The PlatformPrepController() function can be used to notify the platform driver so that
87 it can perform platform-specific actions. No specific actions are required.
88 Several notification points are defined at this time. More synchronization points may be
89 added as required in the future. The PCI bus driver calls the platform driver twice for
90 every PCI controller-once before the PCI Host Bridge Resource Allocation Protocol driver
91 is notified, and once after the PCI Host Bridge Resource Allocation Protocol driver has
92 been notified.
93 This member function may not perform any error checking on the input parameters. It also
94 does not return any error codes. If this member function detects any error condition, it
95 needs to handle those errors on its own because there is no way to surface any errors to
96 the caller.
97
98 @param This Pointer to the EFI_PCI_PLATFORM_PROTOCOL instance.
99 @param HostBridge The associated PCI host bridge handle.
100 @param RootBridge The associated PCI root bridge handle.
101 @param PciAddress The address of the PCI device on the PCI bus.
102 @param Phase The phase of the PCI controller enumeration.
103 @param ChipsetPhase Defines the execution phase of the PCI chipset driver.
104
105 @retval EFI_SUCCESS The function completed successfully.
106
107 **/
108 typedef
109 EFI_STATUS
110 (EFIAPI *EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER) (
111 IN EFI_PCI_PLATFORM_PROTOCOL *This,
112 IN EFI_HANDLE HostBridge,
113 IN EFI_HANDLE RootBridge,
114 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS PciAddress,
115 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase,
116 IN EFI_PCI_CHIPSET_EXECUTION_PHASE ChipsetPhase
117 )
118 ;
119
120
121 /**
122 The GetPlatformPolicy() function retrieves the platform policy regarding PCI
123 enumeration. The PCI bus driver and the PCI Host Bridge Resource Allocation Protocol
124 driver can call this member function to retrieve the policy.
125
126 @param This Pointer to the EFI_PCI_PLATFORM_PROTOCOL instance.
127 @param PciPolicy The platform policy with respect to VGA and ISA aliasing.
128
129 @retval EFI_SUCCESS The function completed successfully.
130 @retval EFI_INVALID_PARAMETER PciPolicy is NULL.
131
132 **/
133 typedef
134 EFI_STATUS
135 (EFIAPI *EFI_PCI_PLATFORM_GET_PLATFORM_POLICY) (
136 IN EFI_PCI_PLATFORM_PROTOCOL *This,
137 OUT EFI_PCI_PLATFORM_POLICY *PciPolicy
138 )
139 ;
140
141
142 /**
143 The GetPciRom() function gets the PCI device's option ROM from a platform-specific location.
144 The option ROM will be loaded into memory. This member function is used to return an image
145 that is packaged as a PCI 2.2 option ROM. The image may contain both legacy and EFI option
146 ROMs. See the EFI 1.10 Specification for details. This member function can be used to return
147 option ROM images for embedded controllers. Option ROMs for embedded controllers are typically
148 stored in platform-specific storage, and this member function can retrieve it from that storage
149 and return it to the PCI bus driver. The PCI bus driver will call this member function before
150 scanning the ROM that is attached to any controller, which allows a platform to specify a ROM
151 image that is different from the ROM image on a PCI card.
152
153 @param This Pointer to the EFI_PCI_PLATFORM_PROTOCOL instance.
154 @param PciHandle The handle of the PCI device.
155 @param RomImage If the call succeeds, the pointer to the pointer to the option ROM image.
156 Otherwise, this field is undefined. The memory for RomImage is allocated
157 by EFI_PCI_PLATFORM_PROTOCOL.GetPciRom() using the EFI Boot Service AllocatePool().
158 It is the caller's responsibility to free the memory using the EFI Boot Service
159 FreePool(), when the caller is done with the option ROM.
160 @param RomSize If the call succeeds, a pointer to the size of the option ROM size. Otherwise,
161 this field is undefined.
162
163 @retval EFI_SUCCESS The option ROM was available for this device and loaded into memory.
164 @retval EFI_NOT_FOUND No option ROM was available for this device.
165 @retval EFI_OUT_OF_RESOURCES No memory was available to load the option ROM.
166 @retval EFI_DEVICE_ERROR An error occurred in getting the option ROM.
167
168 **/
169 typedef
170 EFI_STATUS
171 (EFIAPI *EFI_PCI_PLATFORM_GET_PCI_ROM) (
172 IN EFI_PCI_PLATFORM_PROTOCOL *This,
173 IN EFI_HANDLE PciHandle,
174 OUT VOID **RomImage,
175 OUT UINTN *RomSize
176 )
177 ;
178
179 /**
180 @par Protocol Description:
181 This protocol provides the interface between the PCI bus driver/PCI Host
182 Bridge Resource Allocation driver and a platform-specific driver to describe
183 the unique features of a platform.
184
185 @param PlatformNotify
186 The notification from the PCI bus enumerator to the platform that it is
187 about to enter a certain phase during the enumeration process.
188
189 @param PlatformPrepController
190 The notification from the PCI bus enumerator to the platform for each PCI
191 controller at several predefined points during PCI controller initialization.
192
193 @param GetPlatformPolicy
194 Retrieves the platform policy regarding enumeration.
195
196 @param GetPciRom
197 Gets the PCI device's option ROM from a platform-specific location.
198
199 **/
200 struct _EFI_PCI_PLATFORM_PROTOCOL {
201 EFI_PCI_PLATFORM_PHASE_NOTIFY PhaseNotify;
202 EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER PlatformPrepController;
203 EFI_PCI_PLATFORM_GET_PLATFORM_POLICY GetPlatformPolicy;
204 EFI_PCI_PLATFORM_GET_PCI_ROM GetPciRom;
205 };
206
207 extern EFI_GUID gEfiPciPlatformProtocolGuid;
208
209 #endif