aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKevin Peng <kevin.peng@arm.com>2021-05-27 15:13:46 +0800
committerKen Liu <ken.liu@arm.com>2021-06-30 18:08:43 +0200
commitfb9f2ce3db740b643e8444ace9b2c00a5cbcf4ca (patch)
tree31b2a57c1fad4a444bdacab1e4db5d90655464e1 /config
parent362817f1713321203eb3147801e0711369060687 (diff)
downloadtrusted-firmware-m-fb9f2ce3db740b643e8444ace9b2c00a5cbcf4ca.tar.gz
Test: Add the FLIH test Partition
Currently the FLIH test is only supported on AN519 and AN521 Change-Id: Ic34aee26d4db732bdf9fb72c9163dd164b1e688e Signed-off-by: Kevin Peng <kevin.peng@arm.com>
Diffstat (limited to 'config')
-rw-r--r--config/check_config.cmake1
-rw-r--r--config/config_default.cmake1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/check_config.cmake b/config/check_config.cmake
index 7e33403511..a069a4d785 100644
--- a/config/check_config.cmake
+++ b/config/check_config.cmake
@@ -83,3 +83,4 @@ tfm_invalid_config(TFM_PARTITION_AUDIT_LOG AND TFM_PSA_API)
########################### TF-M Tests #####################################
tfm_invalid_config(TFM_ENABLE_SLIH_TEST AND NOT TFM_PSA_API)
+tfm_invalid_config(TFM_ENABLE_SLIH_TEST AND TFM_ENABLE_FLIH_TEST)
diff --git a/config/config_default.cmake b/config/config_default.cmake
index cea972278b..cb0653b990 100644
--- a/config/config_default.cmake
+++ b/config/config_default.cmake
@@ -149,6 +149,7 @@ set(TFM_FWU_BOOTLOADER_LIB "mcuboot" CACHE STRING "Bootloader
set(TFM_INTERACTIVE_TEST OFF CACHE BOOL "Enable interactive tests")
set(TFM_ENABLE_SLIH_TEST OFF CACHE BOOL "Enable Second-Level Interrupt Handling tests")
+set(TFM_ENABLE_FLIH_TEST OFF CACHE BOOL "Enable First-Level Interrupt Handling tests")
set(TFM_PERIPH_ACCESS_TEST OFF CACHE BOOL "Enable peripheral access tests")
set(PS_TEST_NV_COUNTERS ON CACHE BOOL "Use the test NV counters to test Protected Storage rollback scenarios")