ARM-software / bsa-acs

Arm SystemReady : BSA Architecture Compliance Suite
Apache License 2.0
17 stars 42 forks source link

Features not supported causes test item to fail #270

Closed hysen0523 closed 5 months ago

hysen0523 commented 6 months ago

Test item in BSA "6. Check Cryptographic extensions" failed. The root cause is that bits 7:4, 11:8, 15:12 of ID_AA64ISAR0_EL1 are all zeros. Should this test case be waived? Or, update this test case to get a "skip" result if FEAT_AES/FEAT_SHA1/FEAT_SHA256 not supported? Or other solutions? Thanks a lot.

image
chetan-rathore commented 6 months ago

Hello @hysen0523,

Test will be updated in same manner as similar SBSA test ad described in https://github.com/ARM-software/sbsa-acs/issues/439

Thanks, ACS team