crypto: cavium/nitrox - Add support for loading asymmetric crypto firmware
This patch adds support to load Asymmetric crypto firmware on AE cores of CNN55XX device. Firmware is stored on UCD block 2 and all available AE cores are tagged to group 0. Signed-off-by: Phani Kiran Hemadri <phemadri@marvell.com> Reviewed-by: Srikanth Jampala <jsrikanth@marvell.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:

committed by
Herbert Xu

父節點
a7c2647034
當前提交
a7268c4d42
@@ -9,7 +9,8 @@ static int firmware_show(struct seq_file *s, void *v)
|
||||
{
|
||||
struct nitrox_device *ndev = s->private;
|
||||
|
||||
seq_printf(s, "Version: %s\n", ndev->hw.fw_name);
|
||||
seq_printf(s, "Version: %s\n", ndev->hw.fw_name[0]);
|
||||
seq_printf(s, "Version: %s\n", ndev->hw.fw_name[1]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user