Skip to content

Commit

Permalink
ERRATA - 743: Remove S_L7PE_03 duplicate
Browse files Browse the repository at this point in the history
- The rule and test case for S_L7PE_03 is removed
- It is duplicate of S_L5PE_04 in level 5

Signed-off-by: Ajayswar S <[email protected]>
Change-Id: I37da52e6536a998702bdd6d54142659f246e101e
  • Loading branch information
ajayswar-s committed Oct 23, 2024
1 parent 7137175 commit 13f6bfc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 68 deletions.
2 changes: 0 additions & 2 deletions docs/arm_sbsa_testcase_checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ The below table provides the following details
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|29 |Check for ECV support |L7 |S_L7PE_02 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|30 |Check for AMU Support |L7 |S_L7PE_03 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|31 |Checks ASIMD Int8 matrix multiplc |L7 |S_L7PE_04 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|32 |Check for BFLOAT16 extension |L7 |S_L7PE_05 |Yes |Yes |Yes |No |No |
Expand Down
2 changes: 2 additions & 0 deletions test_pool/pe/operating_system/test_c011.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ static void payload(void)

/* Read ID_AA64PFR0_EL1[47:44] for Activity monitors extension */
data = VAL_EXTRACT_BITS(val_pe_reg_read(ID_AA64PFR0_EL1), 44, 47);
val_print_primary_pe(ACS_PRINT_DEBUG, "\n ID_AA64PFR0_EL1.AMU[47:44] = %llx",
data, index);
if (data != 0)
val_set_status(index, RESULT_PASS(TEST_NUM, 01));
else
Expand Down
64 changes: 0 additions & 64 deletions test_pool/pe/operating_system/test_c030.c

This file was deleted.

1 change: 0 additions & 1 deletion uefi_app/SbsaAvs.inf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
../test_pool/pe/operating_system/test_c027.c
../test_pool/pe/operating_system/test_c028.c
../test_pool/pe/operating_system/test_c029.c
../test_pool/pe/operating_system/test_c030.c
../test_pool/pe/operating_system/test_c031.c
../test_pool/pe/operating_system/test_c032.c
../test_pool/pe/operating_system/test_c033.c
Expand Down
1 change: 0 additions & 1 deletion uefi_app/SbsaAvsNist.inf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
../test_pool/pe/operating_system/test_c027.c
../test_pool/pe/operating_system/test_c028.c
../test_pool/pe/operating_system/test_c029.c
../test_pool/pe/operating_system/test_c030.c
../test_pool/pe/operating_system/test_c031.c
../test_pool/pe/operating_system/test_c032.c
../test_pool/pe/operating_system/test_c033.c
Expand Down

0 comments on commit 13f6bfc

Please sign in to comment.