Skip to content

Commit

Permalink
Errata 743 and 663 (ARM-software#365)
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
    - The function c030_entry is removed

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

* 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.
- The function c035_entry, c036_entry is removed

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

---------

Signed-off-by: Ajayswar S <[email protected]>
  • Loading branch information
ajayswar-s authored Oct 23, 2024
1 parent 173daf9 commit ad72729
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions val/sbsa/include/sbsa_acs_pe.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,10 @@ uint32_t c026_entry(uint32_t num_pe);
uint32_t c027_entry(uint32_t num_pe);
uint32_t c028_entry(uint32_t num_pe);
uint32_t c029_entry(uint32_t num_pe);
uint32_t c030_entry(uint32_t num_pe);
uint32_t c031_entry(uint32_t num_pe);
uint32_t c032_entry(uint32_t num_pe);
uint32_t c033_entry(uint32_t num_pe);
uint32_t c034_entry(uint32_t num_pe);
uint32_t c035_entry(uint32_t num_pe);
uint32_t c036_entry(uint32_t num_pe);
uint32_t c037_entry(uint32_t num_pe);
uint32_t c038_entry(uint32_t num_pe);
uint32_t c039_entry(uint32_t num_pe);
Expand Down
3 changes: 0 additions & 3 deletions val/sbsa/src/sbsa_execute_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,10 @@ val_sbsa_pe_execute_tests(uint32_t level, uint32_t num_pe)
if (((level > 6) && (g_sbsa_only_level == 0)) || (g_sbsa_only_level == 7)) {
status |= c028_entry(num_pe);
status |= c029_entry(num_pe);
status |= c030_entry(num_pe);
status |= c031_entry(num_pe);
status |= c032_entry(num_pe);
status |= c033_entry(num_pe);
status |= c034_entry(num_pe);
status |= c035_entry(num_pe);
status |= c036_entry(num_pe);
}

if (((level > 7) && (g_sbsa_only_level == 0)) || (g_sbsa_only_level == 8)) {
Expand Down

0 comments on commit ad72729

Please sign in to comment.