Page MenuHomeFreeBSD

arm64: Check if PSCI before calling SMCCC
ClosedPublic

Authored by andrew on Oct 30 2023, 2:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 15, 6:26 PM
Unknown Object (File)
Fri, May 10, 6:52 PM
Unknown Object (File)
Fri, May 10, 4:12 PM
Unknown Object (File)
Fri, May 10, 3:49 PM
Unknown Object (File)
Fri, May 10, 10:43 AM
Unknown Object (File)
Fri, May 10, 8:30 AM
Unknown Object (File)
Thu, May 9, 10:45 AM
Unknown Object (File)
Thu, May 9, 7:32 AM
Subscribers

Details

Summary

As SMCCC depends on PSCI check if the latter is present before calling
the former. This fixes an issue where we may call into SMCCC when there
is no PSCI in the system causing a smccc_version assert to fail.

Reported by: stevek
Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable