diff options
author | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | 2021-11-23 11:51:23 -0600 |
---|---|---|
committer | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | 2021-12-06 13:56:43 -0600 |
commit | c852a00195d78b2fe1729b7dd0c452e1ec1732dc (patch) | |
tree | 0035d1f52a5b582f683ef2bae34b5d36cadf1738 | |
parent | ab4b6d10d7ae5a765d7056b0a05c211b4c0220de (diff) | |
download | tf-a-tests-c852a00195d78b2fe1729b7dd0c452e1ec1732dc.tar.gz |
fix(tc): add notification support in tertiary SP manifest
Moreover, FF-A interrupt tests are skipped for TC platform as
it does not support TWDOG module needed for test scenario.
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Change-Id: I63f274047bfbeed4a5ef096fe741368e253a4a77
-rw-r--r-- | plat/arm/tc0/tests_to_skip.txt | 2 | ||||
-rw-r--r-- | spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/plat/arm/tc0/tests_to_skip.txt b/plat/arm/tc0/tests_to_skip.txt index 4ea84c3b..5830c142 100644 --- a/plat/arm/tc0/tests_to_skip.txt +++ b/plat/arm/tc0/tests_to_skip.txt @@ -11,5 +11,5 @@ SMMUv3 tests PSCI STAT/Stats test cases after system suspend PSCI System Suspend Validation -# Disable FF-A Interrupt tests +# Disable FF-A Interrupt tests as TWDOG is not supported by TC platform FF-A Interrupt diff --git a/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts b/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts index a22d4eb4..da62d3b1 100644 --- a/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts +++ b/spm/cactus/plat/arm/tc0/fdts/cactus-tertiary.dts @@ -26,6 +26,7 @@ xlat-granule = <0>; /* 4KiB */ boot-order = <0>; messaging-method = <3>; /* Direct messaging only */ + notification-support; /* Support receipt of notifications. */ run-time-model = <1>; /* Run to completion */ /* Boot protocol */ |