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
Unknown Object (File)
Thu, Nov 21, 10:20 AM
Unknown Object (File)
Mon, Nov 18, 5:28 PM
Unknown Object (File)
Mon, Nov 18, 10:10 AM
Unknown Object (File)
Thu, Nov 14, 2:46 AM
Unknown Object (File)
Thu, Nov 7, 12:00 PM
Unknown Object (File)
Thu, Nov 7, 12:00 PM
Unknown Object (File)
Thu, Nov 7, 11:15 AM
Unknown Object (File)
Apr 8 2024, 10:29 PM

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

karels requested review of this revision.Jan 3 2024, 9:33 PM

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