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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfDefineObject.py 193 self.PiSpecificationVersion = None
431 # @param PiSpecificationVersion: PiSpecificationVersion
433 def SetPiSpecificationVersion(self, PiSpecificationVersion, Comments):
437 if self.PiSpecificationVersion != None:
445 if IsValidHexVersion(PiSpecificationVersion) or \
446 IsValidDecVersionVal(PiSpecificationVersion):
447 self.PiSpecificationVersion = InfDefMember()
448 self.PiSpecificationVersion.SetValue(PiSpecificationVersion)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
ModuleObject.py 105 self.PiSpecificationVersion = ''
163 def SetPiSpecificationVersion(self, PiSpecificationVersion):
164 self.PiSpecificationVersion = PiSpecificationVersion
167 return self.PiSpecificationVersion
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
ModuleClass.py 68 self.PiSpecificationVersion = ''
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
ModuleSurfaceAreaXml.py 522 self.PiSpecificationVersion = ''
535 self.PiSpecificationVersion = XmlElement(Item, '%s/PiSpecificationVersion' % Key)
562 Header.SetPiSpecificationVersion(self.PiSpecificationVersion)
577 ['PiSpecificationVersion', Header.GetPiSpecificationVersion()],
598 Str = "ModuleType = %s Path = %s PcdIsDriver = %s UefiSpecificationVersion = %s PiSpecificationVersion = %s \
601 self.UefiSpecificationVersion, self.PiSpecificationVersion, \
    [all...]

Completed in 401 milliseconds