Home
last modified time | relevance | path

Searched refs:Depex (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeFileExplorerProtocol/
DDxeFileExplorerProtocol.inf40 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
DDxePrintLibPrint2Protocol.inf40 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/MdePkg/Library/DxePalLibEsal/
DDxePalLibEsal.inf39 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/MdePkg/Library/DxeSmbusLib/
DDxeSmbusLib.inf49 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiServicesLib/
DUefiHiiServicesLib.inf49 [Depex.common.DXE_DRIVER]
54 [Depex.common.DXE_RUNTIME_DRIVER]
59 [Depex.common.DXE_SAL_DRIVER]
64 [Depex.common.DXE_SMM_DRIVER]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeDpcLib/
DDxeDpcLib.inf45 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
DDxeIoLibCpuIo.inf50 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLibDevicePathProtocol.inf59 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DUefiDevicePathLibOptionalDevicePathProtocol.inf87 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
DUefiPciSegmentLibPciRootBridgeIo.inf58 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciLibPciRootBridgeIo/
DUefiPciLibPciRootBridgeIo.inf55 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/
DDxePcdLib.inf66 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.commo…
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
DDependency.c176 Iterator = DriverEntry->Depex; in CorePreProcessDepex()
236 if (DriverEntry->Depex == NULL) { in CoreIsSchedulable()
257 Iterator = DriverEntry->Depex; in CoreIsSchedulable()
264 if (((UINTN)Iterator - (UINTN)DriverEntry->Depex) >= DriverEntry->DepexSize) { in CoreIsSchedulable()
288 if (Iterator != DriverEntry->Depex) { in CoreIsSchedulable()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DModuleSurfaceAreaXml.py315 Depex = DepexObject()
316 Depex.SetDepex(self.Expression)
317 Depex.SetModuleType(self.CommonDefines.SupModList)
318 Depex.SetSupArchList(self.CommonDefines.SupArchList)
319 Depex.SetFeatureFlag(self.CommonDefines.FeatureFlag)
320 Depex.SetHelpTextList(GetHelpTextList(self.HelpText))
322 return Depex
324 def ToXml(self, Depex, Key): argument
327 AttributeList = [['SupArchList', GetStringOfList(Depex.GetSupArchList())],
328 ['SupModList', Depex.GetModuleType()]]
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfDepexObject.py89 self.Depex = []
158 self.Depex.append(InfDepexItemIns)
163 return self.Depex
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py152 def ParseDepex(self, Depex, Type): argument
163 for Index in range(0, len(Depex.Expression)):
164 Item = Depex.Expression[Index]
167 Guid = gGuidStringFormat % Depex.Expression[Index]
168 if Guid in self.OrderedFfsDict and Depex.Expression[Index + 1] == 0x08:
172 Guid = gGuidStringFormat % Depex.Expression[Index]
173 if Guid in self.OrderedFfsDict and Depex.Expression[Index + 1] == 0x08:
177 Guid = gGuidStringFormat % Depex.Expression[Index]
186 …DepexStack.append(eval(str(DepexStack.pop()) + ' ' + Depex._OPCODE_STRING_[Item].lower() + ' ' + s…
187 …DepexList.append(str(DepexList.pop()) + ' ' + Depex._OPCODE_STRING_[Item].upper() + ' ' + str(Depe…
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DDependency.c198 if (DriverEntry->Depex == NULL) { in SmmIsSchedulable()
215 Iterator = DriverEntry->Depex; in SmmIsSchedulable()
222 if (((UINTN)Iterator - (UINTN)DriverEntry->Depex) >= DriverEntry->DepexSize) { in SmmIsSchedulable()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DDepexSection.py116 Depex = DependencyExpression(self.Expression, ModuleType)
117 Depex.Generate(InputFile)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DDxeSmmPerformanceLib.inf67 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
DFaultTolerantWriteDxe.inf85 # So add gEfiRuntimeArchProtocolGuid Depex here.
87 [Depex]
DFaultTolerantWriteSmm.inf92 # So add gEfiRuntimeArchProtocolGuid Depex here.
94 [Depex]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DModuleObject.py426 self.Depex = ''
430 def SetDepex(self, Depex): argument
431 self.Depex = Depex
434 return self.Depex
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D03/Drivers/Ipmi/IpmiInterfacePei/
DIpmiInterfacePei.inf30 [Depex]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D05/Drivers/Ipmi/IpmiInterfacePei/
DIpmiInterfacePei.inf30 [Depex]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960GpioDxe/
DHiKey960GpioDxe.inf36 [Depex]

12345678910>>...19