Revision tags: release/14.0.0 |
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
2d5df840 |
| 10-Mar-2022 |
Jose Luis Duran <jlduran@gmail.com> |
dtc.1: Fix the display of directives ending with semicolons
While here, fix a typo and bump the date.
Obtained from: https://github.com/davidchisnall/dtc/pull/71 Fixes: 6979e8cb6e62f04688611aed7967
dtc.1: Fix the display of directives ending with semicolons
While here, fix a typo and bump the date.
Obtained from: https://github.com/davidchisnall/dtc/pull/71 Fixes: 6979e8cb6e62f04688611aed796712fde1a981d6
show more ...
|
#
6979e8cb |
| 24-Feb-2022 |
Warner Losh <imp@FreeBSD.org> |
dtc: more mandoc -T lint fixes
Obtained from: dtc repo 04c805a8b08e4a1d4ff1f1e62ef475fbfe1a5fbe Sponsored by: Netflix
|
#
62d16ad3 |
| 19-Feb-2022 |
Jose Luis Duran <jlduran@gmail.com> |
dtc.1: Mention the existence of -i flag
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/570
|
#
7ae5d1f0 |
| 19-Feb-2022 |
Jose Luis Duran <jlduran@gmail.com> |
dtc.1: Appease mandoc -T lint
Prefer .Fx to bare FreeBSD
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/579
|
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 |
|
#
415e34c4 |
| 29-Mar-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead@r345677
|
#
d37eb02e |
| 28-Mar-2019 |
Kyle Evans <kevans@FreeBSD.org> |
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 |
|
#
7847e041 |
| 24-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338026 through r338297, and resolve conflicts.
|
#
9d58ffcf |
| 21-Aug-2018 |
John-Mark Gurney <jmg@FreeBSD.org> |
minor grammar nit, to what? between them..
|
Revision tags: release/11.2.0 |
|
#
e69f3934 |
| 13-Apr-2018 |
Kyle Evans <kevans@FreeBSD.org> |
dtc(1): Update to upstream 006664a
Highlights:
- Passing "-" to -o will now cause output to go to stdout - Path-based syntactic sugar for overlays is now accepted. This looks like:
/dts-v1/; /plug
dtc(1): Update to upstream 006664a
Highlights:
- Passing "-" to -o will now cause output to go to stdout - Path-based syntactic sugar for overlays is now accepted. This looks like:
/dts-v1/; /plugin/;
&{/soc} { sid: eeprom@1c14000 { compatible = "allwinner,sun8i-h3-sid"; reg = <0x1c14000 0x400>; status = "okay"; }; };
MFC after: 3 days
show more ...
|
#
ca84c67c |
| 19-Jan-2018 |
Kyle Evans <kevans@FreeBSD.org> |
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 ...
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
554491ff |
| 20-Apr-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r316992 through r317215.
|
#
21d5d37b |
| 17-Apr-2017 |
Ed Maste <emaste@FreeBSD.org> |
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 ...
|
#
242b2482 |
| 09-Oct-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r306412 through r306905.
|
#
bbe31b70 |
| 07-Oct-2016 |
Ed Maste <emaste@FreeBSD.org> |
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, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0 |
|
#
0bfd163f |
| 18-Oct-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r256722.
|
#
1ccca3b5 |
| 10-Oct-2013 |
Alan Somers <asomers@FreeBSD.org> |
IFC @256277
Approved by: ken (mentor)
|
Revision tags: release/9.2.0 |
|
#
ef90af83 |
| 20-Sep-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r255692
Comment out IA32_MISC_ENABLE MSR access - this doesn't exist on AMD. Need to sort out how arch-specific MSRs will be handled.
|
#
d1d01586 |
| 05-Sep-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head
|
#
46ed9e49 |
| 04-Sep-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r255209
|
#
e0653845 |
| 23-Aug-2013 |
Mark Murray <markm@FreeBSD.org> |
MFC
|
#
a0b4f767 |
| 22-Aug-2013 |
Joel Dahl <joel@FreeBSD.org> |
Remove EOL whitespace.
|
#
88169e03 |
| 19-Aug-2013 |
David Chisnall <theraven@FreeBSD.org> |
Add support for parameterised device tree sources to the device tree compiler.
Reviewed by: brooks Sponsored by: DARPA, AFRL
|
#
40f65a4d |
| 07-Aug-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r254014
|
#
552311f4 |
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|