Page MenuHomeFreeBSD

fdt: further consolidate DTB building and revise manpage
ClosedPublic

Authored by kevans on Mar 28 2019, 2:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 11, 7:56 AM
Unknown Object (File)
Mon, Feb 10, 10:36 PM
Unknown Object (File)
Jan 25 2025, 1:44 AM
Unknown Object (File)
Jan 24 2025, 7:24 PM
Unknown Object (File)
Jan 24 2025, 5:27 PM
Unknown Object (File)
Jan 18 2025, 5:15 PM
Unknown Object (File)
Jan 17 2025, 5:44 PM
Unknown Object (File)
Dec 5 2024, 4:32 AM
Subscribers
None

Details

Summary

FDT_DTS_FILE was built separately with a rule in sys/conf/files and recreated the rules we used in dtb.mk. Now that we have other infrastructure to build a DTB along with the kernel, fold FDT_DTS_FILE into that since it doesn't have any special requirements.

fdt(4) never got revised to mention the DTS/DTSO make options, so do that now.

Test Plan

Test built SOCKIT armv7 config.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

These are good changes, though the conf/files and kern.post.mk fragments seem a separate thing...

This revision is now accepted and ready to land.Mar 29 2019, 1:39 AM
In D19736#423137, @imp wrote:

These are good changes, though the conf/files and kern.post.mk fragments seem a separate thing...

keen.post.mk has to happen for the dependency target to exist, but it could go in separate I suppose

This revision was automatically updated to reflect the committed changes.