You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
Add qtestsign tool.this is necessary to sign the u-boot for rb3gen2 board.
qtestsign is a simple tool to "sign" ELF Qualcomm firmware
images using a dummy certificate chain ("test keys").
It partially implements the image format described in Qualcomm's
whitepaper "Secure Boot and Image Authentication"
(both v1.0 and v2.0) by extending ELF images with a
Qualcomm-specific "hash segment", consisting of:
References:
- https://www.linaro.org/blog/initial-u-boot-release-for-qualcomm-platforms/
Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>