Page MenuHomeFreeBSD

Switch the bcm2835 cpufreq driver to use the firmware interface
ClosedPublic

Authored by andrew on Jul 10 2020, 11:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 25, 11:42 PM
Unknown Object (File)
Oct 4 2024, 12:34 AM
Unknown Object (File)
Oct 3 2024, 1:56 PM
Unknown Object (File)
Oct 3 2024, 1:13 AM
Unknown Object (File)
Oct 2 2024, 5:25 PM
Unknown Object (File)
Oct 2 2024, 11:19 AM
Unknown Object (File)
Oct 1 2024, 1:09 PM
Unknown Object (File)
Sep 30 2024, 1:07 PM
Subscribers

Details

Summary

Use the new Raspberry Pi firmware driver in the cpufreq driver. It is
inteneded all drivers that need to interact with the firmware will move
to use the firmware driver, this is the first.

Test Plan

Boots on a RPi4

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew created this revision.

Shouldn't the cpufreq depend on the firmware driver ? (and the firmware driver depend on the mbox one ?)

This revision is now accepted and ready to land.Jul 28 2020, 9:58 AM