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, Mar 31, 4:42 PM
Unknown Object (File)
Wed, Mar 19, 8:57 AM
Unknown Object (File)
Tue, Mar 11, 1:55 AM
Unknown Object (File)
Mar 4 2025, 3:48 AM
Unknown Object (File)
Jan 9 2025, 3:11 PM
Unknown Object (File)
Dec 7 2024, 6:04 PM
Unknown Object (File)
Nov 22 2024, 10:35 AM
Unknown Object (File)
Nov 15 2024, 6:52 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.