From e99f12a33f672e926a7c4d28bcf02909c3ff5215 Mon Sep 17 00:00:00 2001 From: Jouni Ukkonen Date: Mon, 21 Oct 2024 10:25:39 +0300 Subject: [PATCH 1/2] Add imx9_keystore imx9 keystore submodule added Signed-off-by: Jouni Ukkonen --- .gitmodules | 3 +++ src/drivers/imx9_keystore | 1 + 2 files changed, 4 insertions(+) create mode 160000 src/drivers/imx9_keystore diff --git a/.gitmodules b/.gitmodules index b69834a10a34..25bf39c695f3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -109,3 +109,6 @@ [submodule "src/modules/secure_udp_proxy"] path = src/modules/secure_udp_proxy url = git@github.com:tiiuae/secure-udp-proxy.git +[submodule "src/drivers/imx9_keystore"] + path = src/drivers/imx9_keystore + url = git@github.com:tiiuae/imx9_keystore.git diff --git a/src/drivers/imx9_keystore b/src/drivers/imx9_keystore new file mode 160000 index 000000000000..9df673d91b79 --- /dev/null +++ b/src/drivers/imx9_keystore @@ -0,0 +1 @@ +Subproject commit 9df673d91b796ccaefdd92e4a8cbd28b2f365edd From b513c90083e2b3fbe7aede0faff02163eb3327dc Mon Sep 17 00:00:00 2001 From: Timo Sairiala Date: Mon, 21 Oct 2024 12:13:37 +0300 Subject: [PATCH 2/2] add imx9_keystore to clone_publish.sh --- clone_public.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/clone_public.sh b/clone_public.sh index 6731dac61b3f..8ad367957616 100755 --- a/clone_public.sh +++ b/clone_public.sh @@ -8,6 +8,7 @@ do [[ "${repo}" == *saluki-sec-scripts ]] || \ [[ "${repo}" == *pfsoc_crypto ]] || \ [[ "${repo}" == *pfsoc_keystore ]] || \ + [[ "${repo}" == *imx9_keystore ]] || \ [[ "${repo}" == *pf_crypto ]] || \ [[ "${repo}" == *px4_fw_update_client ]] || \ [[ "${repo}" == *secure_udp ]] || \