Searched defs:EdkLogger (Results 26 - 50 of 69) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableDec.py17 import Common.EdkLogger as EdkLogger namespace
106 EdkLogger.debug(4, "SqlCommand: %s" % SqlCommand)
H A DTableDsc.py17 import Common.EdkLogger as EdkLogger namespace
106 EdkLogger.debug(4, "SqlCommand: %s" % SqlCommand)
H A DTableEotReport.py17 import Common.EdkLogger as EdkLogger namespace
H A DTableFdf.py17 import Common.EdkLogger as EdkLogger namespace
107 EdkLogger.debug(4, "SqlCommand: %s" % SqlCommand)
H A DTableFile.py17 import Common.EdkLogger as EdkLogger namespace
H A DTableInf.py17 import Common.EdkLogger as EdkLogger namespace
112 EdkLogger.debug(4, "SqlCommand: %s" % SqlCommand)
H A DTableReport.py17 import Common.EdkLogger as EdkLogger namespace
117 EdkLogger.quiet("%s(%s): [%s]%s %s" % (NewRecord[0][1], NewRecord[0][0], ErrorID, EccToolError.gEccErrorMessage[ErrorID], OtherMsg))
122 EdkLogger.warn("ECC", "The report file %s is locked by other progress, use %s instead!" % (Filename, NewFilename))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/
H A DGenVpd.py23 import Common.EdkLogger as EdkLogger namespace
50 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
54 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
58 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
93 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
106 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
112 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
122 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
127 EdkLogger
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMigrationUtilities.py19 import EdkLogger namespace
353 EdkLogger.verbose(Content)
491 EdkLogger.info("IO Error in reading file %s" % FileName)
537 EdkLogger.setLevel(EdkLogger.VERBOSE)
539 EdkLogger.setLevel(EdkLogger.QUIET)
541 EdkLogger.setLevel(EdkLogger.INFO)
H A DDscClassObject.py18 import EdkLogger as EdkLogger namespace
209 EdkLogger.debug(2, "Generate PlatformHeader ...")
263 EdkLogger.debug(2, "Generate %s ..." % TAB_BUILD_OPTIONS)
313 EdkLogger.debug(2, "Generate %s ..." % TAB_SKUIDS)
369 EdkLogger.debug(2, "Generate %s ..." % TAB_LIBRARIES)
412 EdkLogger.debug(2, "Generate %s ..." % TAB_LIBRARY_CLASSES)
471 EdkLogger.debug(2, "Generate %s ..." % Type)
521 EdkLogger.debug(2, "Generate %s ..." % Type)
574 EdkLogger
[all...]
H A DEdkIIWorkspaceBuild.py18 import EdkLogger namespace
470 EdkLogger.error("AutoGen", FILE_NOT_FOUND, ExtraData = File)
549 EdkLogger.error("AutoGen", PARSER_ERROR, "The BaseName of platform %s is not defined for arch %s" % (Dsc, Arch))
631 EdkLogger.error("AutoGen", PARSER_ERROR, "PCD is not found in any package", ExtraData="%s.%s" % (Guid, Name))
655 EdkLogger.error("AutoGen", PARSER_ERROR, "The BaseName of package %s is not defined for arch %s" % (Dec, Arch))
737 EdkLogger.error("AutoGen", PARSER_ERROR, "The BaseName of module %s is not defined for arch %s" % (Inf, Arch))
934 EdkLogger.verbose("")
935 EdkLogger.verbose("Library instances of module [%s] [%s]:" % (str(Module), Arch))
944 EdkLogger.warn("AutoGen", "Library [%s] is not found" % LibraryName,
952 EdkLogger
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaDataTable.py19 import Common.EdkLogger as EdkLogger namespace
64 EdkLogger.debug(EdkLogger.DEBUG_8, SqlCommand)
78 EdkLogger.debug(EdkLogger.DEBUG_5, SqlCommand)
90 EdkLogger.verbose(str(Rs))
139 EdkLogger.debug(EdkLogger.DEBUG_5, SqlCommand)
192 EdkLogger
[all...]
H A DMetaFileTable.py19 import Common.EdkLogger as EdkLogger namespace
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A Dc.py24 from Common import EdkLogger namespace
352 EdkLogger.info("Parsing " + FullName)
368 EdkLogger.info("Found unrecoverable error during parsing:\n\t%s\n" % "\n\t".join(ParseErrorFileList))
383 EdkLogger.Initialize()
384 EdkLogger.SetLevel(EdkLogger.QUIET)
H A DDatabase.py20 import Common.EdkLogger as EdkLogger namespace
76 EdkLogger.verbose("\nInitialize EOT database started ...")
136 EdkLogger.verbose("Initialize EOT database ... DONE!")
197 EdkLogger.verbose("Insert information from file %s ... DONE!" % File.FullPath)
206 EdkLogger.verbose("Update 'BelongsToFunction' for Identifiers started ...")
233 EdkLogger.Initialize()
234 EdkLogger.SetLevel(EdkLogger.DEBUG_0)
235 EdkLogger
[all...]
H A DEot.py18 import Common.EdkLogger as EdkLogger namespace
75 EdkLogger.error("EOT", BuildToolError.ATTRIBUTE_NOT_AVAILABLE, "Environment variable not found",
92 EdkLogger.error("Eot", EdkLogger.EOT_ERROR, "Can not find file %s " % FvFile)
95 EdkLogger.error("Eot", EdkLogger.EOT_ERROR, "The fv file list of target platform was not specified")
101 EdkLogger.error("Eot", EdkLogger.EOT_ERROR, "Can not find file %s " % MapFile)
142 EdkLogger
[all...]
H A DParser.py19 import Common.EdkLogger as EdkLogger namespace
44 EdkLogger.error("Eot", EdkLogger.FILE_NOT_FOUND, ExtraData=Filename)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenPatchPcdTable/
H A DGenPatchPcdTable.py26 import Common.EdkLogger as EdkLogger namespace
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/TargetTool/
H A DTargetTool.py18 import Common.EdkLogger as EdkLogger namespace
147 EdkLogger.error("TagetTool", BuildToolError.FILE_NOT_FOUND,
154 EdkLogger.error("TagetTool", BuildToolError.FILE_NOT_FOUND,
174 EdkLogger.error("TagetTool", BuildToolError.FILE_NOT_FOUND,
225 EdkLogger.Initialize()
226 EdkLogger.SetLevel(EdkLogger.QUIET)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileTable.py19 import Common.EdkLogger as EdkLogger namespace
65 EdkLogger.debug(EdkLogger.DEBUG_5, str(Exc))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenC.py18 from Common import EdkLogger namespace
928 EdkLogger.error("build", AUTOGEN_ERROR,
934 EdkLogger.debug(EdkLogger.DEBUG_3, "Creating code for " + Pcd.TokenCName + "." + Pcd.TokenSpaceGuidCName)
936 EdkLogger.error("build", AUTOGEN_ERROR,
940 EdkLogger.error("build", AUTOGEN_ERROR,
986 EdkLogger.error("build", AUTOGEN_ERROR,
991 EdkLogger.error("build", AUTOGEN_ERROR,
995 EdkLogger.error("build", AUTOGEN_ERROR,
1002 EdkLogger
[all...]
H A DGenDepex.py25 from Common import EdkLogger as EdkLogger namespace
144 EdkLogger.debug(EdkLogger.DEBUG_8, repr(self))
147 EdkLogger.debug(EdkLogger.DEBUG_8, "\n Optimized: " + repr(self))
172 EdkLogger.error("GenDepex", PARSER_ERROR, "Invalid dependency expression: missing operator before open parentheses",
177 EdkLogger.error("GenDepex", PARSER_ERROR, "Invalid dependency expression: mismatched parentheses",
180 EdkLogger.error("GenDepex", PARSER_ERROR, "Invalid dependency expression: missing operand before close parentheses",
190 EdkLogger
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DDatabase.py20 import Common.EdkLogger as EdkLogger namespace
75 EdkLogger.verbose("\nInitialize ECC database started ...")
133 EdkLogger.verbose("Initialize ECC database ... DONE!")
212 EdkLogger.verbose("Insert information from file %s ... DONE!" % File.FullPath)
220 EdkLogger.verbose("Update 'BelongsToFunction' for Identifiers started ...")
223 EdkLogger.debug(4, "SqlCommand: %s" %SqlCommand)
236 EdkLogger.debug(4, "For common identifiers ... ")
240 EdkLogger.debug(4, "SqlCommand: %s" %SqlCommand)
245 EdkLogger
[all...]
H A DEcc.py18 import Common.EdkLogger as EdkLogger namespace
148 EdkLogger.quiet("Building database for Meta Data File ...")
151 EdkLogger.quiet("Building database for Meta Data File Done!")
163 EdkLogger.quiet("Building database for meta data files ...")
184 EdkLogger.quiet("Parsing %s" % Filename)
192 EdkLogger.quiet("Parsing %s" % Filename)
203 EdkLogger.quiet("Parsing %s" % Filename)
211 EdkLogger.quiet("Parsing %s" % Filename)
220 EdkLogger
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py34 from Common import EdkLogger namespace
152 EdkLogger.error("GenFds", GENFDS_ERROR, "Non-existant Module %s !" % (self.InfFileName))
162 EdkLogger.error("GenFds", ErrorCode, ExtraData=ErrorInfo)
194 EdkLogger.error("GenFds", GENFDS_ERROR,
199 EdkLogger.warn("GenFds", GENFDS_ERROR, "Module %s NOT found in DSC file; Is it really a binary module?" % (self.InfFileName))
202 EdkLogger.error("GenFds", FORMAT_NOT_SUPPORTED, "SMM_CORE module type can't be used in the module with PI_SPECIFICATION_VERSION less than 0x0001000A", File=self.InfFileName)
267 EdkLogger.error("GenFds", FORMAT_NOT_SUPPORTED, "Framework SMM module doesn't support SMM or SMM_CORE FV file type", File=self.InfFileName)
352 EdkLogger.error("GenFds", GENFDS_ERROR, 'Don\'t Find common rule %s for INF %s' \
435 EdkLogger.error("GenFds", ErrorCode, ExtraData=ErrorInfo)
441 EdkLogger
[all...]

Completed in 103 milliseconds

123