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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/PatchPcdValue/
PatchPcdValue.py 78 return PARAMETER_INVALID, "PCD type %s is not valid." % (CommandOptions.PcdTypeName)
83 return PARAMETER_INVALID, "PcdOffset + PcdMaxSize(DataType) is larger than the input file size."
120 return PARAMETER_INVALID, "PCD Value %s is not valid dec or hex string." % (ValueString)
135 return PARAMETER_INVALID, "PCD Value %s is not valid dec or hex string." % (ValueString)
177 return PARAMETER_INVALID, "PCD Value %s is not valid dec or hex string array." % (ValueString)
241 EdkLogger.error("PatchPcdValue", PARAMETER_INVALID, ExtraData=Parser.get_usage())
273 EdkLogger.error("PatchPcdValue", PARAMETER_INVALID, ExtraData="PCD type %s is not valid." % (CommandOptions.PcdTypeName))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
BuildToolError.py 41 PARAMETER_INVALID = 0x2000
121 PARAMETER_INVALID : "Invalid parameter",
VpdInfoFile.py 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,
MigrationUtilities.py 548 raise MigrationError(PARAMETER_INVALID, name="Too many input files", usage=Parser.get_usage())
Misc.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
ToolError.py 48 PARAMETER_INVALID = 0x2000
133 PARAMETER_INVALID : ST.ERR_PARAMETER_INVALID,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 151 EdkLogger.error("build", PARAMETER_INVALID, "EDK_SOURCE does not exist",
160 EdkLogger.error("build", PARAMETER_INVALID, "EFI_SOURCE does not exist",
170 EdkLogger.error("build", PARAMETER_INVALID, "EFI_SOURCE is not under WORKSPACE",
173 EdkLogger.error("build", PARAMETER_INVALID, "EDK_SOURCE is not under WORKSPACE",
176 EdkLogger.error("build", PARAMETER_INVALID, "ECP_SOURCE is not under WORKSPACE",
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py 181 EdkLogger.error("build", PARAMETER_INVALID, "Invalid build type [%s]" % FileType,
447 EdkLogger.error("build", PARAMETER_INVALID, "Invalid Makefile type [%s]" % self._FileType,
    [all...]
AutoGen.py 274 EdkLogger.error("build", PARAMETER_INVALID,
284 EdkLogger.error("build", PARAMETER_INVALID,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py 266 EdkLogger.error("build", PARAMETER_INVALID, "FIX_LOAD_TOP_MEMORY_ADDRESS %s is not valid dec or hex string" % (Record[2]))
485 EdkLogger.error("build", PARAMETER_INVALID, "FIX_LOAD_TOP_MEMORY_ADDRESS %s is not valid dec or hex string" % (self._LoadFixAddress))
494 EdkLogger.error("build", PARAMETER_INVALID, "FIX_LOAD_TOP_MEMORY_ADDRESS %s is not valid dec or hex string" % (GlobalData.gCommandLineDefines['FIX_LOAD_TOP_MEMORY_ADDRESS']))
497 EdkLogger.error("build", PARAMETER_INVALID, "FIX_LOAD_TOP_MEMORY_ADDRESS is set to the invalid negative value 0x%x" % (self._LoadFixAddress))
499 EdkLogger.error("build", PARAMETER_INVALID, "FIX_LOAD_TOP_MEMORY_ADDRESS is set to the invalid unaligned 4K value 0x%x" % (self._LoadFixAddress))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 89 EdkLogger.error("GenFds", PARAMETER_INVALID, "WORKSPACE is invalid",
    [all...]

Completed in 372 milliseconds