cs310-tfm-patch: Add CS310 TF-M patch
a new TF-M patch file is added to be used with
Corstone-Polaris (CS310 FPGA) for two main purposes:
- To switch the usage of the Ethos NPU from secure
and privileged access to non-secure and
non-privileged (user mode) access.
- To enable Insturction and Data caches on the
secure side upon reset which is mandatory to
speed up the cryptographic functions execution
time which are to be executed on the secure side.
Note:
- If caches are not enabled, the cryptograpic
functions (e.g psa_sign_hash()) would take very
long time to finish (~4 mins). Therefore, the
server would drop the connecion with the device.
Hence, it is mandatory to enable the caches on
the secure side.
Signed-off-by:
Ahmed.Ismail <Ahmed.Ismail@arm.com>
Loading
Please register or sign in to comment