Home
last modified time | relevance | path

Searched refs:GENFDS_ERROR (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DRegion.py121 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,
194 …EdkLogger.error("GenFds", GENFDS_ERROR, "Capsule (%s) is NOT described in FDF file!" % (RegionData…
201 EdkLogger.error("GenFds", GENFDS_ERROR,
218 …EdkLogger.error('GenFds', GENFDS_ERROR, 'INF in FD region can only contain one binary: %s' % Regio…
232 EdkLogger.error("GenFds", GENFDS_ERROR,
252 … EdkLogger.error("GenFds", GENFDS_ERROR, "Size of DATA is larger than Region Size ")
333 …EdkLogger.error("GenFds", GENFDS_ERROR, "Total Size of FV %s 0x%x is larger than Region Size 0x%x "
[all …]
DFd.py60 …EdkLogger.error("GenFds", GENFDS_ERROR, 'FD %s Size not consistent with block array' % self.FdUiNa…
100 EdkLogger.error("GenFds", GENFDS_ERROR,
104 EdkLogger.error("GenFds", GENFDS_ERROR,
119 EdkLogger.error("GenFds", GENFDS_ERROR,
164 EdkLogger.error("GenFds", GENFDS_ERROR,
DFfsFileStatement.py65 EdkLogger.error("GenFds", GENFDS_ERROR, '%s NOT defined.' \
71 EdkLogger.error("GenFds", GENFDS_ERROR, 'GUID value for %s in wrong format.' \
84 … EdkLogger.error("GenFds", GENFDS_ERROR, "FV (%s) is NOT described in FDF file!" % (self.FvName))
91 … EdkLogger.error("GenFds", GENFDS_ERROR, "FD (%s) is NOT described in FDF file!" % (self.FdName))
DFfsInfStatement.py166 … EdkLogger.error("GenFds", GENFDS_ERROR, "Non-existant Module %s !" % (self.InfFileName))
214 EdkLogger.error("GenFds", GENFDS_ERROR,
222 …EdkLogger.warn("GenFds", GENFDS_ERROR, "Module %s NOT found in DSC file; Is it really a binary mod…
308 …EdkLogger.error("GenFds", GENFDS_ERROR, "The size of VOID* type PCD '%s.%s' exceeds its maximum si…
313 …EdkLogger.error("GenFds", GENFDS_ERROR, "The size of %s type PCD '%s.%s' doesn't match its data ty…
375 EdkLogger.error("GenFds", GENFDS_ERROR,
392 EdkLogger.error("GenFds", GENFDS_ERROR, RetStr, File=self.InfFileName)
554 EdkLogger.error("GenFds", GENFDS_ERROR, 'Don\'t Find common rule %s for INF %s' \
634 …EdkLogger.error("GenFds", GENFDS_ERROR, "GenFds command line option has multiple ARCHs %s. Not abl…
636 …EdkLogger.error("GenFds", GENFDS_ERROR, "Module built under multiple ARCHs %s. Not able to determi…
[all …]
DEfiSection.py78 EdkLogger.error("GenFds", GENFDS_ERROR, "Module %s apply rule for None!" %ModuleName)
156 … EdkLogger.error("GenFds", GENFDS_ERROR, "File: %s miss Version Section value" %InfFileName)
202 … EdkLogger.error("GenFds", GENFDS_ERROR, "File: %s miss UI Section value" %InfFileName)
218 …EdkLogger.error("GenFds", GENFDS_ERROR, "Output file for %s section could not be found for %s" % (…
DGenFdsGlobalVariable.py641 EdkLogger.error('GenFds', GENFDS_ERROR, msg, File, Line, ExtraData)
679 EdkLogger.error("GenFds", GENFDS_ERROR, "No way to determine $(ARCH) for %s" % Str)
702 … EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not FixedAtBuild type." % PcdPattern)
704 … EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not VOID* datum type." % PcdPattern)
718 … EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not FixedAtBuild type." % PcdPattern)
720 … EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not VOID* datum type." % PcdPattern)
DSection.py126 EdkLogger.error("GenFds", GENFDS_ERROR, 'Inf File does not exist!')
DOptionRom.py65 …EdkLogger.error("GenFds", GENFDS_ERROR, "Module %s not produce .efi files, so NO file could be put…
DFvImageSection.py130 …EdkLogger.error("GenFds", GENFDS_ERROR, "FvImageSection Failed! %s NOT found in FDF" % self.FvName)
DGuidSection.py146 EdkLogger.error("GenFds", GENFDS_ERROR, "No tool found with GUID %s" % self.NameGuid)
DCapsule.py158 … EdkLogger.error("GenFds", GENFDS_ERROR, "No tool found with GUID %s" % fmp.Certificate_Guid)
DGenFds.py239 …EdkLogger.error("GenFds", GENFDS_ERROR, "Target ARCH %s not in platform supported ARCH %s" % (str(…
433 …EdkLogger.error("GenFds", GENFDS_ERROR, "Can not find external tool because tool tag %s is not def…
471 …EdkLogger.error("GenFds", GENFDS_ERROR, "Don't know which tool to use, %s or %s ?" % (ToolPathTmp,…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DBuildToolError.py78 GENFDS_ERROR = 0xF003 variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
DToolError.py85 GENFDS_ERROR = 0xF003 variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py710 … EdkLogger.error('build', GENFDS_ERROR, "Non-existant Module %s !" % (FfsFile.InfFileName))