Re: [PATCH v2 3/7] tools: add mkmbn tool for Qualcomm

2025-06-04 Thread Casey Connolly
Hi Stephan On 6/4/25 11:15, Stephan Gerhold wrote: 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

Re: [PATCH v2 3/7] tools: add mkmbn tool for Qualcomm

2025-06-04 Thread Stephan Gerhold
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

[PATCH v2 3/7] tools: add mkmbn tool for Qualcomm

2025-06-02 Thread Casey Connolly
This is a fork of qtestsign[1] with modifications to integrate with the U-Boot build system. New Qualcomm dev boards flash U-Boot to the "uefi" partition, the format is a standard ELF file with custom program headers containing Qualcomm signatures, hashes and other metadata. Since different board