On Mon, Jun 02, 2025 at 06:10:54PM +0200, Casey Connolly wrote: > This is a fork of qtestsign[1] with modifications to integrate with the > U-Boot build system.
I think it would be good if the "library" part of qtestsign (cert.py, elf.py, hashseg.py) would stay unmodified if possible, and you only add a new frontend on top (mkmbn.py). This would simplify syncing upstream changes in the future, e.g. should the v7 support get introduced at some point. Have you changed anything meaningful inside these three files? Copying the original files back in I mostly see re-formatting at the moment, which makes it hard to see what is different. Thanks, Stephan

