aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dtc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix style nit in dtc man page: sentences should start on new lines.David Chisnall2013-01-251-58/+86
* Explicitly include headers that are implicitly included by libstdc++. FixesDavid Chisnall2013-01-236-4/+24
* Remove EOL whitespace.Joel Dahl2013-01-221-11/+11
* Minor mdoc fixes.Joel Dahl2013-01-221-4/+2
* Fix the missing sentence that ended in the middle in the man page for dtc (alsoDavid Chisnall2013-01-221-1/+4
* Fix logic error in explicitly specified dtb versions spotted by gavin.David Chisnall2013-01-221-1/+1
* Import new (BSDL) device tree compiler. Now built by default, so that it can'tDavid Chisnall2013-01-2215-0/+5061