Page MenuHomeFreeBSD

arm64: Move device scmi to std.arm
ClosedPublic

Authored by manu on Jan 5 2023, 9:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 27, 12:36 AM
Unknown Object (File)
Oct 21 2024, 12:46 PM
Unknown Object (File)
Sep 24 2024, 3:21 PM
Unknown Object (File)
Sep 21 2024, 2:13 PM
Unknown Object (File)
Sep 17 2024, 11:55 AM
Unknown Object (File)
Sep 17 2024, 6:33 AM
Unknown Object (File)
Sep 16 2024, 4:04 PM
Unknown Object (File)
Sep 16 2024, 12:59 AM
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