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

  /src/external/gpl2/dtc/dist/
dtdiff 9 DTC=dtc
31 $DTC -I $IFORMAT -O dts -qq -f -s -o - "$DT"
  /src/external/gpl2/dtc/dist/tests/
dtc-fatal.sh 5 verbose_run $VALGRIND "$DTC" -o/dev/null "$@"
9 FAIL "dtc killed by signal (ret=$ret)"
11 FAIL "dtc returned incorrect status $ret instead of 1"
dtc-fails.sh 13 verbose_run $VALGRIND "$DTC" -o "$OUTPUT" "$@"
testutils.sh 21 DTC=../dtc
dtc-checkfails.sh 27 verbose_run_log "$LOG" $VALGRIND "$DTC" -o /dev/null "$@"
fdtdump-runtest.sh 19 verbose_run_log_check "$LOG" $VALGRIND $DTC -O dtb $dts -o $dtb
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/gpl3/gdb.old/dist/sim/moxie/
local.mk 54 if test "x$(DTC)" != x; then \
55 $(DTC) -O dtb -o $@.tmp ${srcdir}/%D%/moxie-gdb.dts || exit 1; \
60 echo "tree compiler tool (dtc) is missing. Install the tool to "; \
  /src/external/gpl3/gdb/dist/sim/moxie/
local.mk 54 if test "x$(DTC)" != x; then \
55 $(DTC) -O dtb -o $@.tmp ${srcdir}/%D%/moxie-gdb.dts || exit 1; \
60 echo "tree compiler tool (dtc) is missing. Install the tool to "; \
  /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...]
  /src/external/gpl3/gdb/dist/sim/
configure 921 DTC
4981 # Extract the first word of "${ac_tool_prefix}dtc", so it can be a program name with args.
4982 set dummy ${ac_tool_prefix}dtc; ac_word=$2
4988 if test -n "$DTC"; then
4989 ac_cv_prog_DTC="$DTC" # Let the user override the test.
4998 ac_cv_prog_DTC="${ac_tool_prefix}dtc"
5008 DTC=$ac_cv_prog_DTC
5009 if test -n "$DTC"; then
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DTC" >&5
5011 $as_echo "$DTC" >&6;
    [all...]

Completed in 30 milliseconds