Page MenuHomeFreeBSD

ofwdump: install dependent on MK_FDT
ClosedPublic

Authored by mhorne on Sep 25 2023, 5:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 25, 10:48 PM
Unknown Object (File)
Nov 6 2023, 7:22 PM
Unknown Object (File)
Oct 24 2023, 9:43 AM
Unknown Object (File)
Oct 2 2023, 4:39 PM
Unknown Object (File)
Oct 2 2023, 1:41 PM
Subscribers
None

Details

Summary

The utility depends on the presence of the openfirm(4) pseudo-device,
which is gated by the FDT kernel option. The MK_FDT knob is correctly
set to "yes" for FDT/OFW-enabled platforms (powerpc* included); use it
to install the utility and eliminate the arch-specific Makefile logic.

No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable