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)
Fri, Nov 15, 12:28 AM
Unknown Object (File)
Mon, Oct 28, 2:20 AM
Unknown Object (File)
Oct 1 2024, 5:14 AM
Unknown Object (File)
Sep 29 2024, 10:13 AM
Unknown Object (File)
Sep 27 2024, 6:52 PM
Unknown Object (File)
Sep 24 2024, 8:41 AM
Unknown Object (File)
Sep 20 2024, 5:08 AM
Unknown Object (File)
Sep 11 2024, 11:21 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.