Page MenuHomeFreeBSD

loader: fdt: Add fdt_is_setup function
ClosedPublic

Authored by manu on Apr 25 2019, 7:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 21, 8:59 PM
Unknown Object (File)
Sun, Feb 8, 1:22 PM
Unknown Object (File)
Sun, Feb 8, 6:19 AM
Unknown Object (File)
Sat, Jan 31, 12:21 PM
Unknown Object (File)
Jan 16 2026, 9:49 AM
Unknown Object (File)
Jan 15 2026, 7:21 PM
Unknown Object (File)
Dec 20 2025, 5:33 PM
Unknown Object (File)
Dec 11 2025, 6:41 AM
Subscribers

Details

Summary

When efi_autoload is called it will call fdt_setup_fdtp which setup the
dtb and overlays. If a user already loaded at dtb or overlays or just
printed the efi provided dtb, this will re-setup everything and also
re-applying the overlays.
Test that everything is setup before doing it again.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Apr 25 2019, 7:41 PM
This revision was automatically updated to reflect the committed changes.