Page MenuHomeFreeBSD

src.opts.mk: sync FDT and OFED options with kern.opts.mk
ClosedPublic

Authored by emaste on Mar 7 2023, 6:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 5:50 AM
Unknown Object (File)
Sep 3 2025, 3:09 AM
Unknown Object (File)
Aug 13 2025, 4:29 AM
Unknown Object (File)
Aug 11 2025, 3:25 AM
Unknown Object (File)
Aug 5 2025, 8:30 PM
Unknown Object (File)
Aug 2 2025, 6:48 PM
Unknown Object (File)
Jul 26 2025, 10:08 PM
Unknown Object (File)
Jul 25 2025, 2:26 PM
Subscribers

Details

Summary
Where options exist in both src.opts.mk and kern.opts.mk they should be
kept in sync.
    
PR:             269994
Sponsored by:   The FreeBSD Foundation

Diff Detail

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

Event Timeline

emaste requested review of this revision.Mar 7 2023, 6:12 PM
share/mk/src.opts.mk
286

looks like this gets used in stand/

This revision is now accepted and ready to land.Mar 7 2023, 6:18 PM
share/mk/src.opts.mk
286

Yea, this will break kboot on amd64, but that needs some more thought... and kboot on amd64 doesn't work yet, so it's no biggie

On IRC there's ongoing discussion about kernel OFED support, and that it should probably be enabled on arm64. I think the right path here is to go ahead with this commit, rationalizing the option defaults between userland and kernel, and from there turn options on/off for specific architectures for both kernel and userland.