Skip to content

Commit 4cbf138

Browse files
committed
fixup! Use FVP models to test AArch64 Big Endian Variants.
Add -Dtest-machine=${TEST_EXECUTOR} to use the correct bootcode. Remove tabs
1 parent 4c1c3fc commit 4cbf138

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

arm-multilib/json/variants/aarch64a_be.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"COMPILE_FLAGS": "-march=armv8-a -mbig-endian",
77
"ENABLE_EXCEPTIONS": "OFF",
88
"ENABLE_RTTI": "OFF",
9-
"TEST_EXECUTOR": "fvp",
9+
"TEST_EXECUTOR": "fvp",
1010
"FVP_MODEL": "aem-a",
1111
"FVP_CONFIG": "v8a-aarch64 big-endian",
1212
"BOOT_FLASH_ADDRESS": "0x80000000",

arm-multilib/json/variants/aarch64a_be_exn_rtti.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"COMPILE_FLAGS": "-march=armv8-a -mbig-endian",
77
"ENABLE_EXCEPTIONS": "ON",
88
"ENABLE_RTTI": "ON",
9-
"TEST_EXECUTOR": "fvp",
9+
"TEST_EXECUTOR": "fvp",
1010
"FVP_MODEL": "aem-a",
1111
"FVP_CONFIG": "v8a-aarch64 big-endian",
1212
"BOOT_FLASH_ADDRESS": "0x80000000",

arm-runtimes/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ if(C_LIBRARY STREQUAL picolibc)
390390
-Dmultilib=false
391391
-Dtests-enable-stack-protector=false
392392
-Dtest-long-double=${enable_picolibc_long_double_test}
393+
-Dtest-machine=${TEST_EXECUTOR}
393394
-Dnewlib-nano-malloc=${newlib_nano_malloc}
394395
-Dtests=false
395396
--prefix <INSTALL_DIR>

fvp/config/big-endian.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cluster0.cpu0.CFGEND=1

0 commit comments

Comments
 (0)