Skip to content

Commit

Permalink
Merge pull request #424 from SrikarJosyula/master
Browse files Browse the repository at this point in the history
Document and README changes
  • Loading branch information
gowthamsiddarthd authored Dec 21, 2023
2 parents 360651d + 4889a56 commit f7ebdc2
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A few tests are executed by running the SBSA ACS Linux application which in turn
The tests can also be executed in a Bare-metal environment. The initialization of the Bare-metal environment is specific to the environment and is out of scope of this document.

## Release details
- Code Quality: REL v7.1.3
- Code Quality: REL v7.1.4
- The tests are written for version 7.1 of the SBSA specification.
- For complete coverage of the SBSA rules, availability of an Exerciser is required for Exerciser tests to be run during verficiation at Pre-Silicon level.
- For complete coverage, both SBSA and BSA ACS should be run.
Expand Down Expand Up @@ -279,6 +279,7 @@ The details of the hardware or Verification IP which enable these exerciser test
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SBSA Spec Version | ACS Coverage Mapping | SBSA ACS Version | SBSA Tag ID | BSA ACS Version | BSA Tag ID | Pre-Si Support |
|-----------------------|:------------------------:|:--------------------:|:--------------------------:|:-------------------:|:------------------------:|:--------------------:|
| SBSA v7.1 | BSA ACS + SBSA ACS | v7.1.4 | v23.12_REL7.1.4 | v1.0.7 | v23.12_REL1.0.7 | Yes |
| SBSA v7.1 | BSA ACS + SBSA ACS | v7.1.3 | v23.11_BootFramework | v1.0.6 | v23.11_BootFramework | Yes |
| SBSA v7.1 | BSA ACS + SBSA ACS | v7.1.3 | v23.09_REL7.1.3 | v1.0.6 | v23.09_REL1.0.6 | Yes |
| SBSA v7.1 | BSA ACS + SBSA ACS | v7.1.2 | v23.07_REL7.1.2 | v1.0.5 | v23.07_REL1.0.5 | Yes |
Expand Down
2 changes: 1 addition & 1 deletion baremetal_app/SbsaAvs.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define SBSA_ACS_MAJOR_VER 7
#define SBSA_ACS_MINOR_VER 1
#define SBSA_ACS_SUBMINOR_VER 3
#define SBSA_ACS_SUBMINOR_VER 4

#define SIZE_4K 0x1000

Expand Down
Binary file modified docs/arm_sbsa_architecture_compliance_bare-metal_user_guide.pdf
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion linux_app/sbsa-acs-app/include/sbsa_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define SBSA_APP_VERSION_MAJOR 7
#define SBSA_APP_VERSION_MINOR 1
#define SBSA_APP_VERSION_SUBMINOR 3
#define SBSA_APP_VERSION_SUBMINOR 4

#include "sbsa_drv_intf.h"

Expand Down
2 changes: 1 addition & 1 deletion platform/pal_baremetal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Description of each directory are as follows:
Reference Cmake file is present at [CMakeLists.txt](../../CMakeLists.txt). To compile SBSA, perform following steps.

1. cd sbsa-acs
2. export CROSS_COMPILE=<path_to_the_toolchain>/bin/aarch64-none-linux-gnu-
2. export CROSS_COMPILE=<path_to_the_toolchain>/bin/aarch64-none-elf-
3. mkdir build
4. cd build
5. cmake ../ -G"Unix Makefiles" -DCROSS_COMPILE=$CROSS_COMPILE -DTARGET="Target platform"
Expand Down
2 changes: 1 addition & 1 deletion uefi_app/SbsaAvs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define SBSA_ACS_MAJOR_VER 7
#define SBSA_ACS_MINOR_VER 1
#define SBSA_ACS_SUBMINOR_VER 3
#define SBSA_ACS_SUBMINOR_VER 4

#define G_SBSA_LEVEL 4
#define SBSA_MIN_LEVEL_SUPPORTED 3
Expand Down

0 comments on commit f7ebdc2

Please sign in to comment.