HomeSort by relevance Sort by last modified time
    Searched refs:PcdKey (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FfsInfStatement.py 240 for PcdKey in InfPcds:
241 Pcd = InfPcds[PcdKey]
248 if InfLowerPath in DscModules and PcdKey in DscModules[InfLowerPath].Pcds:
249 PatchPcd = DscModules[InfLowerPath].Pcds[PcdKey]
250 elif PcdKey in Platform.Pcds:
251 PatchPcd = Platform.Pcds[PcdKey]
259 if PcdKey in FdfPcdDict:
260 DefaultValue = FdfPcdDict[PcdKey]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenMetaFileMisc.py 129 for PcdKey in DecPcdsDict:
130 PcdList = DecPcdsDict[PcdKey]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 569 for (PcdType, PcdKey) in KeysList:
570 PcdData = PcdObj[PcdType, PcdKey]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]

Completed in 663 milliseconds