Skip to content

Commit

Permalink
SBSA Release README & Version Changes (#404)
Browse files Browse the repository at this point in the history
* SBSA Documents Updates

 - Updated Documents Name
 - Documents & README Updates

Signed-off-by: Rajat Goyal <[email protected]>

* SBSA Release README & Version Changes

 - README Updates
 - Version Changes

Signed-off-by: Rajat Goyal <[email protected]>

---------

Signed-off-by: Rajat Goyal <[email protected]>
  • Loading branch information
rajatgoyal47 committed Sep 29, 2023
1 parent a148aeb commit 811be4d
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 43 deletions.
84 changes: 46 additions & 38 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion baremetal_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 2
#define SBSA_ACS_SUBMINOR_VER 3

#define SBSA_MIN_LEVEL_SUPPORTED 3
#define SBSA_MAX_LEVEL_SUPPORTED 7
Expand Down
Binary file removed docs/Arm_SBSA_ACS_Bare-metal_User_Guide.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,6 @@ The below table provides the following details
|PMU app|Latency events |L7 |PMU_EV_10 |Yes |No |No |Yes |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+

*For running tests on a bare-metal environment, integration of ACS with platform boot code is required. See `Bare-metal User Guide <Arm_SBSA_ACS_Bare-metal_User_Guide.pdf>`_
*For running tests on a bare-metal environment, integration of ACS with platform boot code is required. See `arm SBSA Bare-metal User Guide <arm_sbsa_architecture_compliance_bare-metal_user_guide.pdf>`_

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 2
#define SBSA_APP_VERSION_SUBMINOR 3

#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 @@ -23,7 +23,7 @@ The output library files will be generated at <sbsa_path>/build/lib/
Note: Any platform specific changes can be done by using TARGET_EMULATION macro defintion. The pal_baremetal reference code is located in [pal_baremetal](.). To customize the bare-metal code for different platforms, create a directory <platform_name> in [pal_baremetal](.) folder and copy the reference code from [source](src) folder and [RDN2](FVP/RDN2) folder to <platform_name>.


For more details on how to port the reference code to a specific platform and for further customisation please refer to the [User Guide](../../docs/Arm_SBSA_ACS_Bare-metal_User_Guide.pdf)
For more details on how to port the reference code to a specific platform and for further customisation please refer to the [User Guide](../../docs/arm_sbsa_architecture_compliance_bare-metal_user_guide.pdf)

-----------------

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 2
#define SBSA_ACS_SUBMINOR_VER 3

#define G_SBSA_LEVEL 4
#define SBSA_MIN_LEVEL_SUPPORTED 3
Expand Down

0 comments on commit 811be4d

Please sign in to comment.