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)
Mon, May 13, 1:44 AM
Unknown Object (File)
Sat, May 11, 3:28 PM
Unknown Object (File)
Fri, May 10, 12:02 AM
Unknown Object (File)
Wed, May 8, 3:58 PM
Unknown Object (File)
Wed, May 8, 2:56 PM
Unknown Object (File)
Wed, May 1, 3:46 PM
Unknown Object (File)
Apr 28 2024, 5:29 AM
Unknown Object (File)
Mar 7 2024, 4:36 AM
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.