Add hw TRNG from SEL0 SP

Intgrates the FVP TRNG into the crypto sp to provide a hw
entropy source.  Includes tests that check SP device
region configuration loading and MMIO access within the
region.

Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: Ia9af8b044596e1c7d194f039fdf64c2468bb3221
diff --git a/components/app/remote-test-runner/remote_test_runner.cpp b/components/app/remote-test-runner/remote_test_runner.cpp
index 681c746..b819779 100644
--- a/components/app/remote-test-runner/remote_test_runner.cpp
+++ b/components/app/remote-test-runner/remote_test_runner.cpp
@@ -136,6 +136,8 @@
         else if (results[i].run_state == TEST_RUN_STATE_FAILED) {
 
             printf("error\n");
+            printf("\tline number: %d\n", results[i].failure.line_num);
+            printf("\tinfo: 0x%016lx\n", results[i].failure.info);
         }
         else {