mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 17:51:07 -04:00
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>.
|
||
|---|---|---|
| .. | ||
| checking.cc | ||
| checking.hh | ||
| dtb.cc | ||
| dtb.hh | ||
| dtc.1 | ||
| dtc.cc | ||
| fdt.cc | ||
| fdt.hh | ||
| HACKING | ||
| input_buffer.cc | ||
| input_buffer.hh | ||
| Makefile | ||
| Makefile.depend | ||
| string.cc | ||
| util.hh | ||