aboutsummaryrefslogtreecommitdiffstats
path: root/dts
Commit message (Expand)AuthorAgeFilesLines
* dts: riscv: update makefile to also clean the RISC-V dts directoryLukas Auer2018-11-251-1/+1
* powerpc/dts: Makefile changes to clean and build dtsJagdish Gediya2018-09-271-1/+1
* dts: Fix typo in OF_LIVE Kconfig helpMichal Simek2018-08-171-1/+1
* Kconfig: Remove trailing whitespaces in promptMichal Simek2018-07-301-1/+1
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-101-0/+7
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-06-181-2/+0
* 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
* pylibfdt: compile pylibfdt only when dtoc/binman is necessaryMasahiro Yamada2017-11-171-0/+13
* spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot2017-10-061-0/+83
* dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot2017-10-051-1/+19
* tools/mkimage: Make the path to the dtc binary that mkimage calls configurableTom Rini2017-09-241-0/+9
* dtc: Switch to building and using our own dtc unless providedTom Rini2017-09-241-0/+4
* spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPLPhilipp Tomsich2017-08-131-0/+29
* dts: Allow OF_LIST to depend on FIT_EMBEDCooper Jr., Franklin2017-07-101-5/+6
* dm: core: Add livetree definitionsSimon Glass2017-06-011-0/+11
* Allow boards to initialize the DT at runtime.Alex Deymo2017-05-091-0/+8
* dm: avoid dropping pin control DT properties in case of SPL_PINCTRLVikas Manocha2017-04-041-2/+2
* Ensure device tree DTS is compiledJames Balean2017-03-261-3/+10
* dm: Add callback to modify the device treemario.six@gdsys.cc2017-03-231-0/+10
* dm: Add an option to enable the of-platdata featureSimon Glass2016-07-141-0/+21
* spl: Setup default value for OF_LISTMichal Simek2016-05-231-0/+1
* spl: Add a way to specify a list of device trees to includeSimon Glass2016-03-141-0/+10
* fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROLSimon Glass2016-03-141-0/+1
* dts: keep clock-names and clocks in SPL DTB if SPL_CLK is enabledMasahiro Yamada2016-02-241-0/+2
* 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
* dts: Add a comment about CONFIG_OF_EMBED being for local useSimon Glass2015-10-031-1/+3
* dts: do not cut down pinctrl-0 and pinctrl-names for SPL full-pinctrlMasahiro Yamada2015-09-161-0/+1
* dts: fix dependency of OF_SPL_REMOVE_PROPSMasahiro Yamada2015-08-311-1/+1
* of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada2015-08-181-3/+3
* 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