Skip to content
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
2 changes: 1 addition & 1 deletion SystemReady-band/patches/bsa_srversion.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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);
2 changes: 1 addition & 1 deletion SystemReady-band/patches/sbsa_srversion.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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);
2 changes: 1 addition & 1 deletion SystemReady-band/patches/sctversion.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index 94cae289..6fde9ed0 100644
#include "StandardTest.h"
#include <Library/EntsLib.h>

+#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 };

//
4 changes: 2 additions & 2 deletions common/linux_scripts/bsa.sh
Original file line number Diff line number Diff line change
@@ -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");
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions common/linux_scripts/fwts.sh
Original file line number Diff line number Diff line change
@@ -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");
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/linux_scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="";
Expand Down
4 changes: 2 additions & 2 deletions common/linux_scripts/sbsa.sh
Original file line number Diff line number Diff line change
@@ -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");
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/linux_scripts/secure_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading