From 674bd8fe4322b05c87d2bae88f6b295938d42597 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Wed, 11 Dec 2024 14:22:08 +0100 Subject: [PATCH] Add tf-psa-crypto module Signed-off-by: Ronald Cron --- .gitmodules | 3 +++ tf-psa-crypto | 1 + 2 files changed, 4 insertions(+) create mode 160000 tf-psa-crypto diff --git a/.gitmodules b/.gitmodules index 4fb26b555e..4612b3d0c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "framework"] path = framework url = https://github.com/Mbed-TLS/mbedtls-framework +[submodule "tf-psa-crypto"] + path = tf-psa-crypto + url = https://github.com/Mbed-TLS/TF-PSA-Crypto.git diff --git a/tf-psa-crypto b/tf-psa-crypto new file mode 160000 index 0000000000..26bc88ccd7 --- /dev/null +++ b/tf-psa-crypto @@ -0,0 +1 @@ +Subproject commit 26bc88ccd708e8f5748b5aa90691980d5bb111c0