freebsd-dev/usr.bin/dtc
Kyle Evans e69f393430 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
2018-04-13 18:04:51 +00:00
..
checking.cc
checking.hh
dtb.cc
dtb.hh
dtc.1 dtc(1): Update to upstream 006664a 2018-04-13 18:04:51 +00:00
dtc.cc dtc(1): Update to upstream 006664a 2018-04-13 18:04:51 +00:00
fdt.cc dtc(1): Update to upstream 006664a 2018-04-13 18:04:51 +00:00
fdt.hh dtc(1): Update to upstream 006664a 2018-04-13 18:04:51 +00:00
HACKING
input_buffer.cc dtc(1): Update to upstream ea3c233 2018-01-19 21:20:24 +00:00
input_buffer.hh dtc(1): Update to upstream ea3c233 2018-01-19 21:20:24 +00:00
Makefile dtc(1): Revert WARNS change from r328173 2018-01-31 22:20:33 +00:00
Makefile.depend
string.cc
util.hh