In the SMCCC TRNG and Errata ABI drivers check if the version
functions are implemented before calling them. Without this the firmware
may complain about an unimplemented function being called.
Reported by: bz
Sponsored by: Arm Ltd
Differential D50978
dev/psci: Check for functions before calling andrew on Jun 23 2025, 12:46 PM. Authored by Tags None Referenced Files
Details
In the SMCCC TRNG and Errata ABI drivers check if the version Reported by: bz
Diff Detail
Event Timeline
Comment Actions The warnings are gone but does that also mean that if ATF doesn't support the bits any errata are not dealt with silently now? Comment Actions If the firmware doesn't implement the Errata ABI then we may enable a workaround in the kernel even if we don't need to, e.g. when the firmware already has a workaround, or the combination of HW means it's not needed |