Searched refs:InfLogger (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/ |
H A D | Region.py | 57 GenFdsGlobalVariable.InfLogger('\nGenerate Region at Offset 0x%X' % self.Offset) 58 GenFdsGlobalVariable.InfLogger(" Region Size = 0x%X" %Size) 72 GenFdsGlobalVariable.InfLogger(' Region FV File Name = .fv : %s'%RegionData) 80 GenFdsGlobalVariable.InfLogger(' Region Name = FV') 91 GenFdsGlobalVariable.InfLogger(' Region Name = FV') 151 GenFdsGlobalVariable.InfLogger(' Region CAPSULE Image Name = .cap : %s'%RegionData) 159 GenFdsGlobalVariable.InfLogger(' Region Name = CAPSULE') 171 GenFdsGlobalVariable.InfLogger(' Region Name = CAPSULE') 218 GenFdsGlobalVariable.InfLogger(' Region File Name = %s'%RegionData) 235 GenFdsGlobalVariable.InfLogger(' Regio [all...] |
H A D | Section.py | 136 GenFdsGlobalVariable.InfLogger ("\nBuild Target \'%s\' of File %s is not in the Scope of %s specified by INF %s in FDF" %(File.Target, File.File, FfsInf.TargetOverrideList, FfsInf.InfFileName)) 140 GenFdsGlobalVariable.InfLogger ("\nCurrent ARCH \'%s\' of File %s is not in the Support Arch Scope of %s specified by INF %s in FDF" %(FfsInf.CurrentArch, File.File, File.Arch, FfsInf.InfFileName))
|
H A D | OptionRom.py | 55 GenFdsGlobalVariable.InfLogger( "\nGenerating %s Option ROM ..." %self.DriverName) 121 GenFdsGlobalVariable.InfLogger( "\nGenerate %s Option ROM Successfully" %self.DriverName)
|
H A D | Capsule.py | 54 GenFdsGlobalVariable.InfLogger( "\nGenerate %s Capsule" %self.UiCapsuleName)
|
H A D | Fd.py | 55 GenFdsGlobalVariable.InfLogger("Fd File Name:%s" %self.FdUiName) 80 GenFdsGlobalVariable.InfLogger('Padding region starting from offset 0x%X, with size 0x%X' %(PreviousRegionStart + PreviousRegionSize, RegionObj.Offset - (PreviousRegionStart + PreviousRegionSize))) 108 GenFdsGlobalVariable.InfLogger('Padding region starting from offset 0x%X, with size 0x%X' %(PreviousRegionStart + PreviousRegionSize, RegionObj.Offset - (PreviousRegionStart + PreviousRegionSize)))
|
H A D | GenFdsGlobalVariable.py | 575 GenFdsGlobalVariable.InfLogger (cmd) 579 GenFdsGlobalVariable.InfLogger (cmd) 600 GenFdsGlobalVariable.InfLogger ("Return Value = %d" %PopenObject.returncode) 601 GenFdsGlobalVariable.InfLogger (out) 602 GenFdsGlobalVariable.InfLogger (error) 610 def InfLogger (msg): member in class:GenFdsGlobalVariable 706 InfLogger = staticmethod(InfLogger) variable in class:GenFdsGlobalVariable
|
H A D | Fv.py | 88 GenFdsGlobalVariable.InfLogger( "\nGenerating %s FV" %self.UiFvName)
|
Completed in 121 milliseconds