Tegra194: support for RAS corrected error testing
This patch introduces a test to inject RAS corrected errors for
all supported nodes from all CPUs. On injecting an error, the CPU
verifies that the error was detected with the help of an IRQ.
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Change-Id: I4a679e432d36e20aac64e7062fbaab438e96dfc0
diff --git a/tftf/tests/tests-tegra194.mk b/tftf/tests/tests-tegra194.mk
index 7b26945..890c840 100644
--- a/tftf/tests/tests-tegra194.mk
+++ b/tftf/tests/tests-tegra194.mk
@@ -5,6 +5,7 @@
#
TESTS_SOURCES += $(addprefix tftf/tests/plat/nvidia/tegra194/, \
+ test_ras_corrected.c \
test_ras_uncorrectable.c \
serror_handler.S \
)