Page MenuHomeFreeBSD

Only query fdt_fixup_table on architectures where it's used
ClosedPublic

Authored by andrew on Jan 21 2016, 11:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 29, 2:28 AM
Unknown Object (File)
Thu, Sep 25, 1:40 AM
Unknown Object (File)
Sep 11 2025, 2:41 AM
Unknown Object (File)
Sep 8 2025, 5:24 PM
Unknown Object (File)
Sep 2 2025, 7:19 AM
Unknown Object (File)
Aug 11 2025, 6:54 PM
Unknown Object (File)
Jul 16 2025, 5:52 PM
Unknown Object (File)
Jul 6 2025, 12:53 PM
Subscribers

Details

Summary

We only make use of fdt_fixup_table on PowerPC and ARM. As such we can remove it from other architectures as it's unneeded there.

This will also be applicable on riscv, where it's also unneeded, however the patch for the riscv kernel is still under review.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew retitled this revision from to Only query fdt_fixup_table on architectures where it's used.
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added reviewers: br, ian, jhibbits, nwhitehorn, imp.
andrew set the repository for this revision to rS FreeBSD src repository - subversion.
andrew added a subscriber: emaste.
nwhitehorn edited edge metadata.

Thanks! It would be good to get rid of it on PowerPC too. I think it is unnecessary, but I don't have the one board that has a fixup() routine and so can't test it, unfortunately.

This revision is now accepted and ready to land.Jan 21 2016, 4:23 PM

Thanks! It would be good to get rid of it on PowerPC too. I think it is unnecessary, but I don't have the one board that has a fixup() routine and so can't test it, unfortunately.

Yes, I'd like to also remove it from ARM, however we also make use of it on one SoC.

This revision was automatically updated to reflect the committed changes.