Page MenuHomeFreeBSD

Expose FDT blob via sysctl
ClosedPublic

Authored by stevek on Aug 3 2016, 11:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 11:48 AM
Unknown Object (File)
Feb 9 2024, 1:18 AM
Unknown Object (File)
Dec 19 2023, 11:49 PM
Unknown Object (File)
Oct 12 2023, 5:10 AM
Unknown Object (File)
Jul 23 2023, 11:01 PM
Unknown Object (File)
Jul 4 2023, 5:39 PM
Unknown Object (File)
Jul 4 2023, 5:39 PM
Unknown Object (File)
Jul 2 2023, 6:20 AM

Details

Reviewers
andrew
Group Reviewers
ARM
Commits
rS303803: Add hw.fdt sysctl node.
Summary

Add hw.fdt sysctl node.
Make FDT blob available via opaque hw.fdt.dtb sysctl, if a DTB has been
installed by the time sysctls are registered.

Test Plan

Built image for RPi2 and booted on system. Able to grab the dtb using sysctl
and use dtc to convert the dtb to dts. Also did a diff between the original
dtb and the saved one and there was no difference.

Diff Detail

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

Event Timeline

stevek retitled this revision from to Expose FDT blob via sysctl.
stevek updated this object.
stevek edited the test plan for this revision. (Show Details)
stevek added a subscriber: ARM.
stevek removed a subscriber: ARM.
andrew added a reviewer: andrew.
This revision is now accepted and ready to land.Aug 6 2016, 9:34 AM
This revision was automatically updated to reflect the committed changes.