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)
Fri, Apr 26, 11:55 PM
Unknown Object (File)
Fri, Apr 26, 10:34 PM
Unknown Object (File)
Fri, Apr 26, 10:30 PM
Unknown Object (File)
Fri, Apr 26, 10:01 PM
Unknown Object (File)
Thu, Apr 25, 10:05 PM
Unknown Object (File)
Jan 14 2024, 2:04 AM
Unknown Object (File)
Dec 20 2023, 5:16 AM
Unknown Object (File)
Dec 15 2023, 5:37 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.