From 2faaf409e57254fc0479695319b05f98a3de4821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonny=20Sv=C3=A4rd?= Date: Tue, 20 Apr 2021 10:49:57 +0200 Subject: Add support for Corstone-300 11.14.24 FVP Change-Id: Ie97250f03f9c1f7d3603ecfba370049bf12f7c90 --- scripts/run_ctest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run_ctest.py b/scripts/run_ctest.py index 3fabe44..10d389c 100755 --- a/scripts/run_ctest.py +++ b/scripts/run_ctest.py @@ -47,7 +47,7 @@ def check_output(args, **kwargs): def run_corstone_300(args): # Verify supported FVP version version = subprocess.check_output(['FVP_Corstone_SSE-300_Ethos-U55', '--version']).decode() - supported_version = ['11.13'] + supported_version = ['11.13', '11.14'] if not [s for s in supported_version if s in version]: raise Exception("Incorrect FVP version. Supported versions are '{}'.".format(supported_version)) @@ -63,7 +63,7 @@ def run_corstone_300(args): '-C', 'mps3_board.telnetterminal0.start_telnet=0', '-C', 'mps3_board.uart0.out_file="-"', '-C', 'mps3_board.uart0.unbuffered_output=1', - '-C', 'mps3_board.uart0.shutdown_tag="EXITTHESIM"'] + '-C', 'mps3_board.uart0.shutdown_on_eot=1'] cmd += args.args -- cgit v1.2.1