Searched refs:GENFDS_ERROR (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DRegion.py99 EdkLogger.error("GenFds", GENFDS_ERROR,
108 EdkLogger.error("GenFds", GENFDS_ERROR,
119 EdkLogger.error("GenFds", GENFDS_ERROR, "FV (%s) is NOT described in FDF file!" % (RegionData))
126 EdkLogger.error("GenFds", GENFDS_ERROR,
178 EdkLogger.error("GenFds", GENFDS_ERROR, "Capsule (%s) is NOT described in FDF file!" % (RegionData))
185 EdkLogger.error("GenFds", GENFDS_ERROR,
215 EdkLogger.error("GenFds", GENFDS_ERROR,
241 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 "
342 EdkLogger.error("GenFds", GENFDS_ERROR, "BlockStatement
[all...]
H A DFfsFileStatement.py62 EdkLogger.error("GenFds", GENFDS_ERROR, '%s NOT defined.' \
68 EdkLogger.error("GenFds", GENFDS_ERROR, 'GUID value for %s in wrong format.' \
81 EdkLogger.error("GenFds", GENFDS_ERROR, "FV (%s) is NOT described in FDF file!" % (self.FvName))
88 EdkLogger.error("GenFds", GENFDS_ERROR, "FD (%s) is NOT described in FDF file!" % (self.FdName))
H A DFd.py60 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, 'FD %s size too small' % self.FdUiName)
159 EdkLogger.error("GenFds", GENFDS_ERROR,
H A DEfiSection.py77 EdkLogger.error("GenFds", GENFDS_ERROR, "Module %s apply rule for None!" %ModuleName)
154 EdkLogger.error("GenFds", GENFDS_ERROR, "File: %s miss Version Section value" %InfFileName)
200 EdkLogger.error("GenFds", GENFDS_ERROR, "File: %s miss UI Section value" %InfFileName)
216 EdkLogger.error("GenFds", GENFDS_ERROR, "Output file for %s section could not be found for %s" % (SectionType, InfFileName))
H A DFvImageSection.py87 EdkLogger.error("GenFds", GENFDS_ERROR, "FvImageSection Failed! %s NOT found in FDF" % self.FvName)
H A DSection.py126 EdkLogger.error("GenFds", GENFDS_ERROR, 'Inf File does not exist!')
H A DGuidSection.py144 EdkLogger.error("GenFds", GENFDS_ERROR, "No tool found with GUID %s" % self.NameGuid)
251 EdkLogger.error("GenFds", GENFDS_ERROR, "Can not find external tool because tool tag %s is not defined in tools_def.txt!" % ToolChain)
284 EdkLogger.error("GenFds", GENFDS_ERROR, "Don't know which tool to use, %s or %s ?" % (ToolPathTmp, ToolPath))
H A DFfsInfStatement.py152 EdkLogger.error("GenFds", GENFDS_ERROR, "Non-existant Module %s !" % (self.InfFileName))
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))
352 EdkLogger.error("GenFds", GENFDS_ERROR, 'Don\'t Find common rule %s for INF %s' \
441 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))
443 EdkLogger.error("GenFds", GENFDS_ERROR, "Module built under multiple ARCHs %s. Not able to determine which output to put into flash for Module %s !" % (str(ArchList), self.InfFileName))
445 EdkLogger.error("GenFds", GENFDS_ERROR, "Module %s appears under ARCH %s in platform %s, but current deduced ARCH is %s, so NO build output could be put into flash." \
630 EdkLogger.error("GenFds", GENFDS_ERROR, '%s NOT defined.' \
636 EdkLogger.error("GenFds", GENFDS_ERROR, 'GUID value for %s in wrong format.' \
761 EdkLogger.error("GenFds", GENFDS_ERROR, '
[all...]
H A DOptionRom.py66 EdkLogger.error("GenFds", GENFDS_ERROR, "Module %s not produce .efi files, so NO file could be put into option ROM." % (FfsFile.InfFileName))
H A DGenFdsGlobalVariable.py617 EdkLogger.error('GenFds', GENFDS_ERROR, msg, File, Line, ExtraData)
654 EdkLogger.error("GenFds", GENFDS_ERROR, "No way to determine $(ARCH) for %s" % Str)
677 EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not FixedAtBuild type." % PcdPattern)
679 EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not VOID* datum type." % PcdPattern)
693 EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not FixedAtBuild type." % PcdPattern)
695 EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not VOID* datum type." % PcdPattern)
H A DGenFds.py200 EdkLogger.error("GenFds", GENFDS_ERROR, "Target ARCH %s not in platform supported ARCH %s" % (str(ArchList), str(BuildWorkSpace.BuildObject[GenFdsGlobalVariable.ActivePlatform, 'COMMON'].SupArchList)))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DBuildToolError.py78 GENFDS_ERROR = 0xF003 variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/
H A DToolError.py85 GENFDS_ERROR = 0xF003 variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py381 EdkLogger.error('build', GENFDS_ERROR, "Non-existant Module %s !" % (FfsFile.InfFileName))

Completed in 796 milliseconds