Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenC.py46 gDynamicExPcd = [TAB_PCDS_DYNAMIC_EX, TAB_PCDS_DYNAMIC_EX_DEFAULT, TAB_PCDS_DYNAMIC_EX_VPD, TAB_PCD… variable
680 if Pcd.Type in gDynamicExPcd:
716 if Pcd.Type in gDynamicExPcd and Pcd.TokenCName == TokenCName:
777 if Pcd.Type in gDynamicExPcd:
821 if Pcd.Type in gDynamicExPcd:
827 if PcdModule.Type in gDynamicExPcd:
1061 if Pcd.Type in gDynamicExPcd:
1106 if PcdItemType in gDynamicExPcd:
1115 if PcdModule.Type in gDynamicExPcd:
1483 if Pcd.Type in gDynamicExPcd and Pcd.TokenSpaceGuidCName not in TokenSpaceList:
DAutoGen.py978 … if PcdFromModule.Type in GenC.gDynamicPcd or PcdFromModule.Type in GenC.gDynamicExPcd:
999 if PcdFromModule.Type in GenC.gDynamicExPcd:
1046 …if PcdFromModule.Type not in GenC.gDynamicExPcd and PcdFromModule.Type not in TAB_PCDS_PATCHABLE_I…
1056 … if PcdFromModule not in self._DynaPcdList_ and PcdFromModule.Type in GenC.gDynamicExPcd:
1060 …n self._DynaPcdList_ and PcdFromModule.Phase == 'PEI' and PcdFromModule.Type in GenC.gDynamicExPcd:
3225 elif Pcd.Type in GenC.gDynamicExPcd:
DGenPcdDb.py1158 if Pcd.Type in gDynamicExPcd:
1531 if Pcd.Type in gDynamicExPcd:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DDataType.py205 gDynamicExPcd = [TAB_PCDS_DYNAMIC_EX, TAB_PCDS_DYNAMIC_EX_DEFAULT, TAB_PCDS_DYNAMIC_EX_VPD, TAB_PCD… variable