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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Region.py 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,
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' % RegionData)
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...]
FfsFileStatement.py 65 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))
EfiSection.py 78 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" % (SectionType, InfFileName))
Fd.py 60 EdkLogger.error("GenFds", GENFDS_ERROR, 'FD %s Size not consistent with block array' % self.FdUiName)
100 EdkLogger.error("GenFds", GENFDS_ERROR,
104 EdkLogger.error("GenFds", GENFDS_ERROR,
119 EdkLogger.error("GenFds", GENFDS_ERROR,
164 EdkLogger.error("GenFds", GENFDS_ERROR,
FfsInfStatement.py 166 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 module?" % (self.InfFileName))
308 EdkLogger.error("GenFds", GENFDS_ERROR, "The size of VOID* type PCD '%s.%s' exceeds its maximum size %d bytes." \
313 EdkLogger.error("GenFds", GENFDS_ERROR, "The size of %s type PCD '%s.%s' doesn't match its data type." \
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 able to determine which ARCH is valid for Module %s !" % (str(ArchList), self.InfFileName))
636 EdkLogger.error("GenFds", GENFDS_ERROR, "Module built under multiple ARCHs %s. Not able to determine which output to put into flash for M (…)
    [all...]
FvImageSection.py 130 EdkLogger.error("GenFds", GENFDS_ERROR, "FvImageSection Failed! %s NOT found in FDF" % self.FvName)
OptionRom.py 65 EdkLogger.error("GenFds", GENFDS_ERROR, "Module %s not produce .efi files, so NO file could be put into option ROM." % (FfsFile.InfFileName))
Section.py 126 EdkLogger.error("GenFds", GENFDS_ERROR, 'Inf File does not exist!')
GenFdsGlobalVariable.py 641 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)
Capsule.py 158 EdkLogger.error("GenFds", GENFDS_ERROR, "No tool found with GUID %s" % fmp.Certificate_Guid)
GuidSection.py 146 EdkLogger.error("GenFds", GENFDS_ERROR, "No tool found with GUID %s" % self.NameGuid)
GenFds.py 239 EdkLogger.error("GenFds", GENFDS_ERROR, "Target ARCH %s not in platform supported ARCH %s" % (str(ArchList), str(BuildWorkSpace.BuildObject[GenFdsGlobalVariable.ActivePlatform, 'COMMON'].SupArchList)))
433 EdkLogger.error("GenFds", GENFDS_ERROR, "Can not find external tool because tool tag %s is not defined in tools_def.txt!" % ToolChain)
471 EdkLogger.error("GenFds", GENFDS_ERROR, "Don't know which tool to use, %s or %s ?" % (ToolPathTmp, ToolPath))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
BuildToolError.py 78 GENFDS_ERROR = 0xF003
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
ToolError.py 85 GENFDS_ERROR = 0xF003
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]

Completed in 265 milliseconds