Home
last modified time | relevance | path

Searched refs:dtc (Results 1 – 9 of 9) sorted by relevance

/scripts/dtc/
A DMakefile4 hostprogs-y := dtc
7 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \
9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
19 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
A Dupdate-dtc-source.sh31 DTC_UPSTREAM_PATH=`pwd`/../dtc
32 DTC_LINUX_PATH=`pwd`/scripts/dtc
42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
71 scripts/dtc: Update to upstream version ${dtc_version}
A DMakefile.dtc9 dtc.c \
17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
A D.gitignore1 /dtc
A DREADME1 The source tree contains the Device Tree Compiler (dtc) toolchain for
57 pip install git+git://git.kernel.org/pub/scm/utils/dtc/dtc.git@main
102 The following list is for discussion about dtc and libfdt implementation
/scripts/
A Ddtc-version.sh10 dtc="$*"
18 if ! which $dtc > /dev/null 2>&1 ; then
19 echo "Error: Cannot find dtc: $dtc"
23 MAJOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 1 | tr -d v)
24 MINOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 2)
25 PATCH=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 3 | cut -d - -f 1)
A DMakefile12 subdir- += basic kconfig dtc
A DKbuild.include158 dtc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/dtc-version.sh $(DTC))
A DMakefile.xpl351 pythonpath = PYTHONPATH=scripts/dtc/pylibfdt

Completed in 11 milliseconds