HomeDefectsLIN1025-2251
Acknowledged

LIN1025-2251 : [Intel-Stratix10] svc_normal_to_secure_thread STATUS_ERROR

Created: Jun 30, 2025    Updated: Aug 18, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: BSP

Description

root@intel-socfpga-64:/opt/wr-test/testcases/bts/bootcheck_error# cat /opt/wr-test/original_status/dmesg.log |grep -i -B10 -A10 "ERROR" || return 0
[    1.366095] dw_mmc ff808000.mmc: IDMAC supports 32-bit address mode.
[    1.366145] dw_mmc ff808000.mmc: Using internal DMA controller.
[    1.366157] dw_mmc ff808000.mmc: Version ID is 280a
[    1.366480] dw_mmc ff808000.mmc: DW MMC controller at irq 20,32 bit host data width,1024 deep fifo
[    1.366922] mmc_host mmc0: card is polling.
[    1.379783] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
[    1.458526] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    1.458595] mmc0: new high speed SDHC card at address aaaa
[    1.460303] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[    1.470290]  mmcblk0: p1 p2
[    1.594057] svc_normal_to_secure_thread: STATUS_ERROR
[    1.597836] stratix10-rsu stratix10-rsu.0: COMMAND_RSU_GET_DEVICE_INFO returned 0x0
[    1.625091] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    1.625447] usbcore: registered new interface driver usbhid
[    1.625453] usbhid: USB HID core driver
[    1.637607] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.638496] fpga_manager fpga0: Stratix10 SOC FPGA Manager registered
[    1.670742] u32 classifier
[    1.670770]     input device check on
[    1.670774]     Actions configured
[    1.671202] NET: Registered PF_INET6 protocol family

 

Steps to Reproduce

/lpg-build/cdc/fast_prod/WRL10_24/WRL10_24_GIT/wrlinux-10/setup.sh --machines intel-socfpga-64 --distros nodistro --dl-layers=1 --accept-eula=yes
source environment-setup-x86_64-wrlinuxsdk-linux
source oe-init-build-env build

echo 'BB_NUMBER_THREADS ?= "24"' >> conf/local.conf
echo 'PARALLEL_MAKE ?= "-j 24"' >> conf/local.conf
bitbake-layers add-layer /net/pek-lpgtest20/buildarea1/zwang11/WASSP_LINUX_MASTER/testcases/wrlinux/wr-testing/bts-dev

echo '
require templates/feature/bts/template.conf
IMAGE_FSTYPES += " tar.bz2"
ACTIVE_PLAN = "customized_test_plan.ini"' >> conf/local.conf
echo 'BB_DANGLINGAPPENDS_WARNONLY = "1"
IMAGE_INSTALL:append = " python3-threading openssh nfs-utils-mount"' >> conf/local.conf
bitbake core-image-base