Searched refs:files (Results 1 - 25 of 51) sorted by relevance

123

/u-boot/
H A D.get_maintainer.conf1 --find-maintainer-files --git --maintainer-path=.
H A Dconfig.mk37 # Some architecture config.mk files need to know what CPUDIR is set to,
38 # so calculate CPUDIR before including ARCH/SOC/CPU config.mk files.
/u-boot/scripts/
H A DMakefile.clean41 # build a list of files to remove, usually relative to the current
44 __clean-files := $(extra-y) $(extra-m) $(extra-) \
45 $(always) $(targets) $(clean-files) \
50 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
52 # clean-files is given relative to the current directory, unless it
56 __clean-files := $(wildcard \
57 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \
58 $(filter $(objtree)/%, $(__clean-files)))
[all...]
H A Dcleanpatch3 # Clean a patch file -- or directory of patch files -- of stealth whitespace.
80 @files = ();
87 print STDERR "Usage: $name [-width #] files...\n";
91 push(@files, $a);
95 foreach $f ( @files ) {
/u-boot/arch/microblaze/dts/
H A DMakefile15 clean-files := *.dtb
/u-boot/arch/nios2/dts/
H A DMakefile15 clean-files := *.dtb
/u-boot/arch/sh/dts/
H A DMakefile14 clean-files := *.dtb *_HS
/u-boot/arch/xtensa/dts/
H A DMakefile15 clean-files := *.dtb
/u-boot/dts/upstream/src/arm/
H A DMakefile14 clean-files := */*.dtb */*.dtbo
/u-boot/dts/upstream/src/arm64/
H A DMakefile18 clean-files := */*.dtb */*.dtbo
/u-boot/scripts/dtc/pylibfdt/
H A Dsetup.py99 List of files to build
109 files = makevars['LIBFDT_SRCS'].split()
110 files = [os.path.join(basedir, 'libfdt', fname) for fname in files]
111 files.append('libfdt.i')
114 return swig_opts, version, files, cflags, objdir
118 files = os.environ.get('SOURCES', '').split() variable
130 if not all((swig_opts, version, files, cflags, objdir)):
131 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles()
135 sources=files,
[all...]
H A DMakefile11 # files into the same directory as the .i file. We cannot touch the source
44 clean-files += libfdt.i _libfdt.so libfdt.py libfdt_wrap.c
/u-boot/test/py/tests/test_fs/test_squashfs/
H A Dtest_sqfs_load.py47 def sqfs_load_files(u_boot_console, files, sizes, address):
48 """ Loads files and asserts their checksums.
52 files: list of files to be loaded.
54 address: the address where the files should be loaded.
57 for (file, size) in zip(files, sizes):
70 """ Calls sqfs_load_files passing the files at the SquashFS image's root.
76 files = ['f4096', 'f5096', 'f1000']
79 sqfs_load_files(u_boot_console, files, sizes, address)
82 """ Calls sqfs_load_files passing the files a
[all...]
/u-boot/test/py/tests/test_fs/
H A Dtest_erofs.py70 Test if all the present files and directories were listed.
113 def erofs_load_files(u_boot_console, files, sizes, address):
115 Loads files and asserts their checksums.
118 for (file, size) in zip(files, sizes):
141 files = ['f4096', 'f7812']
144 erofs_load_files(u_boot_console, files, sizes, address)
150 files = ['subdir/subdir-file']
153 erofs_load_files(u_boot_console, files, sizes, address)
159 files = ['symfile']
162 erofs_load_files(u_boot_console, files, size
[all...]
/u-boot/tools/binman/etype/
H A Dfiles.py5 # Entry-type module for a set of files which are placed in individual
20 """A set of files arranged in a section
23 - pattern: Filename pattern to match the files to include
24 - files-compress: Compression algorithm to use:
27 - files-align: Align each file to the given alignment
29 This entry reads a number of files and places each in a separate sub-entry
45 self._files_compress = fdt_util.GetString(self._node, 'files-compress',
47 self._files_align = fdt_util.GetInt(self._node, 'files-align');
52 files = tools.get_input_filename_glob(self._pattern)
53 if self._require_matches and not files
[all...]
/u-boot/arch/arc/dts/
H A DMakefile21 clean-files := *.dtb
/u-boot/arch/sandbox/dts/
H A DMakefile21 clean-files := *.dtb *.dtbo
/u-boot/tools/dtoc/
H A Dmain.py10 This tool converts a device tree binary file (.dtb) into two C files. The
16 Dtoc produces several output files - see OUTPUT_FILES in dtb_platdata.py
56 test_name = args.files and args.files[0] or None
77 epilog = 'Generate C code from devicetree files. See of-plat.rst for details'
83 help='Select output directory for C files')
86 help='Select output directory for H files (defaults to --c-output-di)')
107 parser.add_argument('files', nargs='*')
119 dtb_platdata.run_steps(args.files, args.dtb_file, args.include_disabled,
H A Ddtoc10 This tool converts a device tree binary file (.dtb) into two C files. The
16 Dtoc produces several output files - see OUTPUT_FILES in dtb_platdata.py
56 test_name = args.files and args.files[0] or None
77 epilog = 'Generate C code from devicetree files. See of-plat.rst for details'
83 help='Select output directory for C files')
86 help='Select output directory for H files (defaults to --c-output-di)')
107 parser.add_argument('files', nargs='*')
119 dtb_platdata.run_steps(args.files, args.dtb_file, args.include_disabled,
/u-boot/cmd/
H A Dcbfs.c98 int files = 0; local
190 files++;
193 printf("\n%d file(s)\n\n", files);
199 "list files",
200 " - list the files in the cbfs\n"
/u-boot/include/
H A Dhost_arch.h4 # Constants defining the host architecture in assembler, C, and make files.
/u-boot/test/image/
H A Dtest-imagetools.sh30 # Remove all the files we created
45 # Check that two files are the same
55 # Create some test files
89 # Write files into an multi-file image
92 local files="${SRCDIR}/${DATAFILE0}:${SRCDIR}/${DATAFILE1}"
93 files+=":${SRCDIR}/${DATAFILE2}"
97 -d ${files} ${IMAGE_MULTI}
101 # Extract files from an multi-file image
112 # Write files into a FIT image
165 # Extract files fro
[all...]
/u-boot/include/cramfs/
H A Dcramfs_fs.h30 /* SIZE for device files is i_rdev */
35 /* OFFSET: For symlinks and non-empty regular files, this
48 u32 files; member in struct:cramfs_info
/u-boot/arch/m68k/dts/
H A DMakefile31 clean-files := *.dtb
/u-boot/arch/x86/dts/
H A DMakefile35 clean-files := *.dtb

Completed in 98 milliseconds

123