HomeFreeBSD

dtc(1): Update to upstream ea3c233

Description

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>.

Details

Provenance
kevansAuthored on
Parents
rS328172: Use bitsets for min and severe limit checks so that we can quickly
Branches
Unknown
Tags
Unknown