Searched refs:missing (Results 1 - 17 of 17) sorted by relevance

/u-boot/tools/binman/etype/
H A Dblob_ext_list.py21 If any of the external files needed by this llist is missing, binman can
37 missing = False
43 # Allow the file to be missing
45 missing = True
49 if missing:
51 self.missing = True
H A Dintel_ifwi.py63 # Bintool is missing; just create a zeroed ifwi.bin
75 # Bintool is missing; just use zero data
112 # Allow the file to be missing
115 self.missing = True
123 if self.missing:
142 if not self.missing:
H A Dtee_os.py68 if not self.missing:
H A Dmkimage.py191 self.missing = bool(missing_list)
192 if self.missing:
204 # Bintool is missing; just use the input data as the output
H A Dintel_descriptor.py59 if self.missing:
H A Dblob.py49 # Allow the file to be missing
53 self.missing = True
H A Dfit.py138 `of-list` should be used. If the property is missing you will get an error.
467 # Bintool is missing; just use empty data as the output
548 missing = []
549 entry.CheckMissing(missing)
550 entry.CheckOptional(missing)
551 if not missing:
670 If the file is missing, nothing is generated.
695 # If any pieces are missing, skip this. The missing entries will
793 # If mkimage is missing w
[all...]
H A Dsection.py155 external blobs to be missing their contents. The option will produce an
159 `--allow-missing` is passed to binman.
736 Where 'allow_missing' is set, this can result in the 'missing' property
921 """Set whether a section allows missing external blobs
941 """Check if any entries in this section have missing external blobs
943 If there are missing (non-optional) blobs, the entries are added to the
964 """Check the section for missing but optional external blobs
966 If there are missing (optional) blobs, the entries are added to the list
975 """Check if any entries in this section have missing bintools
977 If there are missing bintool
[all...]
/u-boot/include/
H A Dstatus_led.h67 # error Status LED configuration missing
/u-boot/tools/binman/
H A Dentry.py77 missing: True if this entry is missing its contents. Note that if it is
79 entry.CheckMissing() since it is considered OK for it to be missing.
80 allow_missing: Allow children of this entry to be missing (used by
86 missing_bintools: List of missing bintools for this entry
141 self.missing = False
313 self.missing_msg = fdt_util.GetString(self._node, 'missing-msg')
477 For missing blobs (where allow-missing is enabled), the contents are set
478 to b'' and self.missing i
[all...]
H A Dbintool.py51 # List of bintools to regard as missing
247 if len(names_to_fetch) == 1 and names_to_fetch[0] in ['all', 'missing']:
249 if names_to_fetch[0] == 'missing':
425 as missing
440 missing = []
457 missing.append(name)
459 if missing:
460 raise ValueError('Documentation is missing for modules: %s' %
461 ', '.join(missing))
/u-boot/scripts/
H A DMakefile.extrawarn33 warning-1 += $(call cc-disable-warning, missing-field-initializers)
/u-boot/tools/dtoc/
H A Dsrc_scan.py599 missing = self._missing_drivers.copy()
601 if name in missing or name in used_drivers:
607 if name in missing:
608 missing.remove(name)
/u-boot/examples/standalone/
H A Dstubs.c251 #error stubs definition missing for this architecture
/u-boot/fs/ubifs/
H A Dorphan.c149 ubifs_err(c, "missing orphan ino %lu", (unsigned long)inum);
732 unsigned long missing; member in struct:check_info
838 ubifs_err(c, "missing orphan, ino %lu",
840 ci->missing += 1;
914 ci.missing = 0;
933 if (ci.missing) {
934 ubifs_err(c, "%lu missing orphan(s)", ci.missing);
/u-boot/board/freescale/mx6memcal/
H A Dspl.c217 #error missing CONFIG_DDRWIDTH
/u-boot/tools/
H A Dqconfig.py518 f"Tool chain for '{arch}' is missing: do nothing"))
1019 missing = defconfigs - imply_configs[iconfig]
1020 missing_str = ', '.join(missing) if missing else 'all'
1543 # prefix the option name with CONFIG_ if missing

Completed in 178 milliseconds