]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: add fast authentication method for i.MX8M signing
authorBrian Ruley <brian.ruley@gehealthcare.com>
Tue, 1 Oct 2024 13:58:09 +0000 (16:58 +0300)
committerFabio Estevam <festevam@denx.de>
Sun, 13 Oct 2024 12:44:00 +0000 (09:44 -0300)
commitcd31c728729b6f08b48fb6a2cef758f135950f73
treec70f82e4a482e027ecaacf5a6065c4cd5fff85d7
parent784f84d5d81d534a20f327d04693e7b8b7594858
binman: add fast authentication method for i.MX8M signing

Using the PKI tree with SRKs as intermediate CA isn't necessary or even
desirable in some situations (boot time, for example). Add the possibility
to use the "fast authentication" method where the image and CSF are both
signed using the SRK [1, p.63].

[1] https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/imx-processors/202591/1/CST_UG.pdf

Signed-off-by: Brian Ruley <brian.ruley@gehealthcare.com>
Cc: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/nxp_imx8mcst.py