Skip to content
Commit 73ddc2d9 authored by Ahmed Ismail's avatar Ahmed Ismail Committed by Ahmed Ismail
Browse files

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: default avatarAhmed.Ismail <Ahmed.Ismail@arm.com>
parent 1f3949a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment