Page MenuHomeFreeBSD

stand/fdt: Consistently apply fdt_overlays
ClosedPublic

Authored by kevans on Dec 28 2017, 2:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 16, 12:26 AM
Unknown Object (File)
Thu, May 15, 5:29 AM
Unknown Object (File)
Wed, May 14, 12:33 PM
Unknown Object (File)
Apr 23 2025, 6:30 AM
Unknown Object (File)
Mar 22 2025, 10:50 AM
Unknown Object (File)
Mar 3 2025, 8:54 PM
Unknown Object (File)
Feb 16 2025, 8:52 AM
Unknown Object (File)
Jan 17 2025, 5:42 PM
Subscribers

Details

Summary

Overlays were previously not applied when U-Boot provides FDT or EFI provides FDT, only when we load FDT from /boot/dtb given name from U-Boot. Make all three paths lead to loading fdt_overlays and applying them, so that fdt_overlays can be expected to Just Work.

Diff Detail

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

Event Timeline

stand/efi/fdt/efi_fdt.c
52 ↗(On Diff #37136)

if (hdr == NULL)
return (1);

Address manu@'s comment, rework flow to just return early in case of errors.

This revision is now accepted and ready to land.Dec 28 2017, 3:14 PM
This revision was automatically updated to reflect the committed changes.