summaryrefslogtreecommitdiffstats
path: root/dts
Commit message (Expand)AuthorAgeFilesLines
* dm: Reduce SPL device tree sizeSimon Glass2015-07-211-0/+12
* fdt: Add an option to disable device tree in SPLSimon Glass2015-04-231-3/+8
* kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada2015-02-241-1/+0
* Correct two non-functional misspellings "overrided".Robert P. J. Day2014-10-271-1/+1
* kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfigMasahiro Yamada2014-09-251-0/+7
* kconfig: move CONFIG_OF_* to KconfigMasahiro Yamada2014-09-251-0/+48
* 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-192-52/+22
* 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
OpenPOWER on IntegriCloud