diff --git a/README.md b/README.md index 6050d8b8..4484699f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 | diff --git a/baremetal_app/SbsaAvs.h b/baremetal_app/SbsaAvs.h index 0508f8aa..6178e057 100644 --- a/baremetal_app/SbsaAvs.h +++ b/baremetal_app/SbsaAvs.h @@ -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 diff --git a/linux_app/sbsa-acs-app/include/sbsa_app.h b/linux_app/sbsa-acs-app/include/sbsa_app.h index 3b980d28..747d6233 100644 --- a/linux_app/sbsa-acs-app/include/sbsa_app.h +++ b/linux_app/sbsa-acs-app/include/sbsa_app.h @@ -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" diff --git a/platform/pal_baremetal/README.md b/platform/pal_baremetal/README.md index 307f609e..1fd30d03 100644 --- a/platform/pal_baremetal/README.md +++ b/platform/pal_baremetal/README.md @@ -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=/bin/aarch64-none-linux-gnu- +2. export CROSS_COMPILE=/bin/aarch64-none-elf- 3. mkdir build 4. cd build 5. cmake ../ -G"Unix Makefiles" -DCROSS_COMPILE=$CROSS_COMPILE -DTARGET="Target platform" diff --git a/uefi_app/SbsaAvs.h b/uefi_app/SbsaAvs.h index cdfe008e..6c8e9a88 100644 --- a/uefi_app/SbsaAvs.h +++ b/uefi_app/SbsaAvs.h @@ -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