summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-10-27Correct two non-functional misspellings "overrided".Robert P. J. Day2-2/+2
2014-09-25kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfigMasahiro Yamada76-81/+46
2014-09-25kconfig: move CONFIG_OF_* to KconfigMasahiro Yamada46-61/+78
2014-06-19fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTBSimon Glass3-5/+5
2014-06-11fdt: Add DEV_TREE_BIN option to specify a device tree binary fileSimon Glass3-3/+19
2014-06-05kbuild: use cmd_shipped instead of cmd_copyMasahiro Yamada1-4/+1
2014-03-28kbuild: fix bugs in cleaning targetsMasahiro Yamada3-3/+4
2014-02-19dts: generate multiple device tree blobsMasahiro Yamada7-11/+83
2014-02-19dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada32-3/+2
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada10-72/+41
2014-02-19kbuild: use scripts/Makefile.cleanMasahiro Yamada6-88/+111
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada77-325/+526
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada64-744/+612
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada4-7/+7
2013-11-01dts, api, test: convert makefiles to Kbuild styleMasahiro Yamada4-65/+5
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 Warren2-7/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-04-02dts/Makefile: Build the user specified dtsJagannadha Sutradharudu Teki2-0/+10
2013-03-14Tegra: fdt: Change /include/ to #include for C preprocessorTom Warren16-16/+17
2013-02-08fdt: 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 Denk17-111/+595
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 Glass6-2/+291