From 87aa8cd53a604df1c832683a8f8ab77cd479d17c Mon Sep 17 00:00:00 2001 From: Chetan Singh Date: Sat, 31 Jan 2026 10:13:49 +0530 Subject: [PATCH] DT: Run fwts 'smccc' tests for DT band As per SRS 3.1.1, DT band includes SMCCC tests are recommendation. --- .../Yocto/meta-woden/recipes-acs/install-files/files/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/install-files/files/init.sh b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/install-files/files/init.sh index 553ffd25..2442c880 100644 --- a/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/install-files/files/init.sh +++ b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/install-files/files/init.sh @@ -155,7 +155,7 @@ if [ $ADDITIONAL_CMD_OPTION != "noacs" ]; then test_list=`cat /usr/bin/ir_bbr_fwts_tests.ini | grep -v "^#" | awk '{print $1}' | xargs` echo "Test Executed are $test_list" echo "SystemReady devicetree band ACS v3.1.1" > /mnt/acs_results_template/acs_results/fwts/FWTSResults.log - /usr/bin/fwts --ebbr `echo $test_list` -r stdout >> /mnt/acs_results_template/acs_results/fwts/FWTSResults.log + /usr/bin/fwts --ebbr `echo $test_list` smccc -r stdout >> /mnt/acs_results_template/acs_results/fwts/FWTSResults.log echo -e -n "\n" sync sleep 5