Files
linux/drivers
Michael Walle 03725f7125 crypto: caam - disable pkc for non-E SoCs
[ Upstream commit f20311cc9c ]

On newer CAAM versions, not all accelerators are disabled if the SoC is
a non-E variant. While the driver checks most of the modules for
availability, there is one - PKHA - which sticks out. On non-E variants
it is still reported as available, that is the number of instances is
non-zero, but it has limited functionality. In particular it doesn't
support encryption and decryption, but just signing and verifying. This
is indicated by a bit in the PKHA_MISC field. Take this bit into account
if we are checking for availability.

This will the following error:
[    8.167817] caam_jr 8020000.jr: 20000b0f: CCB: desc idx 11: : Invalid CHA selected.

Tested on an NXP LS1028A (non-E) SoC.

Fixes: d239b10d4c ("crypto: caam - add register map changes cf. Era 10")
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-11-18 14:04:03 +01:00
..
2021-11-18 14:03:46 +01:00
2021-07-20 16:05:42 +02:00
2021-11-18 14:03:42 +01:00
2021-11-18 14:03:51 +01:00
2021-09-26 14:09:02 +02:00
2021-11-18 14:03:51 +01:00
2021-11-18 14:03:52 +01:00