|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
b3e76948 |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
4d846d26 |
| 10-May-2023 |
Warner Losh <[email protected]> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
|
Revision tags: release/13.2.0, release/12.4.0 |
|
| #
1c44d2bf |
| 09-Jun-2022 |
John Baldwin <[email protected]> |
usr.bin/dtc: Include <limits> for std::numeric_limits<>.
This is needed when building natively as a cross-tool on hosts such as Linux using more recent versions of libstdc++.
Co-authored-by: Alexan
usr.bin/dtc: Include <limits> for std::numeric_limits<>.
This is needed when building natively as a cross-tool on hosts such as Linux using more recent versions of libstdc++.
Co-authored-by: Alexander Richardson <[email protected]> Obtained from: CheriBSD
show more ...
|
|
Revision tags: release/13.1.0 |
|
| #
89f5bc46 |
| 28-Feb-2022 |
Jessica Clarke <[email protected]> |
dtc: Sync with upstream version e9a77451cdd8
1c231509cf88 ("Validate integers fit in cells") is the only change missing from our copy.
Reviewed by: manu, imp Differential Revision: https://reviews.
dtc: Sync with upstream version e9a77451cdd8
1c231509cf88 ("Validate integers fit in cells") is the only change missing from our copy.
Reviewed by: manu, imp Differential Revision: https://reviews.freebsd.org/D34368
show more ...
|
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
d37eb02e |
| 28-Mar-2019 |
Kyle Evans <[email protected]> |
dtc(1): Update to 1a79f5f26631
Highlights: - Bugfix for order in which /delete-node/ and /delete-property/ are processed [0] - /omit-if-no-ref/ support has been added (used only by U-Boot at this
dtc(1): Update to 1a79f5f26631
Highlights: - Bugfix for order in which /delete-node/ and /delete-property/ are processed [0] - /omit-if-no-ref/ support has been added (used only by U-Boot at this point, in theory) - GPL dtc compat version bumped to 1.4.7 - Various small fixes and compatibility improvements
Reported by: strejda [0] MFC after: 1 week
show more ...
|
|
Revision tags: release/12.0.0, release/11.2.0 |
|
| #
ca84c67c |
| 19-Jan-2018 |
Kyle Evans <[email protected]> |
dtc(1): Update to upstream ea3c233
Highlights of this update: - /__local_fixups__ is now generated to be GPL dtc and libfdt compliant - Compiling with -@ will now cause dtc to assign phandles to all
dtc(1): Update to upstream ea3c233
Highlights of this update: - /__local_fixups__ is now generated to be GPL dtc and libfdt compliant - Compiling with -@ will now cause dtc to assign phandles to all labelled nodes - /include/ and /incbin/ now handle absolute paths correctly - The manpage now has information about overlays, including how to apply them and how to generate them - Syntactic sugar for overlays is now supported, allowing an overlay DTS like:
= /dts-v1/; /plugin/;
&foo { foo,status = "okay"; }; =
to generate a fragment targetting <&foo>.
show more ...
|
| #
1de7b4b8 |
| 27-Nov-2017 |
Pedro F. Giffuni <[email protected]> |
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
No functional change intended.
show more ...
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
8b4debd2 |
| 20-Jun-2017 |
Emmanuel Vadot <[email protected]> |
dtc: Update to upstream 917526
- Add missing "typename" in divmod's "using" of binary_operator_base::result.
|
| #
21d5d37b |
| 17-Apr-2017 |
Ed Maste <[email protected]> |
dtc: update to upstream 227d6a3
- Report missing includes at the correct location. - Add initial support for the -@ option emitting a symbol table. - Add support for running tests with and without -
dtc: update to upstream 227d6a3
- Report missing includes at the correct location. - Add initial support for the -@ option emitting a symbol table. - Add support for running tests with and without -@ - Add support for generating __fixups__ and __local_fixups__ - Attach the to-string transform to the node path.
show more ...
|
| #
23cba92b |
| 13-Feb-2017 |
Dimitry Andric <[email protected]> |
Fix build of BSD dtc when NDEBUG is defined (MK_ASSERT_DEBUG=no): * Initialize correct parent in binary_operator's constructor. * Include <errno.h> explicitly, otherwise errno is undefined (without
Fix build of BSD dtc when NDEBUG is defined (MK_ASSERT_DEBUG=no): * Initialize correct parent in binary_operator's constructor. * Include <errno.h> explicitly, otherwise errno is undefined (without NDEBUG, this is accidentally 'fixed' by including <iostream>).
Reported by: matteo MFC after: 3 days
show more ...
|
| #
bbe31b70 |
| 07-Oct-2016 |
Ed Maste <[email protected]> |
Improvements to BSD-licensed DTC.
- Numerous crash and bug fixes - Improved warning and error messages - Permit multiple labels on nodes and properties - Fix node@address references - Add support fo
Improvements to BSD-licensed DTC.
- Numerous crash and bug fixes - Improved warning and error messages - Permit multiple labels on nodes and properties - Fix node@address references - Add support for /delete-node/ - Consume whitespace after a node - Read the next token before the second /memreserve/ - Fix parsing of whitespace - Clean up /delete-node/ and add support for /delete-property/ - Handle /delete-node/ specifying a unit address
Obtained from: https://github.com/davidchisnall/dtc @df5ede4
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
c64a3eaf |
| 29-Dec-2015 |
David Chisnall <[email protected]> |
Improvements to BSD-licensed DTC.
- Added an expression parser so that expressions from headers are now working - Fixed missing null terminators on cross references - Disabled exceptions / RTTI in t
Improvements to BSD-licensed DTC.
- Added an expression parser so that expressions from headers are now working - Fixed missing null terminators on cross references - Disabled exceptions / RTTI in the build for smaller binaries - Changed phandle order generation to be identical to GPL'd dtc
show more ...
|
| #
a0706eb4 |
| 25-Oct-2015 |
David Chisnall <[email protected]> |
Lots of improvements to the BSD-licensed dtc
- Various fixes to includes (including recursive includes) - Lots of testing that the output exactly matches GPL'd dtc - Lots of bug fixes to merging - F
Lots of improvements to the BSD-licensed dtc
- Various fixes to includes (including recursive includes) - Lots of testing that the output exactly matches GPL'd dtc - Lots of bug fixes to merging - Fix incorrect mmap usage - Ad-hoc memory management replaced with C++11 unique_ptr and similar
Patrick Wildt has successfully run many (all?) of the GPL dtc test suite.
show more ...
|
|
Revision tags: release/10.2.0, release/10.1.0, release/9.3.0 |
|
| #
7f78c173 |
| 10-Jun-2014 |
Rui Paulo <[email protected]> |
dtc: ignore lines starting with #.
This is necessary because we use the C pre-processor to parse #include lines and cpp adds line markings that start with #.
|
|
Revision tags: release/10.0.0, release/9.2.0 |
|
| #
8d9c8099 |
| 14-Aug-2013 |
David Chisnall <[email protected]> |
Make carets line up in dtc diagnostics if the line starts with a tab.
|
|
Revision tags: release/8.4.0 |
|
| #
eaef137c |
| 19-Feb-2013 |
Ulrich Spörlein <[email protected]> |
dtc: fix bootstrapping from 8.2-STABLE
MFC after: 1 week Approved by: theraven
|
| #
009f7b42 |
| 23-Jan-2013 |
David Chisnall <[email protected]> |
Explicitly include headers that are implicitly included by libstdc++. Fixes building dtc with libc++.
|
| #
af0dd31f |
| 22-Jan-2013 |
David Chisnall <[email protected]> |
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 a
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.
show more ...
|