feat(realm): add MbedTLS as submodule

This patch adds MbedTLS repository as a git submodule.
The version of MbedTLS added is v3.6.2.

Signed-off-by: Soby Mathew <soby.mathew@arm.com>
Change-Id: I744ef44e61c85ade3d56920cfc1b8fd1a27bb045
(cherry picked from commit c5f75b914824a6c3cb992596b44f1c2a116eb7d3)
diff --git a/docs/getting_started/obtain.rst b/docs/getting_started/obtain.rst
index cffab2d..68b4072 100644
--- a/docs/getting_started/obtain.rst
+++ b/docs/getting_started/obtain.rst
@@ -5,7 +5,9 @@
 
 ::
 
-    git clone https://git.trustedfirmware.org/TF-A/tf-a-tests.git
+    git clone --recursive https://git.trustedfirmware.org/TF-A/tf-a-tests.git
+
+Note that TF-A-Tests will also fetch the MbedTLS repo as a git submodule.
 
 --------------