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)
Thu, Mar 7, 4:36 AM
Unknown Object (File)
Jan 16 2024, 3:53 PM
Unknown Object (File)
Dec 10 2023, 5:34 AM
Unknown Object (File)
Dec 1 2023, 9:16 AM
Unknown Object (File)
Nov 26 2023, 3:26 PM
Unknown Object (File)
Nov 10 2023, 9:29 AM
Unknown Object (File)
Nov 8 2023, 9:25 AM
Unknown Object (File)
Oct 7 2023, 8:22 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.