HomeSort by: relevance | last modified time | path
    Searched refs:dtc (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl2/dtc/usr.bin/
Makefile 3 SUBDIR+= dtc
  /src/tools/dtc/
Makefile 8 HOSTPROGNAME= ${_TOOL_PREFIX}dtc
9 HOST_SRCDIR= external/gpl2/dtc/usr.bin/dtc
  /src/external/gpl2/dtc/usr.bin/dtc/
Makefile 7 PROG= dtc
10 .include "${DTCDIST}/Makefile.dtc"
17 SRCS+= ${DTC_SRCS} dtc-lexer.l dtc-parser.y
19 CLEANFILES+= dtc-parser.h
  /src/external/gpl2/dtc/
dtc2netbsd 33 # dtc2netbsd: convert a dtc source tree into netbsd dtc/libfdt source trees
35 # Rough instructions for importing new dtc release:
38 # $ tar xpfz /dtc/release/tar/file
41 # $ sh /usr/src/external/gpl2/dtc/dtc2netbsd $DTCSRCS $WRKDIR
45 # $ cvs import -m "Import libfdt <version>" src/sys/external/bsd/libfdt/dist DTC dtc-<version>
50 # Import dtc using
51 # $ cd $WRKDIR/dtc
52 # $ cvs import -m "Import dtc YYYY-MM-DD" src/external/gpl2/dtc/dist DTC dtc-<version
    [all...]
  /src/external/gpl2/dtc/dist/scripts/
kup-dtc 4 REMOTE_GIT=/pub/scm/utils/dtc/dtc.git
5 REMOTE_PATH=/pub/software/utils/dtc
14 PREFIX="dtc-$VERSION/"
15 TAR="dtc-$VERSION.tar"
  /src/external/gpl2/
Makefile 25 SUBDIR+= dtc
  /src/external/gpl2/dtc/dist/
dtdiff 9 DTC=dtc
31 $DTC -I $IFORMAT -O dts -qq -f -s -o - "$DT"
Makefile 117 (echo "#define DTC_VERSION \"DTC $(dtc_version)\""; )
135 include Makefile.dtc
139 BIN += dtc
247 dtc: $(DTC_OBJS)
262 git archive --format=tar --prefix=dtc-$(dtc_version)/ HEAD \
263 > ../dtc-$(dtc_version).tar
264 cat ../dtc-$(dtc_version).tar | \
265 gzip -9 > ../dtc-$(dtc_version).tar.gz
285 KUPDIR = /pub/software/utils/dtc
288 $(GPG) --detach-sign --armor -o ../dtc-$(dtc_version).tar.sign
    [all...]
  /src/external/gpl2/dtc/dist/tests/
testutils.sh 21 DTC=../dtc
run_tests.sh 147 printf "dtc $*: "
148 base_run_test wrap_test $VALGRIND $DTC "$@"
198 # Test to exercise libfdt overlay application without dtc's overlay support
240 # Tests to exercise dtc's overlay generation support
242 # Overlay tests for dtc
339 run_sh_test dtc-checkfails.sh "$@" -- -I dts -O dtb $tree
341 run_sh_test dtc-checkfails.sh "$@" -- -I dtb -O dtb $tree.test.dtb
462 run_wrap_error_test $DTC division-by-zero.dts
463 run_wrap_error_test $DTC bad-octal-literal.dts
465 run_wrap_error_test $DTC nul-in-line-info1.dt
    [all...]
  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 35 \newcommand{\dtc}{\texttt{dtc}\xspace}
48 The ``blob'' representing the device tree can be created using \dtc
206 included as part of the \dtc (see \S\ref{sec:dtc}) git tree,
315 \label{sec:dtc}
367 \caption{Example \dtc source}
386 so is tedious. The ``device tree compiler'', \dtc{}\footnote{\dtc can
394 source, \dtc can convert a device tree between a number o
    [all...]
  /src/usr.bin/sys_info/
sys_info.sh 136 dtc)
137 run "dtc --version | sed 's/Version: DTC /dtc-/'"
  /src/tools/
Makefile 233 SUBDIR+= dtc
  /src/share/mk/
bsd.own.mk 515 TOOL_DTC= ${TOOLDIR}/bin/${_TOOL_PREFIX}dtc
644 TOOL_DTC= dtc
  /src/external/gpl3/gdb/dist/sim/
configure 926 DTC
4995 # Extract the first word of "${ac_tool_prefix}dtc", so it can be a program name with args.
4996 set dummy ${ac_tool_prefix}dtc; ac_word=$2
5002 if test -n "$DTC"; then
5003 ac_cv_prog_DTC="$DTC" # Let the user override the test.
5012 ac_cv_prog_DTC="${ac_tool_prefix}dtc"
5022 DTC=$ac_cv_prog_DTC
5023 if test -n "$DTC"; then
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DTC" >&5
5025 $as_echo "$DTC" >&6;
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/
configure 926 DTC
4995 # Extract the first word of "${ac_tool_prefix}dtc", so it can be a program name with args.
4996 set dummy ${ac_tool_prefix}dtc; ac_word=$2
5002 if test -n "$DTC"; then
5003 ac_cv_prog_DTC="$DTC" # Let the user override the test.
5012 ac_cv_prog_DTC="${ac_tool_prefix}dtc"
5022 DTC=$ac_cv_prog_DTC
5023 if test -n "$DTC"; then
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DTC" >&5
5025 $as_echo "$DTC" >&6;
    [all...]

Completed in 47 milliseconds