]> git.baikalelectronics.ru Git - uboot.git/commit
scripts/dtc: Re-sync with Linux 4.17-rc4
authorEugeniu Rosca <roscaeugeniu@gmail.com>
Sat, 19 May 2018 12:13:54 +0000 (14:13 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 May 2018 12:53:11 +0000 (08:53 -0400)
commit0b3b320e2480d7a54996fe75a59157713411ea7b
tree514acf4058e08c7794fe53bd208dfed268d80162
parentf4c84b7d3688cdc93d48e18f739af76f12193188
scripts/dtc: Re-sync with Linux 4.17-rc4

To achieve a DTC state (more or less) equivalent to Linux 4.17-rc4,
backport the DTC-specific part from below Linux commits:

b23d1a241f4eb4 ("kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically")
9a8dfb394c0467 ("kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile")
59889300274569 (".gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore")
e039139be8c251 ("scripts/dtc: generate lexer and parser during build instead of shipping")
b24413180f5600 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license")

With this commit, the diff between Linux and U-boot common DTC files is:
$ git diff --stat --diff-filter=M v4.17-rc4 <this-commit> -- scripts/dtc
  scripts/dtc/.gitignore | 2 +-
  scripts/dtc/Makefile   | 3 +++

The delta is coming from U-boot commits:
* v2017.11 f559c7ee73b1 ("scripts: dtc: Add .gitignore")
* v2018.01 14d3c8925d51 ("pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile")

Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/dtc/.gitignore
scripts/dtc/Makefile
scripts/dtc/dtc-lexer.lex.c_shipped [deleted file]
scripts/dtc/dtc-parser.tab.c_shipped [deleted file]
scripts/dtc/dtc-parser.tab.h_shipped [deleted file]
scripts/dtc/update-dtc-source.sh