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)
Sat, Sep 19, 11:35 PM
Unknown Object (File)
Sat, Sep 19, 11:30 PM
Unknown Object (File)
Sat, Sep 19, 11:20 PM
Unknown Object (File)
Wed, Aug 26, 5:26 AM
Unknown Object (File)
Aug 18 2026, 9:43 AM
Unknown Object (File)
Aug 15 2026, 11:59 AM
Unknown Object (File)
Aug 13 2026, 3:55 AM
Unknown Object (File)
Aug 11 2026, 1:02 PM
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