Re: [PATCH] ARM: imx: Enable CAAM on DH i.MX8M Plus DHCOM

2023-12-14 Thread Fabio Estevam
On Fri, Dec 1, 2023 at 10:58 PM Marek Vasut wrote: > > Enable CAAM in U-Boot to make crypto available early in the boot process. > > This has a side-effect that in case an older kernel version contains a > broken CAAM initialization timeout code, initialization in bootloader > will help that old k

Re: [PATCH] ARM: imx: Enable CAAM on DH i.MX8M Plus DHCOM

2023-12-01 Thread Fabio Estevam
On Fri, Dec 1, 2023 at 10:58 PM Marek Vasut wrote: > > Enable CAAM in U-Boot to make crypto available early in the boot process. > > This has a side-effect that in case an older kernel version contains a > broken CAAM initialization timeout code, initialization in bootloader > will help that old k

[PATCH] ARM: imx: Enable CAAM on DH i.MX8M Plus DHCOM

2023-12-01 Thread Marek Vasut
Enable CAAM in U-Boot to make crypto available early in the boot process. This has a side-effect that in case an older kernel version contains a broken CAAM initialization timeout code, initialization in bootloader will help that old kernel version function correctly. Signed-off-by: Marek Vasut