]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(intel): support crypto service session
authorSieu Mun Tang <sieu.mun.tang@intel.com>
Mon, 9 May 2022 04:08:42 +0000 (12:08 +0800)
committerSieu Mun Tang <sieu.mun.tang@intel.com>
Wed, 11 May 2022 02:06:37 +0000 (10:06 +0800)
commit6dc00c24ab0100a2aae0f416c72470f8ed17e149
tree1f43468e86ffdbc40a1a848a328f235bff50528b
parent581182c1916df03860744d8e32941c72b2cc3fda
feat(intel): support crypto service session

Support crypto service open and close session mailbox commands through
SMC.

Crypto service support begin by sending an open crypto service session
request to SDM firmware. Last, close the session after finishes crypto
service. All crypto service parameters with this session will be erased
by SDM firmware.

Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Signed-off-by: Boon Khai Ng <boon.khai.ng@intel.com>
Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com>
Change-Id: I48968498bbd6f2e71791f4ed38dd5f369e171082
plat/intel/soc/common/include/socfpga_fcs.h
plat/intel/soc/common/include/socfpga_mailbox.h
plat/intel/soc/common/include/socfpga_sip_svc.h
plat/intel/soc/common/sip/socfpga_sip_fcs.c
plat/intel/soc/common/socfpga_sip_svc.c