summaryrefslogtreecommitdiffstats
path: root/usr.bin/dtc/dtc.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add support for parameterised device tree sources to the device tree compiler.theraven2013-08-191-1/+8
| | | | | Reviewed by: brooks Sponsored by: DARPA, AFRL
* Explicitly include headers that are implicitly included by libstdc++. Fixestheraven2013-01-231-2/+6
| | | | building dtc with libc++.
* Fix logic error in explicitly specified dtb versions spotted by gavin.theraven2013-01-221-1/+1
|
* Import new (BSDL) device tree compiler. Now built by default, so that it can'ttheraven2013-01-221-0/+333
be used on the host system (and not installed on the device, if required). The GPL'd one is still available if there are any devices that need it (make universe passes with it, including kernels that use fdt, but there may be some out-of-tree ones). WITH_GPL_DTC can be used to select the old one, for now. Probably won't be MFC'd, but we'll remove the GPL'd version in head after the new one has had a lot more testing and ship it in 10.0.
OpenPOWER on IntegriCloud