Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfDefineObject.py193 self.PiSpecificationVersion = None
433 def SetPiSpecificationVersion(self, PiSpecificationVersion, Comments): argument
437 if self.PiSpecificationVersion != None:
445 if IsValidHexVersion(PiSpecificationVersion) or \
446 IsValidDecVersionVal(PiSpecificationVersion):
447 self.PiSpecificationVersion = InfDefMember()
448 self.PiSpecificationVersion.SetValue(PiSpecificationVersion)
449 self.PiSpecificationVersion.Comments = Comments
453 %(PiSpecificationVersion),
460 return self.PiSpecificationVersion
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DModuleObject.py105 self.PiSpecificationVersion = ''
163 def SetPiSpecificationVersion(self, PiSpecificationVersion): argument
164 self.PiSpecificationVersion = PiSpecificationVersion
167 return self.PiSpecificationVersion
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DModuleClass.py68 self.PiSpecificationVersion = ''
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DModuleSurfaceAreaXml.py522 self.PiSpecificationVersion = ''
535 self.PiSpecificationVersion = XmlElement(Item, '%s/PiSpecificationVersion' % Key)
562 Header.SetPiSpecificationVersion(self.PiSpecificationVersion)
601 self.UefiSpecificationVersion, self.PiSpecificationVersion, \