Home
last modified time | relevance | path

Searched refs:gPlatformOtherPcds (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DGlobalData.py32 gPlatformOtherPcds = {} variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileParser.py1282 if Excpt.Pcd in GlobalData.gPlatformOtherPcds:
1283 Info = GlobalData.gPlatformOtherPcds[Excpt.Pcd]
1345 GlobalData.gPlatformOtherPcds['DSCFILE'] = str(self.MetaFile)
1352 if Name not in GlobalData.gPlatformOtherPcds:
1356 … GlobalData.gPlatformOtherPcds[Name] = (CleanString(Content[Line - 1]), PcdLine, PcdType)
DWorkspaceDatabase.py717 if Excpt.Pcd in GlobalData.gPlatformOtherPcds:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFdfParser.py927 if Excpt.Pcd in GlobalData.gPlatformOtherPcds:
928 Info = GlobalData.gPlatformOtherPcds[Excpt.Pcd]
932 … " %s, line #: %d." % (Excpt.Pcd, GlobalData.gPlatformOtherPcds['DSCFILE'], Info[0], Info[1]),
935 …"PCD (%s) is not defined in DSC file (%s)" % (Excpt.Pcd, GlobalData.gPlatformOtherPcds['DSCFILE']),