Page MenuHomeFreeBSD

Add powerd_enable for RPI4
AbandonedPublic

Authored by mchoo on Dec 21 2023, 2:03 AM.
Referenced Files
Unknown Object (File)
Fri, Aug 14, 3:28 PM
Unknown Object (File)
Thu, Aug 13, 11:41 PM
Unknown Object (File)
Wed, Aug 12, 6:23 AM
Unknown Object (File)
Tue, Aug 11, 10:49 PM
Unknown Object (File)
Mon, Aug 10, 8:04 AM
Unknown Object (File)
Sat, Aug 8, 3:17 AM
Unknown Object (File)
Thu, Aug 6, 4:47 PM
Unknown Object (File)
Sat, Aug 1, 6:13 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

mchoo requested review of this revision.Dec 21 2023, 2:03 AM
mchoo edited the test plan for this revision. (Show Details)
mchoo added a reviewer: Contributor Reviews (src).
mchoo edited the summary of this revision. (Show Details)
mchoo added a subscriber: Contributor Reviews (src).
mchoo 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