This is a first baby step towards making the inside-secure crypto driver more broadly useful. The current driver only works for Marvell Armada HW and requires proprietary firmware, only available under NDA from Marvell, to be installed. This patch set allows the driver to be used with other hardware and removes the dependence on that proprietary firmware. Pascal van Leeuwen (3): crypto: inside-secure - make driver selectable for non-Marvell hardware crypto: inside-secure - add support for PCI based FPGA development board crypto: inside-secure - add support for using the EIP197 without firmware images drivers/crypto/Kconfig | 12 +- drivers/crypto/inside-secure/safexcel.c | 710 ++++++++++++++++++++++++-------- drivers/crypto/inside-secure/safexcel.h | 23 ++ 3 files changed, 562 insertions(+), 183 deletions(-) -- 1.8.3.1