Re: [PATCH] crypto: inside-secure - Add MODULE_FIRMWARE macros

From: Antoine Tenart
Date: Wed Apr 27 2022 - 03:29:25 EST


Hello Juerg,

Quoting Juerg Haefliger (2022-04-27 09:03:49)
> +
> +MODULE_FIRMWARE("inside-secure/eip197b/ifpp.bin");
> +MODULE_FIRMWARE("inside-secure/eip197b/ipue.bin");
> +MODULE_FIRMWARE("inside-secure/eip197d/ifpp.bin");
> +MODULE_FIRMWARE("inside-secure/eip197d/ipue.bin");
> +MODULE_FIRMWARE("inside-secure/eip197_minifw/ifpp.bin");
> +MODULE_FIRMWARE("inside-secure/eip197_minifw/ipue.bin");

There's also the old location when the EIP197b firmwares were at the
root of the linux-firmware repo. The driver still supports it, so I
guess those two should have a MODULE_FIRMWARE entry too.

Thanks,
Antoine