summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/implementing-tests.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/implementing-tests.md b/docs/implementing-tests.md
index 1cc8660..312d38d 100644
--- a/docs/implementing-tests.md
+++ b/docs/implementing-tests.md
@@ -125,7 +125,8 @@ overview of the panel of features provided and pointers to the right header
files to find the documentation.
`include/drivers/`
- * GICv2 driver
+ * Generic GIC driver. The `arm_gic.h` contains the public API which can be
+ used by the tests. TFTF supports both GIC architecture version 2 and 3.
* PL011 UART driver