Page MenuHomeFreeBSD

Change the fdt_static_dtb.S dependency
ClosedPublic

Authored by sgalabov on Apr 15 2016, 1:27 PM.
Tags
Referenced Files
Unknown Object (File)
Tue, Jul 15, 5:42 AM
Unknown Object (File)
Sun, Jul 13, 10:28 AM
Unknown Object (File)
Fri, Jul 11, 9:12 AM
Unknown Object (File)
Thu, Jul 10, 11:15 PM
Unknown Object (File)
Thu, Jul 10, 7:44 AM
Unknown Object (File)
Thu, Jul 10, 1:55 AM
Unknown Object (File)
Sat, Jun 28, 8:18 PM
Unknown Object (File)
Jun 23 2025, 9:58 PM
Subscribers

Details

Summary

fdt_static_dtb.S dependency in sys/conf/files is currently set as:
$S/boot/fdt/dts/${MACHINE}/${FDT_DTS_FILE}

This is wrong, as what fdt_static_dtb.S actually uses is the DTB file produced from the FDT_DTS_FILE.
In addition it also makes using DTS files stored in $S/gnu/dts/${MACHINE}/ impossible.

So, change the dependency to "fdt_dtb_file", which seems to be the right option here anyway.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sgalabov retitled this revision from to Change the fdt_static_dtb.S dependency.
sgalabov updated this object.
sgalabov edited the test plan for this revision. (Show Details)
sgalabov added a reviewer: adrian.
sgalabov set the repository for this revision to rS FreeBSD src repository - subversion.
sgalabov added a project: MIPS.
adrian edited edge metadata.
This revision is now accepted and ready to land.Apr 15 2016, 2:59 PM
This revision was automatically updated to reflect the committed changes.