Searched refs:Raise (Results 1 - 25 of 31) sorted by relevance

12

/u-boot/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py46 self.Raise('Cannot locate _dt_ucode_base_size symbol in u-boot')
57 self.Raise('Cannot find microcode region u-boot-ucode')
71 self.Raise('Microcode pointer _dt_ucode_base_size at %08x is outside the section ranging from %08x to %08x' %
87 self.Raise('Cannot find microcode region u-boot-dtb-with-ucode')
H A Du_boot_spl_bss_pad.py42 self.Raise('Expected __bss_size symbol in spl/u-boot-spl')
H A Du_boot_vpl_bss_pad.py42 self.Raise('Expected __bss_size symbol in vpl/u-boot-vpl')
H A Du_boot_tpl_bss_pad.py42 self.Raise('Expected __bss_size symbol in tpl/u-boot-tpl')
H A Dimage_header.py66 self.Raise("'image_header' section must have an 'fdtmap' sibling")
87 self.Raise("Invalid location '%s', expected 'start' or 'end'" %
91 self.Raise("Invalid sibling order '%s' for image-header: Must be at '%s' to match location" %
H A Dintel_fit_ptr.py21 self.Raise("'intel-fit-ptr' section must have an 'intel-fit' sibling")
H A Dtee_os.py88 self.Raise("OP-TEE paged mode not supported")
93 self.Raise("Invalid OP-TEE file: size mismatch (expected %#x, have %#x)" %
H A Dfiles.py44 self.Raise("Missing 'pattern' property")
54 self.Raise("Pattern '%s' matched no files" % self._pattern)
H A Du_boot_env.py26 self.Raise("'u-boot-env' entry must have a size property")
37 self.Raise("'u-boot-env' entry too small to hold data (need %#x more bytes)" % -pad)
H A Defi_empty_capsule.py66 self.Raise('capsule-type should be either \'accept\' or \'revert\'')
69 self.Raise('Image GUID needed for generating accept capsule')
H A Dcollection.py32 self.Raise("Collection must have a 'content' property")
H A Dtext.py75 self.Raise("No value provided for text label '%s'" %
H A Dpre_load.py97 self.Raise(hash_name + " is not supported")
99 self.Raise(sign_name + " is not supported")
106 self.Raise("The key " + self.key_name + " don't have the expected size")
123 self.Raise(padding_name + " is not supported")
H A Dgbb.py75 self.Raise('GBB must have a fixed size')
79 self.Raise('GBB is too small (minimum 0x2180 bytes)')
H A Dblob_dtb.py38 self.Raise("Invalid prepend in '%s': '%s'" %
52 self.Raise('The zstd compression requires a length header')
H A Dfit.py466 self.Raise("Missing tool: 'mkimage'")
474 """Raise an error with a paticular FIT subnode
484 self.Raise(f"subnode '{rel_path}': {msg}")
513 self.Raise("Generated 'default' node requires default-dt entry argument")
515 self.Raise(
617 self.Raise('Generator node requires '
620 self.Raise("Generator node requires 'fit,fdt-list' property")
829 self.Raise(f'{path}: missing data properties')
866 self.Raise("Missing tool: 'mkimage'")
H A Dcbfs.py195 self.Raise("Invalid compression in '%s': '%s'" %
212 entry.Raise("Unknown cbfs-type '%s' (use 'raw', 'stage')" %
219 self.Raise("Invalid architecture '%s'" % self._cbfs_arg)
221 self.Raise("'cbfs' entry must have a size property")
H A Dencrypted.py120 self.Raise("Provide either 'key-filename' or 'key-source'")
H A D_testing.py42 require-bintool-for-contents: Raise an error if the specified
44 require-bintool-for-pack: Raise an error if the specified
107 self.Raise("Required bintool unusable in Pack()")
122 self.Raise("Required bintool unusable in ObtainContents()")
H A Dintel_descriptor.py66 self.Raise('Cannot find Intel Flash Descriptor (FD) signature')
H A Dfdtmap.py132 self.Raise("Internal error: Cannot locate node for path '%s'" %
H A Du_boot_dtb_with_ucode.py69 raise self.Raise("No /microcode node found in '%s'" % etype)
H A Dsection.py194 self.Raise("Section size must be provided when using end-at-4gb")
196 self.Raise("Provide either 'end-at-4gb' or 'skip-at-start'")
252 self.Raise('Internal error: Could not complete processing of Fdt: remaining %s' %
356 entry.Raise("Offset %#x (%d) ending at %#x (%d) must overlap with existing entries" %
487 entry.Raise('Offset %#x (%d) size %#x (%d) is outside the '
495 entry.Raise("Offset %#x (%d) overlaps with previous entry '%s' ending at %#x (%d)" %
559 source_entry.Raise("Cannot find node for phandle %d" % phandle)
562 source_entry.Raise("Cannot find entry for node '%s'" % node.name)
780 self.Raise('Timed out obtaining contents')
787 self.Raise('Interna
[all...]
H A Defi_capsule.py118 self.Raise('Both private key and public key certificate need to be provided')
/u-boot/tools/binman/
H A Dentry.py220 Raise:
281 self.Raise("Please use 'offset' instead of 'pos'")
283 self.Raise("Please use 'extend-size' instead of 'expand-size'")
308 self.Raise("Alignment size %s must be a power of two" %
383 self.Raise(err)
460 self.Raise('Cannot update entry size from %d to %d' %
523 self.Raise('No offset set with offset-unset: should another '
545 self.Raise("Entry contents size is %#x (%d) but entry size is "
551 self.Raise("Size %#x (%d) does not match align-size %#x (%d)" %
554 self.Raise("Offse
561 def Raise(self, msg): member in class:Entry
[all...]

Completed in 564 milliseconds

12