[PATCH] ARM: i.MX: fix fast auth wrong CSF file

Marco Felsch m.felsch at pengutronix.de
Fri Jul 10 08:23:30 PDT 2026


On 26-07-10, Fabian Pfitzner wrote:
> The commit [1], which integrates fast authentication support on
> i.MX8 SoCs does not work as expected. The resulting CSF cannot be
> verified correctly by the boot rom, leading to an invalid signature.
> 
> The CST user guide documentation states in `Table 10. Authenticate Data arguments`,
> that the `Verification Index` must also be set to 0 when we use fast
> auth. This commit fixes that.
> 
> With this change, the bootrom seems to validate the signature properly
> now.
> 
> [1] 086d01264d ("ARM: i.MX: add support for fast authentication")
> 
> ---
> Signed-off-by: Fabian Pfitzner <f.pfitzner at pengutronix.de>

Two nits:

- your s-o-b is below the '---' and therefore cut while applying
- You should metion the broken commit by a fixes tag:

Fixes: 086d01264d ("ARM: i.MX: add support for fast authentication")

Reviewed-by: Marco Felsch <m.felsch at pengutronix.de>



More information about the barebox mailing list