Skip to content

Commit

Permalink
Errata 743 and 663 (#500)
Browse files Browse the repository at this point in the history
* ERRATA - 743: Remove S_L7PE_03 duplicate

- 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

* ERRATA - 663: Remove S_L7PE_08, S_l7PE_09

- The test case for S_L7PE_08, S_L7PE_09 will not compile
- THe above rule is also removed from checklist but the test file is there.

Signed-off-by: Ajayswar S <[email protected]>
Change-Id: I6bcd14d0f093089020f60eab56cd1d4f36ce445f

---------

Signed-off-by: Ajayswar S <[email protected]>
  • Loading branch information
ajayswar-s authored Oct 23, 2024
1 parent 7137175 commit 88ec6b9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 76 deletions.
6 changes: 0 additions & 6 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 All @@ -81,10 +79,6 @@ The below table provides the following details
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|34 |Check for SVE Int8 matrix multiplc |L7 |S_L7PE_07 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|35 |Check for data gathering hint |L7 |S_L7PE_08 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|36 |Check WFE Fine tune delay feature |L7 |S_L7PE_09 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|37 |Check for enhanced PAN feature |FR |S_L8PE_04 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|38 |Check XS attribute functionality |FR |S_L8PE_01 |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.

3 changes: 0 additions & 3 deletions uefi_app/SbsaAvs.inf
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,10 @@
../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
../test_pool/pe/operating_system/test_c034.c
../test_pool/pe/operating_system/test_c035.c
../test_pool/pe/operating_system/test_c036.c
../test_pool/pe/operating_system/test_c037.c
../test_pool/pe/operating_system/test_c038.c
../test_pool/pe/operating_system/test_c039.c
Expand Down
3 changes: 0 additions & 3 deletions uefi_app/SbsaAvsNist.inf
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,10 @@
../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
../test_pool/pe/operating_system/test_c034.c
../test_pool/pe/operating_system/test_c035.c
../test_pool/pe/operating_system/test_c036.c
../test_pool/pe/operating_system/test_c037.c
../test_pool/pe/operating_system/test_c038.c
../test_pool/pe/operating_system/test_c039.c
Expand Down

0 comments on commit 88ec6b9

Please sign in to comment.