CS1K: Update build and test configs
This patch makes following changes on CS1K configs:
1. Build: Set "NSOFF" because only SPE is supported.
2. Build: Change relative path of tool scripts to absolute path.
3. Test: Update path of binary files to be run.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I44d8535ab93481503875729a283bd3300171224c
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index 5ac450e..95fb698 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -149,8 +149,8 @@
"platforms": {"arm/corstone1000": ""},
"data_bin_offset": "0x68000000",
"binaries": {
- "application": "bl1.bin",
- "data": "cs1000.bin"
+ "application": "spe/bin/bl1.bin",
+ "data": "spe/bin/cs1000.bin"
},
"monitors": {
'reg_tests': reg_tests_monitors if "FVP" in os.getenv('EXTRA_PARAMS') else [],