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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
BPDG.py 130 # @param VpdFileName The filename of Vpd file that hold vpd pcd information.
133 def StartBpdg(InputFileName, MapFileName, VpdFileName, Force):
134 if os.path.exists(VpdFileName) and not Force:
135 print "\nFile %s already exist, Overwrite(Yes/No)?[Y]: " % VpdFileName
140 GenVPD = GenVpd.GenVPD (InputFileName, MapFileName, VpdFileName)
144 EdkLogger.info('%-24s = %s' % ("VPD output binary file: ", VpdFileName))
149 GenVPD.GenerateVpdFile(MapFileName, VpdFileName)
GenVpd.py 311 # @param VpdFileName The filename of Vpd file that hold vpd pcd information.
313 def __init__(self, InputFileName, MapFileName, VpdFileName):
316 self.VpdFileName = VpdFileName
646 EdkLogger.error("BPDG", BuildToolError.FILE_OPEN_FAILURE, "File open failed for %s" % self.VpdFileName, None)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
VpdInfoFile.py 223 # @param VpdFileName The string path name for VPD information guid.txt
225 def CallExtenalBPDGTool(ToolPath, VpdFileName):
227 assert VpdFileName != None and os.path.exists(VpdFileName), "Invalid parameter VpdFileName"
229 OutputDir = os.path.dirname(VpdFileName)
230 FileName = os.path.basename(VpdFileName)
241 VpdFileName]),

Completed in 519 milliseconds