ARM-software / bsa-acs

Arm SystemReady : BSA Architecture Compliance Suite
Apache License 2.0
14 stars 40 forks source link

SMMU test 3 updates for mantis #624 #300

Closed chetan-rathore closed 1 month ago

chetan-rathore commented 1 month ago

Fixes #162

B_SMMU_06 rule is updated to also account for system physical address space.If SPAS is 52-bit, then PE and SMMU should also support it.

There is no architecture method to know if SPAS is 52 bit or not, test is only checking uefi memory map to know if any address is 52 bit.

Test updated to

Other cases will be treated as SKIP, and require manual check to verify if system SPAS is 52 bit or not.