Searched refs:MODEL_PCD_DYNAMIC_EX_VPD (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
D | DataClass.py | 74 MODEL_PCD_DYNAMIC_EX_VPD = 4006 variable 155 ('MODEL_PCD_DYNAMIC_EX_VPD', MODEL_PCD_DYNAMIC_EX_VPD),
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaFileParser.py | 810 TAB_PCDS_DYNAMIC_EX_VPD_NULL.upper() : MODEL_PCD_DYNAMIC_EX_VPD, 1234 MODEL_PCD_DYNAMIC_EX_VPD : self.__ProcessPcd, 1362 MODEL_PCD_DYNAMIC_EX_VPD): 1584 MODEL_PCD_DYNAMIC_EX_VPD : _PcdParser,
|
D | WorkspaceDatabase.py | 64 MODEL_PCD_DYNAMIC_EX_VPD : "DynamicExVpd", 787 self._Pcds.update(self._GetDynamicVpdPcd(MODEL_PCD_DYNAMIC_EX_VPD)) 1282 MODEL_PCD_DYNAMIC_EX_VPD : "DynamicExVpd", 1685 MODEL_PCD_DYNAMIC_EX_VPD : "DynamicExVpd",
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | DataType.py | 924 MODEL_PCD_DYNAMIC_EX_VPD = 4006 variable
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
D | MetaFileParser.py | 750 TAB_PCDS_DYNAMIC_EX_VPD_NULL.upper() : MODEL_PCD_DYNAMIC_EX_VPD, 1149 MODEL_PCD_DYNAMIC_EX_VPD : self.__ProcessPcd, 1479 MODEL_PCD_DYNAMIC_EX_VPD : _PcdParser,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | DscClassObject.py | 47 TAB_PCDS_DYNAMIC_EX_VPD_NULL.upper() : MODEL_PCD_DYNAMIC_EX_VPD, 691 Model = MODEL_PCD_DYNAMIC_EX_VPD
|
D | Misc.py | 1518 elif PcdType in (MODEL_PCD_DYNAMIC_VPD, MODEL_PCD_DYNAMIC_EX_VPD):
|