Page MenuHomeFreeBSD

scmi: Add devicetree transport properties
ClosedPublic

Authored by cristian.marussi_arm.com on Nov 4 2024, 8:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 26, 12:47 AM
Unknown Object (File)
Thu, Jan 23, 8:55 PM
Unknown Object (File)
Thu, Jan 23, 5:21 PM
Unknown Object (File)
Dec 28 2024, 6:49 PM
Unknown Object (File)
Dec 10 2024, 9:53 PM
Unknown Object (File)
Dec 9 2024, 5:58 PM
Unknown Object (File)
Dec 8 2024, 11:45 PM
Unknown Object (File)
Nov 12 2024, 4:25 AM
Subscribers

Details

Summary

SCMI transport characteristics can be optionally described in the
devicetree to override the default build-time values.

Tested on: Arm Morello Board
Sponsored by: Arm Ltd
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60366
Build 57250: arc lint + arc unit

Event Timeline

sys/dev/firmware/arm/scmi.c
266

td might be confusing as it's also used to hold a pointer to the thread struct

sys/dev/firmware/arm/scmi.c
266

Indeed. I will fix.

This revision is now accepted and ready to land.Nov 28 2024, 12:04 PM
This revision was automatically updated to reflect the committed changes.