You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MA-24310 Fix bug: imx_signer failed to sign Android bootloader on i.MX 8m
Android with i.MX 8m platform used HABv4 to verify the signed bootloader.
To make sure all of components in bootloader image be signed, we enabled
a optional function on Android bootloader: Add optional FIT FDT signature
(CVE-2023-39902).
But this tool failed to sign Android bootloader because incorrect CSF
generated. To fix this issue, the optional IVT should use a local image
table to generate the CSF file.
Signed-off-by: Maximus <maximus.sun@nxp.com>
0 commit comments