Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SBSA Release README & Version Changes #404

Merged
merged 2 commits into from
Sep 29, 2023
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
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