Home
last modified time | relevance | path

Searched refs:allow_missing (Results 1 – 8 of 8) sorted by relevance

/u-boot/tools/binman/etype/
A Dfit.py292 def SetAllowMissing(self, allow_missing): argument
294 section.SetAllowMissing(allow_missing)
A Dsection.py635 def SetAllowMissing(self, allow_missing): argument
641 self.allow_missing = allow_missing
643 entry.SetAllowMissing(allow_missing)
/u-boot/tools/binman/
A Dcontrol.py477 allow_resize=True, allow_missing=False): argument
498 image.SetAllowMissing(allow_missing)
625 allow_missing=args.allow_missing)
A Dentry.py102 self.allow_missing = False
849 def SetAllowMissing(self, allow_missing): argument
875 return self.allow_missing
A Dftest.py308 verbosity=None, allow_missing=False, extra_indirs=None): argument
350 if allow_missing:
3547 self._DoTestFile('158_blob_ext_missing.dts', allow_missing=True)
3555 allow_missing=True)
3563 self._DoTestFile('164_x86_rom_me_missing.dts', allow_missing=True)
3574 self._DoTestFile('111_x86_rom_ifwi.dts', allow_missing=True)
3704 allow_missing=True)
3849 allow_missing=True)
3861 self._DoTestFile('173_missing_blob.dts', allow_missing=True)
A DREADME.entries773 allow_missing: True if this section permits external blobs to be
/u-boot/tools/patman/
A Dtools.py125 def GetInputFilename(fname, allow_missing=False): argument
143 if allow_missing:
/u-boot/tools/
A Dimage-host.c777 int allow_missing; in fit_config_get_hash_list() local
799 &allow_missing); in fit_config_get_hash_list()
819 if (allow_missing) in fit_config_get_hash_list()

Completed in 19 milliseconds