Page MenuHomeFreeBSD

Change the fdt_static_dtb.S dependency
ClosedPublic

Authored by sgalabov on Apr 15 2016, 1:27 PM.
Tags
Referenced Files
F122971776: D5963.diff
Thu, Jul 10, 1:55 AM
Unknown Object (File)
Sat, Jun 28, 8:18 PM
Unknown Object (File)
Mon, Jun 23, 9:58 PM
Unknown Object (File)
Wed, Jun 18, 10:59 AM
Unknown Object (File)
Sun, Jun 15, 11:51 AM
Unknown Object (File)
Fri, Jun 13, 11:36 AM
Unknown Object (File)
Thu, Jun 12, 11:34 AM
Unknown Object (File)
May 22 2025, 10:50 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 Not Applicable
Unit
Tests Not Applicable

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.