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
During the execution of the BSA test suite, we observed that the test attempts to access the ECAM (Enhanced Configuration Access Mechanism) space of a PCIe instance whose ECAM is OFF. This results in a failure of the test due to the inaccessibility of the configuration space.
To address this issue, we recommend invoking the _STA (Status) method associated with the corresponding ACPI node prior to accessing the ECAM space. This method provides the operational status of the host bridge device, thereby allowing the test to verify whether the device is enabled and accessible before proceeding with any configuration space access attempts.