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)
Oct 3 2024, 8:49 AM
Unknown Object (File)
Sep 20 2024, 12:53 AM
Unknown Object (File)
Sep 17 2024, 5:26 PM
Unknown Object (File)
Sep 17 2024, 12:18 PM
Unknown Object (File)
Sep 16 2024, 7:44 PM
Unknown Object (File)
Sep 11 2024, 6:20 AM
Unknown Object (File)
Sep 8 2024, 8:52 AM
Unknown Object (File)
Sep 7 2024, 4:57 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