Searched refs:version (Results 1 – 23 of 23) sorted by relevance
| /scripts/dtc/pylibfdt/ |
| A D | setup.py | 106 version = '%s.%s.%s' % (makevars['VERSION'], makevars['PATCHLEVEL'], 114 return swig_opts, version, files, cflags, objdir 122 version = sic(os.environ.get('VERSION')) 124 version = os.environ.get('VERSION') 130 if not all((swig_opts, version, files, cflags, objdir)): 131 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable 148 version=version,
|
| A D | libfdt.i_shipped | 245 def version(self): 246 """Return the version of the device tree 254 """Return the last compatible version of the device tree 257 Last compatible version number of the device tree
|
| /scripts/kconfig/lxdialog/ |
| A D | BIG.FAT.WARNING | 1 This is NOT the official version of dialog. This version has been
|
| /scripts/ |
| A D | Kconfig.include | 33 # gcc version including patch level 34 gcc-version := $(shell,$(srctree)/scripts/gcc-version.sh -p $(CC) | sed 's/^0*//')
|
| A D | Kbuild.include | 53 # version.h: FORCE 147 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc) 149 # cc-version 150 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC)) 154 cc-ifversion = $(shell [ $(cc-version) $(1) $(2) ] && echo $(3) || echo $(4)) 157 binutils-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/binutils-version.sh $(AS)) 158 dtc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/dtc-version.sh $(DTC)) 174 # ld-version 176 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh) 180 ld-ifversion = $(shell [ $(ld-version) $(1) $(2) ] && echo $(3) || echo $(4)) [all …]
|
| A D | coccicheck | 18 SPATCH_VERSION=$($SPATCH --version | head -1 | awk '{print $3}') 19 SPATCH_VERSION_NUM=$(echo $SPATCH_VERSION | ${DIR}/scripts/ld-version.sh) 181 REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)
|
| A D | show-gnu-make | 17 if $m --version 2>/dev/null | grep -q GNU; then
|
| A D | binutils-version.sh | 17 version_string=$($gas --version | head -1 | \
|
| A D | clang-version.sh | 15 if ! ( $compiler --version | grep -q clang) ; then
|
| A D | Lindent | 3 RES=`indent --version`
|
| A D | kernel-doc | 539 my $version = 'unknown kernel version'; 542 $version = $ENV{'KERNELVERSION'}; 544 return $version;
|
| A D | get_maintainer.pl | 65 my $version = 0; 279 'v|version' => \$version, 290 if ($version != 0) {
|
| A D | spelling.txt | 1762 veriosn||version 1763 versoin||version 1765 verison||version 1767 verson||version
|
| A D | Makefile.xpl | 201 $(shell $(LD) --version | \
|
| /scripts/dtc/ |
| A D | flattree.c | 33 int version; member 340 fdt->version = cpu_to_fdt32(vi->version); in make_fdt_header() 372 if (version_table[i].version == version) in dt_to_blob() 376 die("Unknown device tree blob version %d\n", version); in dt_to_blob() 470 if (version_table[i].version == version) in dt_to_asm() 474 die("Unknown device tree blob version %d\n", version); in dt_to_asm() 495 asm_emit_cell(f, vi->version); in dt_to_asm() 882 version = fdt32_to_cpu(fdt->version); in dt_from_blob() 894 if (version >= 3) { in dt_from_blob() 903 if (version >= 17) { in dt_from_blob() [all …]
|
| A D | update-dtc-source.sh | 71 scripts/dtc: Update to upstream version ${dtc_version}
|
| A D | dtc.h | 280 void dt_to_blob(FILE *f, struct dt_info *dti, int version); 281 void dt_to_asm(FILE *f, struct dt_info *dti, int version);
|
| A D | README | 83 The shared library uses libfdt/version.lds to list the exported functions, so
|
| /scripts/dtc/libfdt/ |
| A D | fdt.c | 62 size_t fdt_header_size_(uint32_t version) in fdt_header_size_() argument 64 if (version <= 1) in fdt_header_size_() 66 else if (version <= 2) in fdt_header_size_() 68 else if (version <= 3) in fdt_header_size_() 70 else if (version <= 16) in fdt_header_size_()
|
| A D | Makefile.libfdt | 9 LIBFDT_VERSION = version.lds
|
| A D | fdt.h | 18 fdt32_t version; /* format version */ member
|
| A D | libfdt.h | 210 #define fdt_version(fdt) (fdt_get_header(fdt, version)) 227 fdt_set_hdr_(version); 243 size_t fdt_header_size_(uint32_t version);
|
| /scripts/kconfig/ |
| A D | gconf-cfg.sh | 22 if ! pkg-config --atleast-version=2.0.0 gtk+-2.0; then
|
Completed in 44 milliseconds