Page MenuHomeFreeBSD

Add powerd_enable for RPI4
AbandonedPublic

Authored by minsoochoo0122_proton.me on Dec 21 2023, 2:03 AM.
Referenced Files
F137294428: D43141.id131625.diff
Sat, Nov 22, 3:55 AM
Unknown Object (File)
Wed, Nov 19, 2:51 AM
Unknown Object (File)
Fri, Nov 14, 7:36 AM
Unknown Object (File)
Mon, Nov 3, 11:44 PM
Unknown Object (File)
Wed, Oct 29, 5:26 PM
Unknown Object (File)
Wed, Oct 29, 5:25 PM
Unknown Object (File)
Wed, Oct 29, 5:25 PM
Unknown Object (File)
Wed, Oct 29, 5:24 PM

Details

Reviewers
andrew
Group Reviewers
Contributor Reviews (src)
Summary

PR
PR reporter's explanation on Google Docs, please read "Raspberry Pi" section in "Installing FreeBSD"

After this revision is accepted, there should be two sd card iso files for Raspberry Pi, Raspberry Pi 4 and the rest using aarch64 architecture.

Test Plan

cd /usr/src/release
sh release.sh -c arm/RPI.conf
sh release.sh -c arm/RPI4.conf

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 55078
Build 51967: arc lint + arc unit

Event Timeline

minsoochoo0122_proton.me edited the test plan for this revision. (Show Details)

Change ISO name for RPI4

I added the following comment to the bug:

The current 64-bit RPI image is shared by multiple models, including 3B+ and 4B.  However, the RPi 3B+ can benefit from enabling powerd as well, as can derivatives of the 4B.  I don't see any reason not to enable powerd on the current RPI image.

btw, I have a different change to enable powerd in the RPI image (not using the quirk hook), but the net effect is the same.

I spoke too soon. The quirk mechanism won't work here without other changes, as /etc/rc.conf is truncated after the quirk is called.

This revision is succeeded by D43296. Closing revision