summaryrefslogtreecommitdiff
path: root/dts
Commit message (Expand)AuthorAgeLines
* dm: Add an option to enable the of-platdata featureSimon Glass2016-07-14-0/+21
* spl: Setup default value for OF_LISTMichal Simek2016-05-23-0/+1
* spl: Add a way to specify a list of device trees to includeSimon Glass2016-03-14-0/+10
* fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROLSimon Glass2016-03-14-0/+1
* dts: keep clock-names and clocks in SPL DTB if SPL_CLK is enabledMasahiro Yamada2016-02-24-0/+2
* Revert "devicetree: use wildcard to clean arch subdir"Masahiro Yamada2016-01-25-1/+1
* devicetree: use wildcard to clean arch subdirThomas Chou2016-01-22-1/+1
* MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck2016-01-16-1/+1
* dts: Add a comment about CONFIG_OF_EMBED being for local useSimon Glass2015-10-03-1/+3
* dts: do not cut down pinctrl-0 and pinctrl-names for SPL full-pinctrlMasahiro Yamada2015-09-16-0/+1
* dts: fix dependency of OF_SPL_REMOVE_PROPSMasahiro Yamada2015-08-31-1/+1
* of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada2015-08-18-3/+3
* dm: Reduce SPL device tree sizeSimon Glass2015-07-21-0/+12
* fdt: Add an option to disable device tree in SPLSimon Glass2015-04-23-3/+8
* kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada2015-02-24-1/+0
* Correct two non-functional misspellings "overrided".Robert P. J. Day2014-10-27-1/+1
* kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfigMasahiro Yamada2014-09-25-0/+7
* kconfig: move CONFIG_OF_* to KconfigMasahiro Yamada2014-09-25-0/+48
* fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTBSimon Glass2014-06-19-2/+2
* fdt: Add DEV_TREE_BIN option to specify a device tree binary fileSimon Glass2014-06-11-0/+4
* kbuild: use cmd_shipped instead of cmd_copyMasahiro Yamada2014-06-05-4/+1
* kbuild: fix bugs in cleaning targetsMasahiro Yamada2014-03-28-1/+1
* dts: generate multiple device tree blobsMasahiro Yamada2014-02-19-11/+20
* dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada2014-02-19-2/+2
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-19-52/+22
* kbuild: use scripts/Makefile.cleanMasahiro Yamada2014-02-19-6/+6
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-19-1/+1
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-3/+3
* Makefile: use two double-quotations as a pairMasahiro Yamada2013-12-13-1/+1
* dts, api, test: convert makefiles to Kbuild styleMasahiro Yamada2013-11-01-23/+1
* dts/Makefile: pass -undef -D__DTS__ to cppStephen Warren2013-08-02-1/+1
* dts/Makefile: don't use cpp -PStephen Warren2013-08-02-1/+1
* dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTSStephen Warren2013-08-02-7/+0
* dts/Makefile: unify cpp/dtc include pathsStephen Warren2013-08-02-2/+9
* dts/Makefile: simplify dtc invocationStephen Warren2013-08-02-7/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* dts/Makefile: Build the user specified dtsJagannadha Sutradharudu Teki2013-04-02-0/+2
* Tegra: fdt: Change /include/ to #include for C preprocessorTom Warren2013-03-14-1/+2
* fdt: fix dts preprocessor optionsAllen Martin2013-02-07-1/+1
* dts/Makefile: Turn off some predefined macrosHorst Kronstorfer2012-08-10-1/+2
* dts/Makefile: Check for empty $(LDSCRIPT)Horst Kronstorfer2012-08-10-2/+3
* Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk2012-07-31-1/+2
|\
| * fdt: Add board specific dts inclusionStephan Linz2012-07-10-1/+2
* | fdt: send all dtc output to stderrStephen Warren2012-07-09-1/+1
|/
* fdt: avoid bad MAKEALL statusWolfgang Denk2012-04-21-3/+7
* fdt: fix out of tree builds with DT supportWolfgang Denk2012-04-21-1/+1
* fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass2011-10-26-0/+103