]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(intel): support AES Crypt Service
authorSieu Mun Tang <sieu.mun.tang@intel.com>
Tue, 10 May 2022 09:30:00 +0000 (17:30 +0800)
committerSieu Mun Tang <sieu.mun.tang@intel.com>
Wed, 11 May 2022 08:57:11 +0000 (16:57 +0800)
commit6726390eb02e9659cfaf2d3598be9bf12fbc5901
tree44a2b719ce22f8b0a9ad597d56f78f4bdd47e916
parentc05ea2969070be90a7dbb2d0344c66d89401edf6
feat(intel): support AES Crypt Service

Enable Support for AES Crypt Service to send request
to encrypt or decrypt a blob. Command will send a memory
location that SDM will read and also memory location that
SDM will write back after encryption or decryption operation.
Response will be sent back after the crypto operation is done,
and data is written back to the destination

Signed-off-by: Boon Khai Ng <boon.khai.ng@intel.com>
Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com>
Change-Id: I86ea4ff64dda2fbb1000591e30fa8cb2640ce954
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