David Gibson
David Gibson
I think your change is correct, but your commit message needs to explain the problem and the solution more clearly. In addition, Signed-off-by lines need to use your real name,...
I'm not sure what you mean by the "real length" of the dtb. For most of the code the `totalsize` field *defines* the true size of the dtb. For places...
Is this related to the PY_SSIZE_T thing? This is a different error, but now that I've applied that fix, the testsuite is passing for me.
> Any chance of a 1.6.2 version? :-) Uh.. sure? I just need to find time to do it.
I'm not sure exactly what you're asking for here. Do you mean you want `fdtput` to create a new node (and any necessary parent nodes) if asked to add a...
Right, those are the two obvious interfaces, or alternatively adding a new fdtsubnode command. It's a reasonable thing to want, and it shouldn't be that complicated but I don't have...
Ah, right. This happens because of the way we assemble the final tree. For each top-level section in the dts (/ { ... }, or &whatever { ... }) we...
> Thanks for the analysis! That makes sense to me. > > I am a relative newcomer to device trees, and my impression has been that dts files were processed...
Sorry, I haven't replied in so long, I managed to miss this report. As I recall the runtime overlays (as opposed to dtc compile time overlays) weren't really built to...