Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/u-boot/
A D.gitignore2 # NOTE! Don't add files that are generated in specific
38 # Top-level generic files
49 # git files that we don't want to ignore even it they are dot-files
55 # Generated files
62 # Generated include files
71 # quilt's files
75 # gdb files
78 # cscope files
81 # tags files
86 # gnu global files
A D.gitattributes1 # Declare files that always have LF line endings on checkout
3 # Denote all files that are truly binary and should not be modified
/u-boot/scripts/
A DMakefile.clean44 __clean-files := $(extra-y) $(extra-m) $(extra-) \
45 $(always) $(targets) $(clean-files) \
50 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
56 __clean-files := $(wildcard \
57 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \
58 $(filter $(objtree)/%, $(__clean-files)))
69 cmd_clean = rm -f $(__clean-files)
75 ifneq ($(strip $(__clean-files)),)
A D.gitignore2 # Generated files
/u-boot/test/py/tests/test_fs/test_squashfs/
A Dsqfs_common.py24 def __init__(self, name, files, sizes, block_size = 4096): argument
26 self.files = files
36 for (f, s) in zip(self.files, self.sizes):
40 os.symlink(self.files[0], src + "sym")
53 for f in self.files:
63 files = ["blks_only", "blks_frag", "frag_only"] variable
65 gzip = Compression("gzip", files, sizes)
66 zstd = Compression("zstd", files, sizes)
67 lzo = Compression("lzo", files, sizes)
/u-boot/scripts/dtc/pylibfdt/
A Dsetup.py87 files = makevars['LIBFDT_SRCS'].split()
88 files = [os.path.join(basedir, 'libfdt', fname) for fname in files]
89 files.append('pylibfdt/libfdt.i')
92 return swig_opts, version, files, cflags, objdir
96 files = os.environ.get('SOURCES', '').split() variable
105 if not all((swig_opts, version, files, cflags, objdir)):
106 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable
110 sources = files,
/u-boot/tools/binman/test/
A D190_files_align.dts6 files {
7 pattern = "files/*.dat";
8 files-compress = "none";
9 files-align = <4>;
A D084_files.dts6 files {
7 pattern = "files/*.dat";
8 files-compress = "none";
A D085_files_compress.dts6 files {
7 pattern = "files/*.dat";
8 files-compress = "lz4";
A D086_files_none.dts6 files {
7 pattern = "files/*.none";
/u-boot/fs/jffs2/
A DLICENCE1 The files in this directory and elsewhere which refer to this LICENCE
20 As a special exception, if other files instantiate templates or use
21 macros or inline functions from these files, or you compile these
22 files and link them with other works to produce a work based on these
23 files, these files do not by themselves cause the resulting work to be
25 these files must still be made available in accordance with section (3)
/u-boot/lib/lzma/
A DREADME.txt10 * copies the files LzmaDec.h, Types.h, LzmaDec.c, history.txt,
17 Notice: The files from lzma sdk are _not modified_ by this script!
19 The files LzmaTools.{c,h} are provided to export the lzmaBuffToBuffDecompress()
24 The directory U-BOOT/include/lzma contains stubs files that permit to use the
26 files.
A Dlzma.txt63 C/ - C files
80 Archive - files related to archiving
83 CPP/ -- CPP files
85 Common - common files for C++ projects
88 7zip - files related to 7-Zip Project
90 Common - common files for 7-Zip
94 Archive - files related to archiving
106 UI - User Interface files
109 Common - Common UI files
114 CS/ - C# files
[all …]
/u-boot/doc/
A Dfeature-removal-schedule.txt1 The following is a list of files and features that are going to be
23 Why: Over time, a couple of files have sneaked in into the U-Boot
27 Such files shall be removed from the U-Boot source tree.
28 See http://www.denx.de/wiki/pub/U-Boot/TaskGplCleanup/u-boot-1.1.2-files
29 for an old and probably incomplete list of such files.
A DREADME.SPL9 has been created. With this framework almost all source files for a board
16 The object files for SPL are built separately and placed in the "spl" directory.
21 Source files can therefore be compiled for SPL with different settings.
98 to gcc will produce '.su' files (such as arch/arm/cpu/armv7/syslib.su) that
104 2) Perform the following shell command to generate a list of C files used in
111 the config files and picks functions based on #ifdef. Parsing the '.i'
112 files instead introduces another set of headaches. These warnings are
/u-boot/doc/device-tree-bindings/
A DREADME7 adding the files here, U-Boot patches can clearly show thees additions.
11 The intent IS to commit these files to U-Boot. Hopefully at some point
12 the files will be stored in another repo (shared with Linux) which is
/u-boot/tools/binman/etype/
A Dfiles.py47 files = tools.GetInputFilenameGlob(self._pattern)
48 if self._require_matches and not files:
50 for fname in files:
/u-boot/scripts/kconfig/tests/
A Dpytest.ini4 # Pytest requires that test files have unique names, because pytest imports
6 # the directory name that contains it. Use __init__.py for all test files.
/u-boot/doc/build/
A Dgcc.rst55 For some boards you have to build prerequisite files before you can build
63 Directory configs/ contains the template configuration files for the maintained
68 These files have been stripped of default settings. So you cannot use them
118 * O=<dir> - generate all output files in directory <dir>, including .config
132 * clean - remove most generated files but keep the configuration
133 * mrproper - remove all generated files + config + various backup files
/u-boot/cmd/
A Dcbfs.c98 int files = 0; in do_cbfs_ls() local
190 files++; in do_cbfs_ls()
193 printf("\n%d file(s)\n\n", files); in do_cbfs_ls()
/u-boot/test/image/
A Dtest-imagetools.sh92 local files="${SRCDIR}/${DATAFILE0}:${SRCDIR}/${DATAFILE1}"
93 files+=":${SRCDIR}/${DATAFILE2}"
97 -d ${files} ${IMAGE_MULTI}
/u-boot/Licenses/
A DExceptions10 The header files "include/image.h" and "arch/*/include/asm/u-boot.h"
12 files in another file is considered normal use of U-Boot, and does
/u-boot/scripts/kconfig/lxdialog/
A D.gitignore2 # Generated files
/u-boot/lib/efi_loader/
A Defi_capsule.c800 *files = tmp_files; in efi_capsule_scan_dir()
962 u16 **files; in efi_launch_capsules() local
988 files = NULL; in efi_launch_capsules()
989 ret = efi_capsule_scan_dir(&files, &nfiles); in efi_launch_capsules()
997 log_debug("capsule from %ls ...\n", files[i]); in efi_launch_capsules()
1000 ret = efi_capsule_read_file(files[i], &capsule); in efi_launch_capsules()
1005 files[i]); in efi_launch_capsules()
1015 ret = efi_capsule_delete_file(files[i]); in efi_launch_capsules()
1018 files[i]); in efi_launch_capsules()
1023 free(files[i]); in efi_launch_capsules()
[all …]
/u-boot/scripts/kconfig/
A D.gitignore2 # Generated files

Completed in 15 milliseconds

12345678910>>...19