diff options
author | Varun Wadekar <vwadekar@nvidia.com> | 2020-03-26 16:19:14 -0700 |
---|---|---|
committer | Varun Wadekar <vwadekar@nvidia.com> | 2020-06-08 16:36:28 -0700 |
commit | 941be71a56d7ec5cce98a27765c87def1dcd803f (patch) | |
tree | 2f71042883b04b6f4ac142cf2b004e27de8b0b09 | |
parent | 8dcb737745c41222683b9c556c77c030de28e5bf (diff) | |
download | tf-a-tests-941be71a56d7ec5cce98a27765c87def1dcd803f.tar.gz |
Tegra194: skip some timer framework validation tests
CPUs on Tegra194 platforms cannot be woken up with the RTC timer interrupt after
power off.
This patch skips the following tests as a result:
* Timer framework Validation/Target timer to a power down cpu
* Timer framework Validation/Test scenario where multiple CPUs call same timeout
* Timer framework Validation/Stress test the timer framework
These tests can be enabled once we figure out the right timer source to use for
CPU wakeup.
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Change-Id: I0f8154e285391fc35fe33428051ab1036ca9c845
-rw-r--r-- | plat/nvidia/tegra194/tests_to_skip.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plat/nvidia/tegra194/tests_to_skip.txt b/plat/nvidia/tegra194/tests_to_skip.txt index a0f3749b..a6a30786 100644 --- a/plat/nvidia/tegra194/tests_to_skip.txt +++ b/plat/nvidia/tegra194/tests_to_skip.txt @@ -17,3 +17,8 @@ PSCI System Suspend Validation/Suspend system with cores in suspend # Tegra194 platforms enter system suspend only from the boot core PSCI System Suspend Validation/system suspend from all cores + +# CPUs cannot be woken up with a timer interrupt after power off +Timer framework Validation/Target timer to a power down cpu +Timer framework Validation/Test scenario where multiple CPUs call same timeout +Timer framework Validation/Stress test the timer framework |