Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/sbsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ The tests can also be executed in a Bare-metal environment. The initialization o
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SBSA Spec Version | ACS Coverage Mapping | SBSA ACS Version | SBSA Tag ID | BSA ACS Version | BSA Tag ID | Pre-Si Support |
|-----------------------|:------------------------:|:--------------------:|:--------------------------:|:-------------------:|:---------------------------:|:--------------------:|
| SBSA v8.0 | BSA ACS + SBSA ACS | v8.0.3 | v26.08_SBSA_8.0.3 | v1.2.1 | v26.03_BSA_1.2.1 | Yes |
| SBSA v8.0 | BSA ACS + SBSA ACS | v8.0.2 | v26.06_SBSA_8.0.2 | v1.2.1 | v26.03_BSA_1.2.1 | Yes |
| SBSA v8.0 | BSA ACS + SBSA ACS | v8.0.1 | v26.03_SBSA_8.0.1 | v1.2.1 | v26.03_BSA_1.2.1 | Yes |
| SBSA v8.0 | BSA ACS + SBSA ACS | v8.0.0 | v25.12_SBSA_8.0.0 | v1.2.0 | v25.12_BSA_1.2.0 | Yes |
| SBSA v7.2 | BSA ACS + SBSA ACS | v7.2.2 | v25.03_REL7.2.2 | v1.1.0 | v25.03_REL1.1.0 | Yes |
Expand Down
7 changes: 5 additions & 2 deletions docs/sbsa/arm_sbsa_testcase_checklist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## SBSA ACS Testcase checklist

The SBSA ACS test checklist is based on **SBSA 8.0 specification** and **SBSA ACS 8.0.1** tag.
The SBSA ACS test checklist is based on **SBSA 8.0 specification** and **SBSA ACS 8.0.3** tag.

The checklist provides information about:

Expand Down Expand Up @@ -3676,12 +3676,15 @@ The checklist provides information about:
</table>

## Latest Checklist Changes
### v26.08_SBSA_8.0.3
- Updated S_L3_01 platform coverage.
- Synced covered checklist descriptions and S_L7ENT_1 platform coverage with rule_metadata.c.
- Updated ITS_08, ITS_DEV_5

### v26.06_SBSA_8.0.2
- Updated PCI_MM_02 coverage with test 907.
- Updated S_L5SM_04, S_L6PE_08, S_L6SM_04
- Added rule S_L5PE_03
- Updated ITS_08, ITS_DEV_5

### v26.03_SBSA_8.0.1
- **FR Added:** LVQBC, KBRZG
Expand Down
2 changes: 1 addition & 1 deletion val/include/acs_app_versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* SBSA Release versions */
#define SBSA_ACS_MAJOR_VER 8
#define SBSA_ACS_MINOR_VER 0
#define SBSA_ACS_SUBMINOR_VER 1
#define SBSA_ACS_SUBMINOR_VER 3

/* PC BSA Release versions */
#define PC_BSA_ACS_MAJOR_VER 1
Expand Down
Loading