summaryrefslogtreecommitdiff
path: root/usr.bin/dtc
Commit message (Expand)AuthorAgeFilesLines
* dtc: remove unknown option printf, since getopt will print itRebecca Cran2020-02-201-1/+4
* dtc: re-apply r353961, r354115Kyle Evans2020-02-142-2/+3
* Pull in latest fixes from dtc, up to 0060471Kyle Evans2020-02-144-9/+42
* dtc: Allow multiple dts-v1 tagEmmanuel Vadot2019-10-261-2/+2
* exit requires stdlib.h to be included to use.Warner Losh2019-10-231-0/+1
* Fix build issue with clang 8.0.1Leandro Lupori2019-05-101-0/+1
* Rework CXXSTD setting via r345708Enji Cooper2019-04-221-0/+2
* dtc(1): Pull in fix for segfault-upon-error conditionKyle Evans2019-04-211-1/+4
* Standardize `-std=c++* as `CXXSTD`Enji Cooper2019-03-291-1/+1
* Revert r345706: the third time will be the charmEnji Cooper2019-03-291-1/+1
* Standardize `-std=c++* as `CXXSTD`Enji Cooper2019-03-291-1/+1
* Revert r345704Enji Cooper2019-03-291-1/+1
* CXXSTD is the C++ analogue to CSTD.Enji Cooper2019-03-291-1/+1
* dtc(1): Update to 1a79f5f26631Kyle Evans2019-03-288-47/+299
* dtc(1): Update to 0892ec7; HACKING and implicit header fixesKyle Evans2018-08-233-2/+6
* minor grammar nit, to what? between them..John-Mark Gurney2018-08-211-1/+1
* dtc(1): Update to 97d2d5715eeb45108cc60367fdf6bd5b2046b050Kyle Evans2018-08-172-94/+104
* dtc(1): Update to upstream 006664aKyle Evans2018-04-134-19/+107
* dtc(1): Revert WARNS change from r328173Kyle Evans2018-01-311-0/+2
* dtc(1): Update to upstream ea3c233Kyle Evans2018-01-197-80/+439
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* dtc: Update to upstream 9ce35ff8Emmanuel Vadot2017-06-232-3/+8
* dtc: Update to upstream 917526Emmanuel Vadot2017-06-201-1/+1
* dtc: update to upstream 227d6a3Ed Maste2017-04-178-63/+287
* dtc: remove unused (since r306806) string.hhEd Maste2017-04-171-164/+0
* Fix build of BSD dtc when NDEBUG is defined (MK_ASSERT_DEBUG=no):Dimitry Andric2017-02-131-1/+3
* fdt: Expect strchr() to return a const char*Raphael Kubo da Costa2016-11-261-1/+1
* Improvements to BSD-licensed DTC.Ed Maste2016-10-0712-735/+1373
* Improvements to BSD-licensed DTC.David Chisnall2015-12-298-136/+792
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+21
* Update some obsolete information in the HACKING document.David Chisnall2015-10-261-13/+11
* Ensure that dtc is built in C++11 mode.David Chisnall2015-10-261-0/+2
* Lots of improvements to the BSD-licensed dtcDavid Chisnall2015-10-259-352/+509
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* dtc: ignore lines starting with #.Rui Paulo2014-06-101-4/+5
* dtc: don't crash if the argument is a directory.Rui Paulo2014-06-101-0/+9
* The, currently undocumented, -i option takes an argument.Rui Paulo2014-06-101-1/+1
* 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
* Remove EOL whitespace.Joel Dahl2013-08-221-2/+2
* Add support for parameterised device tree sources to the device tree compiler.David Chisnall2013-08-194-18/+145
* Make carets line up in dtc diagnostics if the line starts with a tab.David Chisnall2013-08-141-1/+2
* Report error for out-of-range numerical inputs. Requested by brooks.David Chisnall2013-07-101-0/+8
* Fix bug in destructor for checker manager in DTC that caused segfaults onDavid Chisnall2013-06-181-0/+1
* Add a checker to dtc, based on a feature request from rwatson / brooks.David Chisnall2013-06-172-0/+58
* dtc: fix bootstrapping from 8.2-STABLEUlrich Spörlein2013-02-191-0/+4