Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 37) sorted by relevance

12

/u-boot/tools/
A Drmboard.py82 paths = []
95 paths.append(fields[1].strip())
99 for path in paths:
/u-boot/tools/buildman/
A Dtoolchain.py250 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 Dtools.py392 paths = []
395 paths = pathvar.split(':')
397 paths += tool_search_paths
398 for path in paths:
/u-boot/doc/device-tree-bindings/misc/
A Desm-k3.txt6 would do. The safety signals have their separate paths within the SoC,
/u-boot/tools/binman/
A Dcontrol.py700 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 DREADME.rst1645 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 Dbinman.rst1645 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 Dxilinx.rst8 kernel. Please refer dt bindings from below specified paths in Linux
/u-boot/arch/arm/include/asm/
A Dsetup.h69 char paths[8][128]; member
/u-boot/doc/board/st/
A Dst-dt.rst16 kernel. Please refer dt bindings from below specified paths in the Linux
/u-boot/board/freescale/ls1043aqds/
A DREADME34 - Optional clock feedback paths, and optional high-speed voltage translation assistance
/u-boot/board/freescale/ls1046aqds/
A DREADME34 - Optional clock feedback paths, and optional high-speed voltage translation assistance
/u-boot/doc/
A DREADME.pxe47 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 Ddiv64.S51 @ Test for easy paths first.
/u-boot/doc/develop/driver-model/
A Dnvme.rst17 submission and completion paths. It includes support for parallel operation by
/u-boot/doc/device-tree-bindings/
A Dchosen.txt86 in the order they are listed: references (i.e. implicit paths), a full
/u-boot/lib/efi_loader/
A DKconfig241 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 Dbinman.rst1645 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 Dmeson-gxbb.dtsi742 * VPU clocking is provided by two identical clock paths
A Dmeson-gxl.dtsi811 * VPU clocking is provided by two identical clock paths
A Dam43x-epos-evm.dts543 * SelLCDorHDMI selects between display and audio paths:
/u-boot/scripts/
A DKbuild.include223 # Add $(obj)/ for paths that are not absolute
/u-boot/
A D.gitlab-ci.yml90 paths:
/u-boot/doc/usage/fit/
A Dhowto.rst27 form of paths to appropriate data files. The outcome of the image creation
/u-boot/doc/develop/
A Dcheckpatch.rst884 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