docs(fuzz): Adding fuzzing documentation
Initial fuzzing documentation added. Demonstrates the concept
and usage of the SMC fuzzing tool incorporated into TF-A tests.
Change-Id: Iefda90c108ded205edcd7665d40855ab19b4d475
Signed-off-by: Mark Dykes <mark.dykes@arm.com>
diff --git a/docs/fuzzing/index.rst b/docs/fuzzing/index.rst
new file mode 100644
index 0000000..19cb77a
--- /dev/null
+++ b/docs/fuzzing/index.rst
@@ -0,0 +1,17 @@
+Fuzzing
+=======
+
+.. toctree::
+ :maxdepth: 1
+
+ introduction
+ overview-bias-tree
+
+The intent of fuzzing in TF-A tests is to provide verification on core feature sets
+contained in the TF-A codebase. This documentation gives an overview of the basic
+setup and usage of the tool.
+
+--------------
+
+*Copyright (c) 2025, Arm Limited. All rights reserved.*
+