Searched refs:EdkLogger (Results 1 - 25 of 82) sorted by relevance

1234

/device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
H A DBPDG.py28 from Common import EdkLogger namespace
51 EdkLogger.Initialize()
57 EdkLogger.SetLevel(EdkLogger.VERBOSE)
59 EdkLogger.SetLevel(EdkLogger.QUIET)
61 EdkLogger.SetLevel(Options.debug_level + 1)
63 EdkLogger.SetLevel(EdkLogger.INFO)
66 EdkLogger
[all...]
H A DGenVpd.py23 import Common.EdkLogger as EdkLogger namespace
51 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
55 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
59 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
94 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
107 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
113 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
123 EdkLogger.error("BPDG", BuildToolError.FORMAT_INVALID,
128 EdkLogger
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
H A DTable.py17 import Common.EdkLogger as EdkLogger namespace
41 EdkLogger.verbose(SqlCommand + " ... DONE!")
55 EdkLogger.verbose("\nQuery tabel %s started ..." % self.Table)
59 EdkLogger.verbose(str(Rs))
62 EdkLogger.verbose("*** Total %s records in table %s ***" % (TotalCount, self.Table) )
63 EdkLogger.verbose("Query tabel %s DONE!" % self.Table)
72 EdkLogger.verbose("Drop tabel %s ... DONE!" % self.Table)
116 EdkLogger.debug(4, "SqlCommand: %s" % SqlCommand)
119 EdkLogger
[all...]
H A DTableQuery.py17 import Common.EdkLogger as EdkLogger namespace
H A DTableDataModel.py17 import Common.EdkLogger as EdkLogger namespace
73 EdkLogger.verbose("\nInitialize table DataModel started ...")
79 EdkLogger.verbose("Initialize table DataModel ... DONE!")
H A DTableFunction.py17 import Common.EdkLogger as EdkLogger namespace
H A DTableIdentifier.py17 import Common.EdkLogger as EdkLogger namespace
H A DTablePcd.py17 import Common.EdkLogger as EdkLogger namespace
H A DTableReport.py17 import Common.EdkLogger as EdkLogger namespace
125 EdkLogger.quiet("%s(%s): [%s]%s %s" % (NewRecord[0][1], NewRecord[0][0], ErrorID, EccToolError.gEccErrorMessage[ErrorID], OtherMsg))
130 EdkLogger.warn("ECC", "The report file %s is locked by other progress, use %s instead!" % (Filename, NewFilename))
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 DTableFdf.py17 import Common.EdkLogger as EdkLogger namespace
107 EdkLogger.debug(4, "SqlCommand: %s" % SqlCommand)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DDatabase.py20 import EdkLogger as EdkLogger namespace
65 EdkLogger.verbose("\nInitialize ECC database started ...")
86 EdkLogger.verbose("Initialize ECC database ... DONE!")
111 EdkLogger.Initialize()
112 EdkLogger.SetLevel(EdkLogger.DEBUG_0)
H A DVpdInfoFile.py20 import Common.EdkLogger as EdkLogger namespace
92 EdkLogger.error("VpdInfoFile", BuildToolError.ATTRIBUTE_UNKNOWN_ERROR, "Invalid VPD PCD entry.")
95 EdkLogger.error("VpdInfoFile", BuildToolError.PARAMETER_INVALID, "Invalid offset parameter: %s." % Offset)
99 EdkLogger.error("VpdInfoFile", BuildToolError.PARAMETER_INVALID,
105 EdkLogger.error("VpdInfoFile", BuildToolError.PARAMETER_INVALID,
127 EdkLogger.error("VpdInfoFile", BuildToolError.PARAMETER_INVALID,
160 EdkLogger.error("VpdInfoFile",
177 EdkLogger.error("BPDG", BuildToolError.PARSER_ERROR, "Fail to parse VPD information file %s" % FilePath)
190 EdkLogger
[all...]
H A DToolDefClassObject.py19 import EdkLogger namespace
119 EdkLogger.error("tools_def.txt parser", FILE_OPEN_FAILURE, ExtraData=FileName)
121 EdkLogger.error("tools_def.txt parser", FILE_NOT_FOUND, ExtraData=FileName)
132 EdkLogger.error("tools_def.txt parser", ATTRIBUTE_NOT_AVAILABLE,
155 EdkLogger.error("tools_def.txt parser", FILE_NOT_FOUND, ExtraData=IncFile)
167 EdkLogger.warn("tools_def.txt parser", "Line %d: not correct assignment statement, skipped" % (Index + 1))
174 EdkLogger.debug(EdkLogger.DEBUG_8, "Line %d: Found identifier statement, skipped: %s" % ((Index + 1), Value))
181 EdkLogger.error("tools_def.txt parser", ATTRIBUTE_NOT_AVAILABLE,
187 EdkLogger
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
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...]
H A DInfSectionParser.py17 import Common.EdkLogger as EdkLogger namespace
40 EdkLogger.error("build", AUTOGEN_ERROR, 'File %s is opened failed.' % Filename)
90 EdkLogger.error("build", AUTOGEN_ERROR, 'Section %s is invalid.' % key)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
H A DTrim.py26 import Common.EdkLogger as EdkLogger namespace
144 EdkLogger.error("Trim", FILE_OPEN_FAILURE, ExtraData=Source)
181 EdkLogger.verbose("Found original file content starting from line %d"
196 EdkLogger.verbose("Got line directive: line=%d" % LineNumber)
207 EdkLogger.verbose("Now we have lines: %d" % len(NewLines))
246 EdkLogger.error("Trim", FILE_OPEN_FAILURE, ExtraData=Target)
264 EdkLogger.error("Trim", FILE_OPEN_FAILURE, ExtraData=Source)
313 EdkLogger.error("Trim", FILE_OPEN_FAILURE, ExtraData=Target)
344 EdkLogger
[all...]
/device/linaro/bootloader/edk2/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...]
/device/linaro/bootloader/edk2/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
68 EdkLogger.info(time.strftime("%H:%M:%S, %b.%d %Y ", time.localtime()) + "[00:00]" + "\n")
108 EdkLogger.info("Loading ECC configuration ... done")
160 EdkLogger.error("ECC", BuildToolError.OPTION_VALUE_INVALID, ExtraData="Use -f option need to fill specific folders in config.ini file")
177 EdkLogger.quiet("Building database for Meta Data File ...")
180 EdkLogger.quiet("Building database for Meta Data File Done!")
203 EdkLogger.quiet("Building database for meta data files ...")
226 EdkLogger.quiet("Parsing %s" % Filename)
234 EdkLogger
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/PatchPcdValue/
H A DPatchPcdValue.py25 import Common.EdkLogger as EdkLogger namespace
222 make_option("-v", "--verbose", dest="LogLevel", action="store_const", const=EdkLogger.VERBOSE,
226 make_option("-q", "--quiet", dest="LogLevel", action="store_const", const=EdkLogger.QUIET,
235 Parser.set_defaults(LogLevel=EdkLogger.INFO)
241 EdkLogger.error("PatchPcdValue", PARAMETER_INVALID, ExtraData=Parser.get_usage())
260 EdkLogger.Initialize()
262 if CommandOptions.LogLevel < EdkLogger.DEBUG_9:
263 EdkLogger.SetLevel(CommandOptions.LogLevel + 1)
265 EdkLogger
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
H A DEot.py18 import Common.EdkLogger as EdkLogger namespace
76 EdkLogger.error("EOT", BuildToolError.ATTRIBUTE_NOT_AVAILABLE, "Environment variable not found",
93 EdkLogger.error("Eot", EdkLogger.EOT_ERROR, "Can not find file %s " % FvFile)
96 EdkLogger.error("Eot", EdkLogger.EOT_ERROR, "The fv file list of target platform was not specified")
102 EdkLogger.error("Eot", EdkLogger.EOT_ERROR, "Can not find file %s " % MapFile)
143 EdkLogger
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
H A Dbuild.py51 import Common.EdkLogger namespace
99 EdkLogger.error("build", ATTRIBUTE_NOT_AVAILABLE, "Environment variable not found",
104 EdkLogger.error("build", FILE_NOT_FOUND, "WORKSPACE doesn't exist", ExtraData="%s" % WorkspaceDir)
106 EdkLogger.error("build", FORMAT_NOT_SUPPORTED, "No space is allowed in WORKSPACE path",
116 EdkLogger.error("build", FILE_NOT_FOUND, "One Path in PACKAGES_PATH doesn't exist", ExtraData="%s" % Path)
118 EdkLogger.error("build", FORMAT_NOT_SUPPORTED, "No space is allowed in PACKAGES_PATH", ExtraData=Path)
143 EdkLogger.verbose("ECP_SOURCE = %s doesn't exist. Edk modules could not be built." % EcpSourceDir)
145 EdkLogger.error("build", FORMAT_NOT_SUPPORTED, "No space is allowed in ECP_SOURCE path",
149 EdkLogger.verbose("EDK_SOURCE = %s doesn't exist. Edk modules could not be built." % EdkSourceDir)
151 EdkLogger
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DRegion.py25 from Common import EdkLogger namespace
98 EdkLogger.error("GenFds", FILE_NOT_FOUND, ExtraData=RegionData)
121 EdkLogger.error("GenFds", GENFDS_ERROR,
130 EdkLogger.error("GenFds", GENFDS_ERROR,
141 EdkLogger.error("GenFds", GENFDS_ERROR, "FV (%s) is NOT described in FDF file!" % (RegionData))
148 EdkLogger.error("GenFds", GENFDS_ERROR,
171 EdkLogger.error("GenFds", FILE_NOT_FOUND, ExtraData=RegionData)
194 EdkLogger.error("GenFds", GENFDS_ERROR, "Capsule (%s) is NOT described in FDF file!" % (RegionData))
201 EdkLogger.error("GenFds", GENFDS_ERROR,
218 EdkLogger
[all...]

Completed in 206 milliseconds

1234