Searched refs:paths (Results 1 – 25 of 37) sorted by relevance
12
| /u-boot/tools/ |
| A D | rmboard.py | 82 paths = [] 95 paths.append(fields[1].strip()) 99 for path in paths:
|
| /u-boot/tools/buildman/ |
| A D | toolchain.py | 250 self.paths = [] 272 paths = [] 275 paths += glob.glob(value) 277 paths.append(value) 278 return paths 287 self.paths += self.GetPathList(show_warning) 376 for path in self.paths: 539 paths = self.GetPathList(False) 540 return path in paths
|
| /u-boot/tools/u_boot_pylib/ |
| A D | tools.py | 392 paths = [] 395 paths = pathvar.split(':') 397 paths += tool_search_paths 398 for path in paths:
|
| /u-boot/doc/device-tree-bindings/misc/ |
| A D | esm-k3.txt | 6 would do. The safety signals have their separate paths within the SoC,
|
| /u-boot/tools/binman/ |
| A D | control.py | 700 ListEntries(args.image, args.paths) 703 ExtractEntries(args.image, args.filename, args.outdir, args.paths, 707 ReplaceEntries(args.image, args.filename, args.indir, args.paths, 712 SignEntries(args.image, args.file, args.key, args.algo, args.paths)
|
| A D | README.rst | 1645 binman ls [-h] -i IMAGE [paths ...] 1649 paths 1668 [paths ...] 1704 [paths ...] 1708 paths 1777 binman sign [-h] -a ALGO [-f FILE] -i IMAGE -k KEY [paths ...] 1781 paths 1913 but the --toolpath option can be used to specify additional search paths to 1923 a space-separated list of paths to search, e.g.::
|
| A D | binman.rst | 1645 binman ls [-h] -i IMAGE [paths ...] 1649 paths 1668 [paths ...] 1704 [paths ...] 1708 paths 1777 binman sign [-h] -a ALGO [-f FILE] -i IMAGE -k KEY [paths ...] 1781 paths 1913 but the --toolpath option can be used to specify additional search paths to 1923 a space-separated list of paths to search, e.g.::
|
| /u-boot/doc/board/xilinx/ |
| A D | xilinx.rst | 8 kernel. Please refer dt bindings from below specified paths in Linux
|
| /u-boot/arch/arm/include/asm/ |
| A D | setup.h | 69 char paths[8][128]; member
|
| /u-boot/doc/board/st/ |
| A D | st-dt.rst | 16 kernel. Please refer dt bindings from below specified paths in the Linux
|
| /u-boot/board/freescale/ls1043aqds/ |
| A D | README | 34 - Optional clock feedback paths, and optional high-speed voltage translation assistance
|
| /u-boot/board/freescale/ls1046aqds/ |
| A D | README | 34 - Optional clock feedback paths, and optional high-speed voltage translation assistance
|
| /u-boot/doc/ |
| A D | README.pxe | 47 successfully downloads one or runs out of paths to try. The order and 48 contents of paths it tries mirrors exactly that of PXELINUX - you can 73 directory that all other paths to files retrieved by 'pxe boot' will use. 74 If no bootfile is specified, paths used in pxe files will be used as is.
|
| /u-boot/arch/arm/lib/ |
| A D | div64.S | 51 @ Test for easy paths first.
|
| /u-boot/doc/develop/driver-model/ |
| A D | nvme.rst | 17 submission and completion paths. It includes support for parallel operation by
|
| /u-boot/doc/device-tree-bindings/ |
| A D | chosen.txt | 86 in the order they are listed: references (i.e. implicit paths), a full
|
| /u-boot/lib/efi_loader/ |
| A D | Kconfig | 241 The device path to text protocol converts device nodes and paths to 249 paths and device nodes. It is required to run the EFI Shell.
|
| /u-boot/doc/develop/package/ |
| A D | binman.rst | 1645 binman ls [-h] -i IMAGE [paths ...] 1649 paths 1668 [paths ...] 1704 [paths ...] 1708 paths 1777 binman sign [-h] -a ALGO [-f FILE] -i IMAGE -k KEY [paths ...] 1781 paths 1913 but the --toolpath option can be used to specify additional search paths to 1923 a space-separated list of paths to search, e.g.::
|
| /u-boot/arch/arm/dts/ |
| A D | meson-gxbb.dtsi | 742 * VPU clocking is provided by two identical clock paths
|
| A D | meson-gxl.dtsi | 811 * VPU clocking is provided by two identical clock paths
|
| A D | am43x-epos-evm.dts | 543 * SelLCDorHDMI selects between display and audio paths:
|
| /u-boot/scripts/ |
| A D | Kbuild.include | 223 # Add $(obj)/ for paths that are not absolute
|
| /u-boot/ |
| A D | .gitlab-ci.yml | 90 paths:
|
| /u-boot/doc/usage/fit/ |
| A D | howto.rst | 27 form of paths to appropriate data files. The outcome of the image creation
|
| /u-boot/doc/develop/ |
| A D | checkpatch.rst | 884 This can prevent any unexpected code paths:: 904 loop to avoid unpredictable code paths. The do-while loop helps to
|
Completed in 780 milliseconds
12