Page MenuHomeFreeBSD

arm64: Move device scmi to std.arm
ClosedPublic

Authored by manu on Jan 5 2023, 9:15 AM.
Tags
None
Referenced Files
F82191899: D37953.id114765.diff
Fri, Apr 26, 8:09 AM
F82191896: D37953.id.diff
Fri, Apr 26, 8:09 AM
F82191893: D37953.id115711.diff
Fri, Apr 26, 8:09 AM
Unknown Object (File)
Fri, Apr 26, 12:50 AM
Unknown Object (File)
Jan 15 2024, 12:18 AM
Unknown Object (File)
Jan 12 2024, 12:45 AM
Unknown Object (File)
Aug 7 2023, 3:38 PM
Unknown Object (File)
Aug 7 2023, 3:38 PM
Subscribers

Details

Summary

The scmi driver in its current form requires the arm_doorbell
driver to communicate with the firmware.
The arm_doorbell is only found in ARM Juno reference board (and
apparently on Morello too).
If we want to use scmi on other platform (like some rockchip or imx
soc), the driver needs to be updated to support svc/shmem communication
with the firmware.
For now since it can be only used with arm_doorbell move the device to
std.arm otherwise kernel configs like ALLWINNER or ROCKCHIP fails to build.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

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