Home
last modified time | relevance | path

Searched refs:indir (Results 1 – 6 of 6) sorted by relevance

/u-boot/tools/patman/
A Dtools.py36 indir = [] variable
120 global indir
122 indir = dirname
123 tout.Debug("Using input directories %s" % indir)
136 if not indir or fname[:1] == '/':
138 for dirname in indir:
146 (fname, ','.join(indir), os.getcwd()))
157 if not indir:
160 for dirname in indir:
/u-boot/tools/dtoc/
A Dtest_src_scan.py83 pathname = os.path.join(indir, fname)
90 indir = tempfile.mkdtemp(prefix='dtoc.')
99 scan = src_scan.Scanner(indir, True, None)
107 shutil.rmtree(indir)
/u-boot/drivers/gpio/
A Dsifive-gpio.c121 u32 outdir, indir, val; in sifive_gpio_get_function() local
129 indir = readl(plat->base + GPIO_INPUT_EN) & BIT(offset); in sifive_gpio_get_function()
134 else if (indir) in sifive_gpio_get_function()
/u-boot/tools/binman/
A Dcontrol.py338 def ReplaceEntries(image_fname, input_fname, indir, entry_paths, argument
387 fname = os.path.join(indir, path)
587 ReplaceEntries(args.image, args.filename, args.indir, args.paths,
605 if not args.indir:
606 args.indir = ['.']
607 args.indir.append(board_pathname)
615 tools.SetInputDirs(args.indir)
A DREADME626 $ binman replace -i image.bin -I indir
632 $ binman replace -i image.bin "*u-boot*" -I indir
A Dftest.py356 for indir in extra_indirs:
357 args += ['-I', indir]

Completed in 23 milliseconds