diff --git a/SystemReady-band/patches/bsa_srversion.patch b/SystemReady-band/patches/bsa_srversion.patch index c8c3aa23..7d9c86d6 100644 --- a/SystemReady-band/patches/bsa_srversion.patch +++ b/SystemReady-band/patches/bsa_srversion.patch @@ -6,7 +6,7 @@ index 4458fe5..80f964c 100644 goto exit_acs; } -+ val_print(ACS_PRINT_TEST, "\n\n SystemReady band ACS v3.1.1 RC-final", 0); ++ val_print(ACS_PRINT_TEST, "\n\n SystemReady band ACS v3.1.1", 0); val_print(ACS_PRINT_TEST, "\n\n BSA Architecture Compliance Suite", 0); val_print(ACS_PRINT_TEST, "\n Version %d.", BSA_ACS_MAJOR_VER); val_print(ACS_PRINT_TEST, "%d.", BSA_ACS_MINOR_VER); diff --git a/SystemReady-band/patches/sbsa_srversion.patch b/SystemReady-band/patches/sbsa_srversion.patch index 5b9de3a8..6d9c01a7 100644 --- a/SystemReady-band/patches/sbsa_srversion.patch +++ b/SystemReady-band/patches/sbsa_srversion.patch @@ -6,7 +6,7 @@ index 1695605..d644135 100644 goto exit_acs; } -+ val_print(ACS_PRINT_ERR, "\n\n SystemReady band ACS v3.1.1 RC-final\n", 0); ++ val_print(ACS_PRINT_ERR, "\n\n SystemReady band ACS v3.1.1\n", 0); val_print(ACS_PRINT_ERR, "\n\n SBSA Architecture Compliance Suite\n", 0); val_print(ACS_PRINT_ERR, " Version %d.", SBSA_ACS_MAJOR_VER); val_print(ACS_PRINT_ERR, "%d.", SBSA_ACS_MINOR_VER); diff --git a/SystemReady-band/patches/sctversion.patch b/SystemReady-band/patches/sctversion.patch index 1f3f3636..ca38533b 100644 --- a/SystemReady-band/patches/sctversion.patch +++ b/SystemReady-band/patches/sctversion.patch @@ -6,7 +6,7 @@ index 94cae289..6fde9ed0 100644 #include "StandardTest.h" #include -+#define ACS_VERSION "SystemReady band ACS v3.1.1 RC-final\nBBR ACS 2.1.1 (SBBR)" ++#define ACS_VERSION "SystemReady band ACS v3.1.1\nBBR ACS 2.1.1 (SBBR)" static EFI_TIME Epoch = { .Year = 1970, .Month = 1, .Day = 1 }; // diff --git a/common/linux_scripts/bsa.sh b/common/linux_scripts/bsa.sh index f539c88a..ff2421da 100644 --- a/common/linux_scripts/bsa.sh +++ b/common/linux_scripts/bsa.sh @@ -1,7 +1,7 @@ #!/bin/sh # @file -# Copyright (c) 2021-2025, Arm Limited or its affiliates. All rights reserved. +# Copyright (c) 2021-2026, Arm Limited or its affiliates. All rights reserved. # SPDX-License-Identifier : Apache-2.0 # Licensed under the Apache License, Version 2.0 (the "License"); @@ -30,7 +30,7 @@ else mkdir -p /mnt/acs_results/linux if [ -f /lib/modules/bsa_acs.ko ]; then insmod /lib/modules/bsa_acs.ko - echo "SystemReady band ACS v3.1.1 RC-final" > /mnt/acs_results/linux/BsaResultsApp.log + echo "SystemReady band ACS v3.1.1" > /mnt/acs_results/linux/BsaResultsApp.log if [ "$automation_enabled" == "False" ]; then /bin/bsa --skip-dp-nic-ms >> /mnt/acs_results/linux/BsaResultsApp.log else diff --git a/common/linux_scripts/fwts.sh b/common/linux_scripts/fwts.sh index 5f051daa..3da1614d 100644 --- a/common/linux_scripts/fwts.sh +++ b/common/linux_scripts/fwts.sh @@ -1,7 +1,7 @@ #!/bin/sh # @file -# Copyright (c) 2021-2025, Arm Limited or its affiliates. All rights reserved. +# Copyright (c) 2021-2026, Arm Limited or its affiliates. All rights reserved. # SPDX-License-Identifier : Apache-2.0 # Licensed under the Apache License, Version 2.0 (the "License"); @@ -29,7 +29,7 @@ if [ "$automation_enabled" == "True" ] && [ "$fwts_enabled" == "False" ]; then echo "********* FWTS is disabled in config file**************" else mkdir -p /mnt/acs_results/fwts - echo "SystemReady band ACS v3.1.1 RC-final" > /mnt/acs_results/fwts/FWTSResults.log + echo "SystemReady band ACS v3.1.1" > /mnt/acs_results/fwts/FWTSResults.log if [ "$automation_enabled" == "False" ]; then fwts -r stdout -q --uefi-set-var-multiple=1 --uefi-get-mn-count-multiple=1 --sbbr esrt uefibootpath aest cedt slit srat hmat pcct pdtt bgrt bert einj erst hest sdei nfit iort mpam ibft ras2 >> /mnt/acs_results/fwts/FWTSResults.log else diff --git a/common/linux_scripts/init.sh b/common/linux_scripts/init.sh index 632481aa..778c4f7b 100644 --- a/common/linux_scripts/init.sh +++ b/common/linux_scripts/init.sh @@ -53,7 +53,7 @@ insmod /lib/modules/cppc_cpufreq.ko sleep 5 -SR_VERSION="SystemReady band ACS v3.1.1 RC-final" +SR_VERSION="SystemReady band ACS v3.1.1" #Skip running of ACS Tests if the grub option is added ADDITIONAL_CMD_OPTION=""; diff --git a/common/linux_scripts/sbsa.sh b/common/linux_scripts/sbsa.sh index 50cf31dd..e533ccb5 100644 --- a/common/linux_scripts/sbsa.sh +++ b/common/linux_scripts/sbsa.sh @@ -1,7 +1,7 @@ #!/bin/sh # @file -# Copyright (c) 2021-2025, Arm Limited or its affiliates. All rights reserved. +# Copyright (c) 2021-2026, Arm Limited or its affiliates. All rights reserved. # SPDX-License-Identifier : Apache-2.0 # Licensed under the Apache License, Version 2.0 (the "License"); @@ -30,7 +30,7 @@ if [ "$automation_enabled" == "True" ] && [ "$sbsa_enabled" == "False" ]; then else if [ -f /lib/modules/sbsa_acs.ko ]; then insmod /lib/modules/sbsa_acs.ko - echo "SystemReady band ACS v3.1.1 RC-final" > /mnt/acs_results/linux/SbsaResultsApp.log + echo "SystemReady band ACS v3.1.1" > /mnt/acs_results/linux/SbsaResultsApp.log if [ "$automation_enabled" == "False" ]; then /bin/sbsa --skip-dp-nic-ms >> /mnt/acs_results/linux/SbsaResultsApp.log else diff --git a/common/linux_scripts/secure_init.sh b/common/linux_scripts/secure_init.sh index 186a87d5..fd91a95b 100644 --- a/common/linux_scripts/secure_init.sh +++ b/common/linux_scripts/secure_init.sh @@ -82,7 +82,7 @@ if [ -f /bin/bbsr_fwts_tests.ini ]; then echo "**************BBSR FWTS disabled in config file*******************" else echo "Test Executed are $test_list" - echo "SystemReady band ACS v3.1.1 RC-final" > $RESULTS_DIR/bbsr/fwts/FWTSResults.log + echo "SystemReady band ACS v3.1.1" > $RESULTS_DIR/bbsr/fwts/FWTSResults.log fwts `echo $test_list` -f -r stdout >> $RESULTS_DIR/bbsr/fwts/FWTSResults.log fi fi