On Tue, 2024-10-15 at 10:16 -0700, Oliver Upton wrote:
After looking at this again, I think we should do one of the following:
- TEST_REQUIRE() that the PSCI version is at least v1.3, making the dependency clear on older kernels.
- TEST_REQUIRE() for v1.3, which would provide better test coverage on upstream.
Sorry, I meant TEST_ASSERT() here.
Ack. I'll do the latter.