aboutsummaryrefslogtreecommitdiffstats
path: root/dts
AgeCommit message (Expand)AuthorFilesLines
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-0/+18
2020-10-09Kconfig: Create a new tools menuSimon Glass1-9/+0
2020-01-27dts: add property removal option CONFIG_OF_REMOVE_PROPSAnatolij Gustschin2-0/+25
2020-01-15Add dependencies for MALLOC_F and OF_LIBFDTSean Anderson1-0/+3
2020-01-07dts: Add support for adding DT overlays in u-boot.imgJean-Jacques Hiblot1-0/+8
2019-10-31dts: fix MULTI_DTB_FIT compression choice promptBaruch Siach1-1/+1
2019-10-30dts: Kconfig: Fix help for SPL_OF_CONTROLWalter Lozano1-1/+1
2019-04-11dm: Also remove interrupts property from SPL DTMichal Simek1-4/+4
2019-04-09lib: fdt: Allow LZO and GZIP DT compression in U-BootMarek Vasut1-0/+57
2019-03-22Revert "Ensure device tree DTS is compiled"Masahiro Yamada1-10/+3
2019-02-28kbuild: make arch-dtbs target PHONYStephen Warren1-0/+1
2019-02-09of-platdata: improve documentationSimon Goldschmidt1-4/+2
2019-01-15kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada1-3/+0
2018-11-26dts: riscv: update makefile to also clean the RISC-V dts directoryLukas Auer1-1/+1
2018-09-27powerpc/dts: Makefile changes to clean and build dtsJagdish Gediya1-1/+1
2018-08-17dts: Fix typo in OF_LIVE Kconfig helpMichal Simek1-1/+1
2018-07-30Kconfig: Remove trailing whitespaces in promptMichal Simek1-1/+1
2018-07-10board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons1-0/+7
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-2/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-02-14spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBEDSimon Goldschmidt1-16/+0
2017-11-29spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon1-4/+31
2017-11-17pylibfdt: compile pylibfdt only when dtoc/binman is necessaryMasahiro Yamada1-0/+13
2017-10-06spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot1-0/+83
2017-10-05dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot1-1/+19
2017-09-24tools/mkimage: Make the path to the dtc binary that mkimage calls configurableTom Rini1-0/+9
2017-09-24dtc: Switch to building and using our own dtc unless providedTom Rini1-0/+4
2017-08-13spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPLPhilipp Tomsich1-0/+29
2017-07-10dts: Allow OF_LIST to depend on FIT_EMBEDCooper Jr., Franklin1-5/+6
2017-06-01dm: core: Add livetree definitionsSimon Glass1-0/+11
2017-05-09Allow boards to initialize the DT at runtime.Alex Deymo1-0/+8
2017-04-04dm: avoid dropping pin control DT properties in case of SPL_PINCTRLVikas Manocha1-2/+2
2017-03-26Ensure device tree DTS is compiledJames Balean1-3/+10
2017-03-23dm: Add callback to modify the device treemario.six@gdsys.cc1-0/+10
2016-07-14dm: Add an option to enable the of-platdata featureSimon Glass1-0/+21
2016-05-23spl: Setup default value for OF_LISTMichal Simek1-0/+1
2016-03-14spl: Add a way to specify a list of device trees to includeSimon Glass1-0/+10
2016-03-14fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROLSimon Glass1-0/+1
2016-02-24dts: keep clock-names and clocks in SPL DTB if SPL_CLK is enabledMasahiro Yamada1-0/+2
2016-01-25Revert "devicetree: use wildcard to clean arch subdir"Masahiro Yamada1-1/+1
2016-01-22devicetree: use wildcard to clean arch subdirThomas Chou1-1/+1
2016-01-16MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck1-1/+1
2015-10-03dts: Add a comment about CONFIG_OF_EMBED being for local useSimon Glass1-1/+3
2015-09-16dts: do not cut down pinctrl-0 and pinctrl-names for SPL full-pinctrlMasahiro Yamada1-0/+1
2015-08-31dts: fix dependency of OF_SPL_REMOVE_PROPSMasahiro Yamada1-1/+1
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada1-3/+3
2015-07-21dm: Reduce SPL device tree sizeSimon Glass1-0/+12
2015-04-23fdt: Add an option to disable device tree in SPLSimon Glass1-3/+8
2015-02-24kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada1-1/+0
2014-10-27Correct two non-functional misspellings "overrided".Robert P. J. Day1-1/+1
2014-09-25kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfigMasahiro Yamada1-0/+7
2014-09-25kconfig: move CONFIG_OF_* to KconfigMasahiro Yamada1-0/+48
2014-06-19fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTBSimon Glass1-2/+2
2014-06-11fdt: Add DEV_TREE_BIN option to specify a device tree binary fileSimon Glass1-0/+4
2014-06-05kbuild: use cmd_shipped instead of cmd_copyMasahiro Yamada1-4/+1
2014-03-28kbuild: fix bugs in cleaning targetsMasahiro Yamada1-1/+1
2014-02-19dts: generate multiple device tree blobsMasahiro Yamada1-11/+20
2014-02-19dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada1-2/+2
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2-52/+22
2014-02-19kbuild: use scripts/Makefile.cleanMasahiro Yamada1-6/+6
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-1/+1
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-3/+3
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada1-1/+1
2013-11-01dts, api, test: convert makefiles to Kbuild styleMasahiro Yamada1-23/+1
2013-08-02dts/Makefile: pass -undef -D__DTS__ to cppStephen Warren1-1/+1
2013-08-02dts/Makefile: don't use cpp -PStephen Warren1-1/+1
2013-08-02dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTSStephen Warren1-7/+0
2013-08-02dts/Makefile: unify cpp/dtc include pathsStephen Warren1-2/+9
2013-08-02dts/Makefile: simplify dtc invocationStephen Warren1-7/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-02dts/Makefile: Build the user specified dtsJagannadha Sutradharudu Teki1-0/+2
2013-03-14Tegra: fdt: Change /include/ to #include for C preprocessorTom Warren1-1/+2
2013-02-07fdt: fix dts preprocessor optionsAllen Martin1-1/+1
2012-08-10dts/Makefile: Turn off some predefined macrosHorst Kronstorfer1-1/+2
2012-08-10dts/Makefile: Check for empty $(LDSCRIPT)Horst Kronstorfer1-2/+3
2012-07-31Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk1-1/+2
2012-07-10fdt: Add board specific dts inclusionStephan Linz1-1/+2
2012-04-21fdt: avoid bad MAKEALL statusWolfgang Denk1-3/+7
2012-04-21fdt: fix out of tree builds with DT supportWolfgang Denk1-1/+1
2012-07-09fdt: send all dtc output to stderrStephen Warren1-1/+1
2011-10-26fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass1-0/+103