| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r345203,r345205,r345353,r345645,r345708,r345709,r345735,r345770,r346081,r... | Enji Cooper | 2019-05-23 | 1 | -1/+3 |
| * | Revert r348136 | Enji Cooper | 2019-05-23 | 1 | -3/+1 |
| * | MFC r345203,r345205,r345353,r345645,r345708,r345709,r345735,r345770,r346574,r... | Enji Cooper | 2019-05-23 | 1 | -1/+3 |
| * | MFC r346469: dtc(1): Pull in fix for segfault-upon-error condition | Kyle Evans | 2019-04-27 | 1 | -1/+4 |
| * | dtc(1): Update to 1a79f5f26631 | Kyle Evans | 2019-04-04 | 8 | -47/+299 |
| * | dtc(1): Update to 0892ec7; HACKING and implicit header fixes | Kyle Evans | 2018-08-23 | 3 | -2/+6 |
| * | minor grammar nit, to what? between them.. | John-Mark Gurney | 2018-08-21 | 1 | -1/+1 |
| * | dtc(1): Update to 97d2d5715eeb45108cc60367fdf6bd5b2046b050 | Kyle Evans | 2018-08-17 | 2 | -94/+104 |
| * | dtc(1): Update to upstream 006664a | Kyle Evans | 2018-04-13 | 4 | -19/+107 |
| * | dtc(1): Revert WARNS change from r328173 | Kyle Evans | 2018-01-31 | 1 | -0/+2 |
| * | dtc(1): Update to upstream ea3c233 | Kyle Evans | 2018-01-19 | 7 | -80/+439 |
| * | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 11 | -0/+22 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| * | dtc: Update to upstream 9ce35ff8 | Emmanuel Vadot | 2017-06-23 | 2 | -3/+8 |
| * | dtc: Update to upstream 917526 | Emmanuel Vadot | 2017-06-20 | 1 | -1/+1 |
| * | dtc: update to upstream 227d6a3 | Ed Maste | 2017-04-17 | 8 | -63/+287 |
| * | dtc: remove unused (since r306806) string.hh | Ed Maste | 2017-04-17 | 1 | -164/+0 |
| * | Fix build of BSD dtc when NDEBUG is defined (MK_ASSERT_DEBUG=no): | Dimitry Andric | 2017-02-13 | 1 | -1/+3 |
| * | fdt: Expect strchr() to return a const char* | Raphael Kubo da Costa | 2016-11-26 | 1 | -1/+1 |
| * | Improvements to BSD-licensed DTC. | Ed Maste | 2016-10-07 | 12 | -735/+1373 |
| * | Improvements to BSD-licensed DTC. | David Chisnall | 2015-12-29 | 8 | -136/+792 |
| * | META MODE: Update dependencies with 'the-lot' and add missing directories. | Bryan Drewery | 2015-12-01 | 1 | -0/+21 |
| * | Update some obsolete information in the HACKING document. | David Chisnall | 2015-10-26 | 1 | -11/+9 |
| * | Ensure that dtc is built in C++11 mode. | David Chisnall | 2015-10-26 | 1 | -0/+2 |
| * | Lots of improvements to the BSD-licensed dtc | David Chisnall | 2015-10-25 | 9 | -352/+509 |
| * | Fix a ton of speelling errors | Eitan Adler | 2015-10-21 | 1 | -1/+1 |
| * | dtc: ignore lines starting with #. | Rui Paulo | 2014-06-10 | 1 | -4/+5 |
| * | dtc: don't crash if the argument is a directory. | Rui Paulo | 2014-06-10 | 1 | -0/+9 |
| * | The, currently undocumented, -i option takes an argument. | Rui Paulo | 2014-06-10 | 1 | -1/+1 |
| * | Fix cut-and-paste error message. | Warner Losh | 2014-03-15 | 1 | -1/+1 |
| * | Fix parsing multiple roots with whitespace between them. | David Chisnall | 2014-02-23 | 1 | -0/+1 |
| * | Some more cleanups and bug fixes in dtc for property printing / parsing. | David Chisnall | 2013-12-12 | 1 | -2/+7 |
| * | Fix the version string in dts emission. | David Chisnall | 2013-12-12 | 1 | -1/+1 |
| * | When writing DTS to a file, don't write some of it to stderr. | David Chisnall | 2013-11-05 | 1 | -1/+1 |
| * | Remove EOL whitespace. | Joel Dahl | 2013-08-22 | 1 | -2/+2 |
| * | Add support for parameterised device tree sources to the device tree compiler. | David Chisnall | 2013-08-19 | 4 | -18/+145 |
| * | Make carets line up in dtc diagnostics if the line starts with a tab. | David Chisnall | 2013-08-14 | 1 | -1/+2 |
| * | Report error for out-of-range numerical inputs. Requested by brooks. | David Chisnall | 2013-07-10 | 1 | -0/+8 |
| * | Fix bug in destructor for checker manager in DTC that caused segfaults on | David Chisnall | 2013-06-18 | 1 | -0/+1 |
| * | Add a checker to dtc, based on a feature request from rwatson / brooks. | David Chisnall | 2013-06-17 | 2 | -0/+58 |
| * | dtc: fix bootstrapping from 8.2-STABLE | Ulrich Spörlein | 2013-02-19 | 1 | -0/+4 |
| * | Fix style nit in dtc man page: sentences should start on new lines. | David Chisnall | 2013-01-25 | 1 | -58/+86 |
| * | Explicitly include headers that are implicitly included by libstdc++. Fixes | David Chisnall | 2013-01-23 | 6 | -4/+24 |
| * | Remove EOL whitespace. | Joel Dahl | 2013-01-22 | 1 | -11/+11 |
| * | Minor mdoc fixes. | Joel Dahl | 2013-01-22 | 1 | -4/+2 |
| * | Fix the missing sentence that ended in the middle in the man page for dtc (also | David Chisnall | 2013-01-22 | 1 | -1/+4 |
| * | Fix logic error in explicitly specified dtb versions spotted by gavin. | David Chisnall | 2013-01-22 | 1 | -1/+1 |
| * | Import new (BSDL) device tree compiler. Now built by default, so that it can't | David Chisnall | 2013-01-22 | 15 | -0/+5061 |