dgibson / dtc

Device Tree Compiler
218 stars 130 forks source link

Some phandle related improvements and some bug fixes #93

Open ukleinek opened 1 year ago

ukleinek commented 1 year ago

This series start with a few minor improvments.

The fourth patch fixes overlays overwriting phandles in the base dtb and thus breaking references there.

The last patch interprets the nodes /__symbols and /__local_fixups to restore labels and references when compiling to dts.

All patches were also sent to the devicetree-compiler mailing list.

ukleinek commented 1 year ago

The ci failures are unrelated to my changes I think. make and make check work fine for me and I didn't touch the yaml stuff.

dgibson commented 1 year ago

Oh, and, yes, the github CI has been broken for some time (since Travis CI went away at least, I think). I just haven't had the time to figure out how github CI stuff works and fix it up.

ukleinek commented 1 year ago

Oh, and, yes, the github CI has been broken for some time (since Travis CI went away at least, I think). I just haven't had the time to figure out how github CI stuff works and fix it up.

I created a GitHub Actions setup, see https://github.com/dgibson/dtc/pull/94