summaryrefslogtreecommitdiff
path: root/dts
AgeCommit message (Expand)Author
2016-03-14spl: Add a way to specify a list of device trees to includeSimon Glass
2016-03-14fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROLSimon Glass
2016-02-24dts: keep clock-names and clocks in SPL DTB if SPL_CLK is enabledMasahiro Yamada
2016-01-25Revert "devicetree: use wildcard to clean arch subdir"Masahiro Yamada
2016-01-22devicetree: use wildcard to clean arch subdirThomas Chou
2016-01-16MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck
2015-10-03dts: Add a comment about CONFIG_OF_EMBED being for local useSimon Glass
2015-09-16dts: do not cut down pinctrl-0 and pinctrl-names for SPL full-pinctrlMasahiro Yamada
2015-08-31dts: fix dependency of OF_SPL_REMOVE_PROPSMasahiro Yamada
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada
2015-07-21dm: Reduce SPL device tree sizeSimon Glass
2015-04-23fdt: Add an option to disable device tree in SPLSimon Glass
2015-02-24kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada
2014-10-27Correct two non-functional misspellings "overrided".Robert P. J. Day
2014-09-25kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfigMasahiro Yamada
2014-09-25kconfig: move CONFIG_OF_* to KconfigMasahiro Yamada
2014-06-19fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTBSimon Glass
2014-06-11fdt: Add DEV_TREE_BIN option to specify a device tree binary fileSimon Glass
2014-06-05kbuild: use cmd_shipped instead of cmd_copyMasahiro Yamada
2014-03-28kbuild: fix bugs in cleaning targetsMasahiro Yamada
2014-02-19dts: generate multiple device tree blobsMasahiro Yamada
2014-02-19dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada
2014-02-19kbuild: use scripts/Makefile.cleanMasahiro Yamada
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada
2013-11-01dts, api, test: convert makefiles to Kbuild styleMasahiro Yamada
2013-08-02dts/Makefile: pass -undef -D__DTS__ to cppStephen Warren
2013-08-02dts/Makefile: don't use cpp -PStephen Warren
2013-08-02dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTSStephen Warren
2013-08-02dts/Makefile: unify cpp/dtc include pathsStephen Warren
2013-08-02dts/Makefile: simplify dtc invocationStephen Warren
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-02dts/Makefile: Build the user specified dtsJagannadha Sutradharudu Teki
2013-03-14Tegra: fdt: Change /include/ to #include for C preprocessorTom Warren
2013-02-07fdt: fix dts preprocessor optionsAllen Martin
2012-08-10dts/Makefile: Turn off some predefined macrosHorst Kronstorfer
2012-08-10dts/Makefile: Check for empty $(LDSCRIPT)Horst Kronstorfer
2012-07-31Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk
2012-07-10fdt: Add board specific dts inclusionStephan Linz
2012-04-21fdt: avoid bad MAKEALL statusWolfgang Denk
2012-04-21fdt: fix out of tree builds with DT supportWolfgang Denk
2012-07-09fdt: send all dtc output to stderrStephen Warren
2011-10-26fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass