Page MenuHomeFreeBSD

arm64: Move device scmi to std.arm
ClosedPublic

Authored by manu on Jan 5 2023, 9:15 AM.
Tags
None
Referenced Files
F83328317: D37953.diff
Wed, May 8, 11:37 PM
Unknown Object (File)
Fri, Apr 26, 8:09 AM
Unknown Object (File)
Fri, Apr 26, 8:09 AM
Unknown Object (File)
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
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 48962
Build 45851: arc lint + arc unit