Docs: Update the Tools section

- List links to tools projects in tf-m-tools repo
- Temove SQAUD dashboard from this, main repossitory for tf-m-tools

Signed-off-by: Anton Komlev <anton.komlev@arm.com>
Change-Id: I035162bc0dab79db35963e522df290f6774c1955
diff --git a/docs/tools/index.rst b/docs/tools/index.rst
index 83eea2d..bdcdb18 100644
--- a/docs/tools/index.rst
+++ b/docs/tools/index.rst
@@ -1,11 +1,23 @@
 Tools
 =====
 
-.. toctree::
-    :maxdepth: 1
+TF-M has a growing set of tools helping in development, testing and
+verification. The `t-fm-tools <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/>`_
+is a repository dedicated for gathering all of them. Please explore it for an
+overview and more detailed information.
 
-    SQUAD_Dashboard
+Here is a list of some of them:
+
+ - `Code size analyze tool <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/code-size-analyze-tool/README.rst>`_
+ - `Library dependency trace tool <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/depend-trace-tool/README.rst>`_
+ - `FIH test tool <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/fih_test_tool/Readme.rst>`_
+ - `Initial Attestation Verifier <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/iat-verifier/README.rst>`_
+ - `IRQ test tool <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/irq_test_tool/README.rst>`_
+ - `Profiler <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/profiler/readme.rst>`_
+ - `Static Checking Framework <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/static_checks/README.rst>`_
+ - `Using docker to build TF-M <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/tf-m-manual-build/README.rst>`_
+ - `TF-Fuzz <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/tf_fuzz/README>`_
 
 --------------
 
-*Copyright (c) 2020-2021, Arm Limited. All rights reserved.*
+*Copyright (c) 2020-2022, Arm Limited. All rights reserved.*