Skip to content

Commit

Permalink
Sbsa Errata Mantis - 657
Browse files Browse the repository at this point in the history
-The rule S_L6SM_01 is replaced with S_L4SM_03 at level 4

Signed-off-by: Ajayswar S <ajayswar.s@arm.com>
  • Loading branch information
ajayswar-s committed May 21, 2024
1 parent a468727 commit c0d274b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/arm_sbsa_testcase_checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The below table provides the following details
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|312 |Check SMMU Endianess Support |L6 |B_SMMU_14 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|313 |Check SMMU Coherent Access Support |L6 |S_L6SM_01 |Yes |Yes |Yes |No |No |
|313 |Check SMMU Coherent Access Support |L4 |S_L4SM_03 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|314 |Check SMMU PMU Extension |L7 |S_L7SM_03, S_L7SM_04 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
Expand Down
4 changes: 2 additions & 2 deletions test_pool/smmu/operating_system/test_i013.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "val/sbsa/include/sbsa_acs_pcie.h"

#define TEST_NUM (ACS_SMMU_TEST_NUM_BASE + 13)
#define TEST_RULE "S_L6SM_01"
#define TEST_RULE "S_L4SM_03"
#define TEST_DESC "Check SMMU Coherent Access Support "

static
Expand All @@ -34,7 +34,7 @@ payload(void)
uint32_t num_smmu;
uint32_t index = val_pe_get_index_mpid(val_pe_get_mpid());

if (g_sbsa_level < 6) {
if (g_sbsa_level < 4) {
val_set_status(index, RESULT_SKIP(TEST_NUM, 01));
return;
}
Expand Down

0 comments on commit c0d274b

Please sign in to comment.