Searched refs:Phase (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciPlatform.h195 twice for every Phase-once before the PCI Host Bridge Resource Allocation Protocol
205 @param[in] Phase The phase of the PCI bus enumeration.
216 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase,
240 @param[in] Phase The phase of the PCI controller enumeration.
253 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase,
H A DSmmPowerButtonDispatch2.h47 EFI_POWER_BUTTON_PHASE Phase; member in struct:__anon12309
H A DSmmStandbyButtonDispatch2.h48 EFI_STANDBY_BUTTON_PHASE Phase; member in struct:__anon12311
H A DSmmSxDispatch2.h55 EFI_SLEEP_PHASE Phase; member in struct:__anon12316
79 must check the Type and Phase field of the Dispatch
87 Sx Type/Phase.
89 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. Type & Phase are not
H A DPciHostBridgeResourceAllocation.h172 @param[in] Phase The phase during enumeration.
175 @retval EFI_INVALID_PARAMETER The Phase is invalid.
177 is valid for a Phase of EfiPciHostBridgeAllocateResources if
181 a Phase of EfiPciHostBridgeSetResources.
183 This error is valid for a Phase of EfiPciHostBridgeAllocateResources
192 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase
356 @param[in] Phase The phase of the PCI device enumeration.
360 @retval EFI_INVALID_PARAMETER Phase is not a valid phase that is defined in
373 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase
H A DIdeControllerInit.h296 @param[in] Phase The phase during enumeration.
300 @retval EFI_UNSUPPORTED Phase is not supported.
303 example, an attempt was made to enter a Phase
305 Phase.
312 IN EFI_IDE_CONTROLLER_ENUM_PHASE Phase,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DSmmPowerButtonDispatch.h38 // - DXE/BDS Phase
39 // - OS Install Phase
47 EFI_POWER_BUTTON_PHASE Phase; member in struct:__anon10780
H A DSmmStandbyButtonDispatch.h49 EFI_STANDBY_BUTTON_PHASE Phase; member in struct:__anon10781
H A DSmmSxDispatch.h39 EFI_SLEEP_PHASE Phase; member in struct:__anon10783
50 The Type and Phase fields are filled in by the Sx dispatch driver
54 Phase field of EFI_SMM_SX_DISPATCH_CONTEXT, and act accordingly.
78 must check the Type and Phase field of the Dispatch
86 Sx Type/Phase.
90 @retval EFI_INVALID_PARAMETER DispatchContext is invalid. Type & Phase are not
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenC.py1190 def CreatePcdDatabasePhaseSpecificAutoGen (Platform, Phase):
1195 'PHASE' : Phase,
1250 if Phase == 'DXE':
1267 EdkLogger.debug(EdkLogger.DEBUG_3, "PCD: %s %s (%s : %s)" % (CName, TokenSpaceGuidCName, Pcd.Phase, Phase))
1273 if Pcd.Phase == 'PEI':
1275 if Pcd.Phase == 'DXE':
1277 if Pcd.Phase != Phase:
1350 (VariableHeadStringIndex, Phase, CNam
[all...]
H A DGenDepex.py130 self.Phase = gType2Phase[ModuleType]
212 elif Token in self.Opcode[self.Phase]:
218 "Opcode=%s doesn't supported in %s stage " % (Token, self.Phase),
337 if Item in self.Opcode[self.Phase]:
338 Buffer.write(pack("B", self.Opcode[self.Phase][Item]))
341 "Opcode [%s] is not expected in %s phase" % (Item, self.Phase),
H A DAutoGen.py264 # Mark now build in AutoGen Phase
867 # The default Phase is DXE
870 PcdFromModule.Phase = "PEI"
873 elif PcdFromModule.Phase == 'PEI':
874 # overwrite any the same PCD existing, if Phase is PEI
1322 if Pcd.Phase == "PEI":
1324 EdkLogger.debug(EdkLogger.DEBUG_5, "%s %s (%s) -> %d" % (Pcd.TokenCName, Pcd.TokenSpaceGuidCName, Pcd.Phase, TokenNumber))
1329 if Pcd.Phase == "PEI":
1331 EdkLogger.debug(EdkLogger.DEBUG_5, "%s %s (%s) -> %d" % (Pcd.TokenCName, Pcd.TokenSpaceGuidCName, Pcd.Phase, TokenNumber))
1336 if Pcd.Phase
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.h377 GetProposedResources(). Before calling NotifyPhase() with a Phase of
401 @param[in] Phase The phase during enumeration
404 is valid for a Phase of EfiPciHostBridgeAllocateResources if
408 for a Phase of EfiPciHostBridgeSetResources.
411 This error is valid for a Phase of EfiPciHostBridgeAllocateResources if the
420 EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase
436 @param Phase The phase of the PCI device enumeration.
440 @retval EFI_INVALID_PARAMETER Phase is not a valid phase that is defined in
453 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase
H A DPciEnumerator.c1727 GetProposedResources(). Before calling NotifyPhase() with a Phase of
1751 @param[in] Phase The phase during enumeration
1754 is valid for a Phase of EfiPciHostBridgeAllocateResources if
1758 for a Phase of EfiPciHostBridgeSetResources.
1761 This error is valid for a Phase of EfiPciHostBridgeAllocateResources if the
1770 EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase
1807 Phase,
1837 Phase,
1844 Phase
1854 Phase,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.h98 GetProposedResources(). Before calling NotifyPhase() with a Phase of
122 @param[in] Phase The phase during enumeration
125 is valid for a Phase of EfiPciHostBridgeAllocateResources if
129 for a Phase of EfiPciHostBridgeSetResources.
132 This error is valid for a Phase of EfiPciHostBridgeAllocateResources if the
142 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase
312 proposed resource settings are prepared when NotifyPhase() is called with a Phase of
352 @param Phase The phase of the PCI device enumeration.
356 @retval EFI_INVALID_PARAMETER Phase is not a valid phase that is defined in
369 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase
[all...]
H A DPciHostBridge.c181 GetProposedResources(). Before calling NotifyPhase() with a Phase of
205 @param[in] Phase The phase during enumeration
208 is valid for a Phase of EfiPciHostBridgeAllocateResources if
212 for a Phase of EfiPciHostBridgeSetResources.
215 This error is valid for a Phase of EfiPciHostBridgeAllocateResources if the
225 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase
240 switch (Phase) {
955 proposed resource settings are prepared when NotifyPhase() is called with a Phase of
1142 @param Phase The phase of the PCI device enumeration.
1146 @retval EFI_INVALID_PARAMETER Phase i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
H A DIdeController.h177 @param[in] Phase The phase during enumeration.
181 @retval EFI_UNSUPPORTED Phase is not supported.
184 example, an attempt was made to enter a Phase
186 Phase.
193 IN EFI_IDE_CONTROLLER_ENUM_PHASE Phase,
H A DIdeController.c512 @param[in] Phase The phase during enumeration.
516 @retval EFI_UNSUPPORTED Phase is not supported.
519 example, an attempt was made to enter a Phase
521 Phase.
528 IN EFI_IDE_CONTROLLER_ENUM_PHASE Phase,
526 IdeInitNotifyPhase( IN EFI_IDE_CONTROLLER_INIT_PROTOCOL *This, IN EFI_IDE_CONTROLLER_ENUM_PHASE Phase, IN UINT8 Channel ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DBuildClassObject.py44 # @var Phase: To store value for Phase, default is "DXE"
57 self.Phase = "DXE"
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py1036 (Guid, Phase, FfsName, FilePath) = Line.split()
1040 self.ItemList.append((Phase, Symbol, FilePath))
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAcpi50.h113 UINT8 Phase; member in struct:__anon11507
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspaceBuild.py52 # @var Phase: To store value for Phase, default is "DXE"
65 self.Phase = "DXE"

Completed in 117 milliseconds