summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvinash Mehta <avinash.mehta@arm.com>2019-09-13 13:26:32 +0100
committerTushar Khandelwal <tushar.khandelwal@arm.com>2019-09-13 14:42:41 +0100
commitecd93a275d11cf08f670a97783110bd698250963 (patch)
treeb7c6123526adf508c4e93edcefd78576f3503dd3
parentc41e86af10917b05984f4824b57f21c849ad73c1 (diff)
Change-Id: Iea3753b66b5ffb7dca348d763fab1bb12365b9a4 Signed-off-by: Avinash Mehta <avinash.mehta@arm.com>
-rwxr-xr-x[-rw-r--r--]test-app.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/test-app.c b/test-app.c
index 92e5453..c959126 100644..100755
--- a/test-app.c
+++ b/test-app.c
@@ -247,11 +247,17 @@ int main(int argc, char *argv[])
if (argc != 2)
{
printf("Usage: ./test-app <test app number>\n");
- printf("\t test app number : 1 for boot processor MHU.\n");
- printf("\t\tThis tests MHU communication between Host and Boot processor\n");
- printf("\t test app number : 2 for boot processor Timer.\n");
- printf("\t\tThis test Host Timer usage on Boot processor\n");
- printf("\t\tusing interrupt router and interrupt collator \n");
+ printf(" test app number : 1 for External System reset.\n");
+ printf(" This test resets the External System\n");
+ printf(" test app number : 2 for External System MHU.\n");
+ printf(" This tests MHU communication between External System <=> Boot Processor\n");
+ printf(" and also between External System <=> Host System \n");
+ printf(" test app number : 3 for Boot Processor MHU.\n");
+ printf(" This tests MHU communication between Boot Processor <=> Host System\n");
+ printf(" test app number : 4 for Boot Processor Timer.\n");
+ printf(" This test Host Timer usage on Boot Processor\n");
+ printf(" using interrupt router and interrupt collator\n");
+
return 1;
}