Page MenuHomeFreeBSD

arm64/RPI: enable powerd by default on arm64-aarch64-RPI images
ClosedPublic

Authored by karels on Jan 3 2024, 9:33 PM.
Tags
None
Referenced Files
F93085895: D43296.id.diff
Sat, Sep 7, 4:57 AM
Unknown Object (File)
Fri, Sep 6, 10:21 AM
Unknown Object (File)
Thu, Aug 15, 4:26 AM
Unknown Object (File)
Thu, Aug 15, 4:26 AM
Unknown Object (File)
Thu, Aug 15, 4:26 AM
Unknown Object (File)
Aug 8 2024, 4:29 PM
Unknown Object (File)
Jul 4 2024, 7:15 AM
Unknown Object (File)
Jun 4 2024, 8:11 AM

Details

Summary

Most 64-bit Raspberry Pi models have a variable processor clock
speed that defaults to a slow speed (e.g. 600 MHz for a nominal
1.5 GHz clock). This results in everything running slowly unless
or until powerd is started, and FreeBSD is then thought to be slow.
Enable powerd by default in /etc/rc.conf on the arm64-aarch64-RPI
images. Tested on Raspberry Pi 3B+ and 4B so far.

PR: 256836
MFC after: 1 month

Diff Detail

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

Event Timeline

There is an alternative approach in https://reviews.freebsd.org/D43141. The main difference is that it splits RPI4 into a separate image, leaving RPI for RPi 3 etc. I don't think that is necessary, as noted in that review. The other difference is in using the quirks mechanism, which would require modification to be effective in this case.

rgrimes added a subscriber: rgrimes.

I see this as the better of the two solutions in front of us.

This revision is now accepted and ready to land.Jan 4 2024, 5:23 PM