summaryrefslogtreecommitdiff
path: root/dts/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Revert "Ensure device tree DTS is compiled"Masahiro Yamada2019-03-221-10/+3
* kbuild: make arch-dtbs target PHONYStephen Warren2019-02-281-0/+1
* kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada2019-01-151-3/+0
* dts: riscv: update makefile to also clean the RISC-V dts directoryLukas Auer2018-11-261-1/+1
* powerpc/dts: Makefile changes to clean and build dtsJagdish Gediya2018-09-271-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBEDSimon Goldschmidt2018-02-141-16/+0
* spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon2017-11-291-4/+31
* Ensure device tree DTS is compiledJames Balean2017-03-261-3/+10
* Revert "devicetree: use wildcard to clean arch subdir"Masahiro Yamada2016-01-251-1/+1
* devicetree: use wildcard to clean arch subdirThomas Chou2016-01-221-1/+1
* MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck2016-01-161-1/+1
* fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTBSimon Glass2014-06-191-2/+2
* fdt: Add DEV_TREE_BIN option to specify a device tree binary fileSimon Glass2014-06-111-0/+4
* kbuild: use cmd_shipped instead of cmd_copyMasahiro Yamada2014-06-051-4/+1
* kbuild: fix bugs in cleaning targetsMasahiro Yamada2014-03-281-1/+1
* dts: generate multiple device tree blobsMasahiro Yamada2014-02-191-11/+20
* dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada2014-02-191-2/+2
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-191-52/+20
* kbuild: use scripts/Makefile.cleanMasahiro Yamada2014-02-191-6/+6
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-1/+1
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-3/+3
* Makefile: use two double-quotations as a pairMasahiro Yamada2013-12-131-1/+1
* dts, api, test: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-23/+1
* dts/Makefile: pass -undef -D__DTS__ to cppStephen Warren2013-08-021-1/+1
* dts/Makefile: don't use cpp -PStephen Warren2013-08-021-1/+1
* dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTSStephen Warren2013-08-021-7/+0
* dts/Makefile: unify cpp/dtc include pathsStephen Warren2013-08-021-2/+9
* dts/Makefile: simplify dtc invocationStephen Warren2013-08-021-7/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* dts/Makefile: Build the user specified dtsJagannadha Sutradharudu Teki2013-04-021-0/+2
* Tegra: fdt: Change /include/ to #include for C preprocessorTom Warren2013-03-141-1/+2
* fdt: fix dts preprocessor optionsAllen Martin2013-02-071-1/+1
* dts/Makefile: Turn off some predefined macrosHorst Kronstorfer2012-08-101-1/+2
* dts/Makefile: Check for empty $(LDSCRIPT)Horst Kronstorfer2012-08-101-2/+3
* Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk2012-07-311-1/+2
|\
| * fdt: Add board specific dts inclusionStephan Linz2012-07-101-1/+2
* | fdt: send all dtc output to stderrStephen Warren2012-07-091-1/+1
|/
* fdt: avoid bad MAKEALL statusWolfgang Denk2012-04-211-3/+7
* fdt: fix out of tree builds with DT supportWolfgang Denk2012-04-211-1/+1
* fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass2011-10-261-0/+103