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, Sep 21, 6:11 AM
Unknown Object (File)
Fri, Sep 20, 5:45 AM
Unknown Object (File)
Thu, Sep 19, 5:52 PM
Unknown Object (File)
Thu, Sep 19, 12:17 AM
Unknown Object (File)
Sun, Sep 15, 9:00 PM
Unknown Object (File)
Aug 20 2024, 3:05 AM
Unknown Object (File)
Aug 20 2024, 3:05 AM
Unknown Object (File)
Aug 20 2024, 3:05 AM
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.