Searched refs:missing (Results 1 – 25 of 82) sorted by relevance
1234
| /u-boot/tools/binman/test/ |
| A D | 276_fit_firmware_loadables.dts | 75 @conf-missing-uboot-SEQ { 76 description = "missing uboot config"; 78 fit,firmware = "missing-1", "u-boot"; 81 @conf-missing-atf-SEQ { 82 description = "missing atf config"; 84 fit,firmware = "missing-1", "atf-1", "u-boot"; 87 @conf-missing-tee-SEQ { 88 description = "missing tee config";
|
| A D | 266_blob_ext_opt.dts | 15 missing { 17 filename = "missing.bin";
|
| 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 | 216_blob_ext_list_missing.dts | 11 filenames = "refcode.bin", "missing-file";
|
| A D | 229_mkimage_missing.dts | 14 filename = "missing.bin";
|
| A D | 278_mkimage_missing_multiple.dts | 15 filename = "missing.bin";
|
| A D | 164_x86_rom_me_missing.dts | 14 filename = "descriptor-missing.bin";
|
| /u-boot/tools/binman/etype/ |
| A D | blob_ext_list.py | 37 missing = False 45 missing = True 49 if missing: 51 self.missing = True
|
| A D | intel_ifwi.py | 115 self.missing = True 123 if self.missing: 142 if not self.missing:
|
| A D | mkimage.py | 177 self.missing = bool(missing_list) 178 if self.missing:
|
| A D | tee_os.py | 68 if not self.missing:
|
| /u-boot/arch/arm/dts/ |
| A D | zynqmp-p-a2197-00-revA.dts | 155 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 163 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 167 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 171 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 */ 220 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 224 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 228 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ 232 compatible = "ti,tps544b25"; /* Documentation/hwmon/pmbus - wiring is missing */ [all …]
|
| A D | hi3798mv200-hc2910-2aghd05-u-boot.dtsi | 5 /* The clock driver is missing */
|
| A D | k3-am65-iot2050-boot-image.dtsi | 26 missing-msg = "iot2050-seboot"; 102 missing-msg = "k3-rti-wdt-firmware"; 155 missing-msg = "iot2050-otpcmd";
|
| A D | sunxi-u-boot.dtsi | 70 missing-msg = "atf-bl31-sunxi"; 84 missing-msg = "scp-sunxi";
|
| A D | hi3798mv200-u-boot.dtsi | 19 /* The clock driver is missing */
|
| /u-boot/tools/binman/ |
| 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, 22 See the documentation for IOT2050 board. Your image is missing SEBoot 27 See the documentation for IOT2050 board. Your image is missing OTP command data
|
| A D | entry.py | 141 self.missing = False 580 missing = [] 590 missing.append(prop.name) 592 if missing: 593 self.GetImage().MissingArgs(self, missing) 827 missing = [] 849 missing.append(name) 851 if missing: 853 ', '.join(missing)) 1094 if self.missing and not self.optional: [all …]
|
| A D | bintool.py | 437 missing = [] 454 missing.append(name) 456 if missing: 458 ', '.join(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.
|
Completed in 32 milliseconds
1234