You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @f4bjh,
Thank you for pointing out the issue. We have now isolated the memory access alignment only to Baremetal environment.
Can you please pick the binary with updated changes and try it out from your end?
Binary at - Bsa_ACPI_target.efi
Hi,
For TC 903 of SBSA test suite,
bound
variable is used in ALIGN_MEMORY : https://github.com/ARM-software/bsa-acs/blob/main/val/sbsa/src/sbsa_acs_iovirt.c#L206But this variable has antagonist declaration :
bsa-acs/val/sbsa/src/sbsa_acs_iovirt.c
Line 25 in de00640
bsa-acs/val/common/src/acs_iovirt.c
Line 30 in de00640
bsa-acs/val/bsa/src/bsa_acs_iovirt.c
Line 29 in de00640
Shouldn't it be
uint64_t bound
everywhere ?Note that I did not test TARGET_BM_BOOT neabled, but it should not have impact here.
Thanks in advance for your help,
Best regards
Fabrice DECROP LONGET
The text was updated successfully, but these errors were encountered: