linux-xiaomi-chiron/drivers/crypto/inside-secure
Antoine Tenart 043ecc635f crypto: inside-secure - move the firmware to a better location
This patch moves the firmware loaded by the Inside Secure SafeXcel
driver from /lib/firmware/ to /lib/firmware/inside-secure/eip197b/. This
prepares the driver for future patches which will support other
revisions of the EIP197 crypto engine as they'll have their own
firmwares.

To keep the compatibility of what was done, the old path is still
supported as a fallback for the EIP197b (currently the only one
supported by the driver that loads a firmware).

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-07-09 00:30:09 +08:00
..
Makefile crypto: inside-secure - add SafeXcel EIP197 crypto engine driver 2017-06-10 12:04:21 +08:00
safexcel.c crypto: inside-secure - move the firmware to a better location 2018-07-09 00:30:09 +08:00
safexcel.h crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) support 2018-06-22 23:03:06 +08:00
safexcel_cipher.c crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) support 2018-06-22 23:03:06 +08:00
safexcel_hash.c crypto: inside-secure - hmac(sha384) support 2018-06-22 23:03:05 +08:00
safexcel_ring.c crypto: inside-secure - use the base_end pointer in ring rollback 2017-06-20 11:21:48 +08:00