History log of /freebsd-10.3-release/usr.bin/dtc/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

293290 07-Jan-2016 bdrewery

MFC r289677:

Fix a ton of speelling errors


266313 17-May-2014 ian

MFC 263199, 263207

Fix error mesasge in dtc.

Add tmpfs, mbr, and bsdlabel options back to wandboard kernel config.


266202 15-May-2014 ian

MFC r262394: Fix parsing multiple roots with whitespace between them.


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


254659 22-Aug-2013 joel

Remove EOL whitespace.


254522 19-Aug-2013 theraven

Add support for parameterised device tree sources to the device tree compiler.

Reviewed by: brooks
Sponsored by: DARPA, AFRL


254327 14-Aug-2013 theraven

Make carets line up in dtc diagnostics if the line starts with a tab.


253149 10-Jul-2013 theraven

Report error for out-of-range numerical inputs. Requested by brooks.


251934 18-Jun-2013 theraven

Fix bug in destructor for checker manager in DTC that caused segfaults on
exit.


251856 17-Jun-2013 theraven

Add a checker to dtc, based on a feature request from rwatson / brooks.
This checks that every node that has children specifies their register sizes.
This is not enabled by default, as the default sizes are sometimes required
(including by some DTS in the tree), but can help when writing new device
trees so that you can check that you actually meant the defaults.


247006 19-Feb-2013 uqs

dtc: fix bootstrapping from 8.2-STABLE

MFC after: 1 week
Approved by: theraven


245901 25-Jan-2013 theraven

Fix style nit in dtc man page: sentences should start on new lines.

Reported By: joel


245839 23-Jan-2013 theraven

Explicitly include headers that are implicitly included by libstdc++. Fixes
building dtc with libc++.


245816 22-Jan-2013 joel

Remove EOL whitespace.


245815 22-Jan-2013 joel

Minor mdoc fixes.


245809 22-Jan-2013 theraven

Fix the missing sentence that ended in the middle in the man page for dtc (also
spotted by gavin).


245807 22-Jan-2013 theraven

Fix logic error in explicitly specified dtb versions spotted by gavin.


245803 22-Jan-2013 theraven

Import new (BSDL) device tree compiler. Now built by default, so that it can't
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.