You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DTC 1.4.7
There have been a number of useful changes since v1.4.6:
* Considerable improvements in libfdt's memory safety
* Improved fdt_check_header() and new fdt_check_full() cuntions
* Assorted bugfixes
So, here's another release.
DTC 1.4.4
It turns out that dtc 1.4.3 - and most previous versions - have a
serious build bug on a number of distros: libfdt.h incorrectly defines
some system reserved __* macros for use with sparse. These conflict
with some system headers on RHEL7 and probably several other Linux
distributions.
This quick fix release includes patches to correct those build
failures. It also has a tiny handful of other cleanups.
DTC 1.4.3
This release adds code to libfdt to apply dynamic overlays in the
format used by many Linux kernels for ARM. Apart from that there are
a number of small bugfixes and enhancements.
DTC 1.4.2
Boring release. This has a few bugfixes, and most importantly, it
includes a number of symbols in version.lds which should have been
exported all along, but were left out previously.