ARM-software / bsa-acs

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

Increase a value of PCIE_ECAP_ID_END macro. #56

Closed semihalf-bernacki-grzegorz closed 2 years ago

semihalf-bernacki-grzegorz commented 2 years ago

PCIE_ECAP_ID_END is defined as 0x29

https://github.com/ARM-software/bsa-acs/blob/726b990213b17fe466b9c53d751c0f5c11c16c60/test_pool/pcie/operating_system/test_os_p009.c#L28

However according to "PCI Code and ID Assignment Specification Revision 1.11" values up to 0x2C are allowed.

chetan-rathore commented 2 years ago

Hi @semihalf-bernacki-grzegorz,

Thanks for raising the issue, we will check at our side.

Regards, ACS team

gowthamsiddarthd commented 2 years ago

Hi @semihalf-bernacki-grzegorz,

This issue has been fixed as part of the PR: https://github.com/ARM-software/bsa-acs/pull/60

Regards, Gowtham, ACS Team