aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dtc/fdt.cc
Commit message (Expand)AuthorAgeFilesLines
* dtc: re-apply r353961, r354115Kyle Evans2020-02-141-2/+2
* Pull in latest fixes from dtc, up to 0060471Kyle Evans2020-02-141-6/+14
* dtc: Allow multiple dts-v1 tagEmmanuel Vadot2019-10-261-2/+2
* dtc(1): Pull in fix for segfault-upon-error conditionKyle Evans2019-04-211-1/+4
* dtc(1): Update to 1a79f5f26631Kyle Evans2019-03-281-36/+166
* dtc(1): Update to 97d2d5715eeb45108cc60367fdf6bd5b2046b050Kyle Evans2018-08-171-92/+97
* dtc(1): Update to upstream 006664aKyle Evans2018-04-131-11/+56
* dtc(1): Update to upstream ea3c233Kyle Evans2018-01-191-52/+249
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* dtc: Update to upstream 9ce35ff8Emmanuel Vadot2017-06-231-1/+1
* dtc: update to upstream 227d6a3Ed Maste2017-04-171-22/+176
* fdt: Expect strchr() to return a const char*Raphael Kubo da Costa2016-11-261-1/+1
* Improvements to BSD-licensed DTC.Ed Maste2016-10-071-250/+301
* Improvements to BSD-licensed DTC.David Chisnall2015-12-291-115/+143
* Lots of improvements to the BSD-licensed dtcDavid Chisnall2015-10-251-245/+367
* dtc: don't crash if the argument is a directory.Rui Paulo2014-06-101-0/+9
* Fix cut-and-paste error message.Warner Losh2014-03-151-1/+1
* Fix parsing multiple roots with whitespace between them.David Chisnall2014-02-231-0/+1
* Some more cleanups and bug fixes in dtc for property printing / parsing.David Chisnall2013-12-121-2/+7
* Fix the version string in dts emission.David Chisnall2013-12-121-1/+1
* When writing DTS to a file, don't write some of it to stderr.David Chisnall2013-11-051-1/+1
* Add support for parameterised device tree sources to the device tree compiler.David Chisnall2013-08-191-13/+95
* Report error for out-of-range numerical inputs. Requested by brooks.David Chisnall2013-07-101-0/+8
* Explicitly include headers that are implicitly included by libstdc++. FixesDavid Chisnall2013-01-231-1/+5
* Import new (BSDL) device tree compiler. Now built by default, so that it can'tDavid Chisnall2013-01-221-0/+1357