Searched refs:missing (Results 1 – 25 of 55) sorted by relevance
123
/u-boot/tools/binman/test/ |
A D | 159_blob_ext_missing_sect.dts | 14 filename = "missing-file"; 20 filename = "missing-file2";
|
A D | 168_fit_missing_blob.dts | 33 filename = "missing"; 37 missing-msg = "wibble";
|
A D | 173_missing_blob.dts | 11 filename = "missing";
|
A D | 158_blob_ext_missing.dts | 13 filename = "missing-file";
|
A D | 164_x86_rom_me_missing.dts | 14 filename = "descriptor-missing.bin";
|
/u-boot/arch/arm/dts/ |
A D | zynqmp-p-a2197-00-revA.dts | 139 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 147 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 151 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 155 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 196 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 200 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 204 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 208 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 212 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 216 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ [all …]
|
A D | sunxi-u-boot.dtsi | 62 missing-msg = "atf-bl31-sunxi"; 76 missing-msg = "scp-sunxi";
|
/u-boot/tools/binman/etype/ |
A D | intel_ifwi.py | 105 self.missing = True 113 if self.missing: 132 if not self.missing:
|
A D | blob.py | 44 self.missing = True
|
A D | intel_descriptor.py | 59 if self.missing:
|
/u-boot/tools/binman/ |
A D | entry.py | 100 self.missing = False 424 missing = [] 434 missing.append(prop.name) 436 if missing: 437 self.GetImage().MissingArgs(self, missing) 638 missing = [] 655 missing.append(name) 657 if missing: 659 ', '.join(missing)) 866 if self.missing:
|
A D | missing-blob-help | 1 # This file contains help messages for missing external blobs. Each message has 6 # When looking for a tag, Binman uses the value of 'missing-msg' for the entry,
|
A D | control.py | 622 missing = False 624 missing |= ProcessImage(image, args.update_fdt, args.map, 631 if missing:
|
/u-boot/doc/device-tree-bindings/net/ |
A D | aquantia-phy.txt | 16 Firmware default is used if the property is missing. 18 is missing.
|
/u-boot/doc/device-tree-bindings/clock/ |
A D | rockchip,rk3288-cru.txt | 18 If missing pll rates are not changable, due to the missing pll lock status.
|
A D | rockchip,rk3188-cru.txt | 19 If missing pll rates are not changable, due to the missing pll lock status.
|
/u-boot/include/ |
A D | status_led.h | 67 # error Status LED configuration missing
|
/u-boot/doc/ |
A D | README.commands.itest | 10 avoids missing terminators when using an indirect pointer.
|
A D | feature-removal-schedule.txt | 24 source code that are either missing a valid GPL license
|
/u-boot/scripts/ |
A D | Makefile.extrawarn | 28 warning-1 += $(call cc-disable-warning, missing-field-initializers)
|
/u-boot/doc/device-tree-bindings/regulator/ |
A D | fixed.txt | 17 is missing, the default assumed is Active low.
|
/u-boot/fs/ubifs/ |
A D | orphan.c | 732 unsigned long missing; member 840 ci->missing += 1; in dbg_orphan_check() 914 ci.missing = 0; in dbg_check_orphans() 933 if (ci.missing) { in dbg_check_orphans() 934 ubifs_err(c, "%lu missing orphan(s)", ci.missing); in dbg_check_orphans()
|
/u-boot/board/eets/pdu001/ |
A D | README | 32 from the SD card cage. If this fails (missing or unbootable SD card) it will
|
/u-boot/doc/arch/ |
A D | mips.rst | 38 * Secondary cache support missing
|
/u-boot/examples/standalone/ |
A D | stubs.c | 264 #error stubs definition missing for this architecture
|
Completed in 26 milliseconds
123