Page MenuHomeFreeBSD

Add initial fdt support to loader.efi
ClosedPublic

Authored by andrew on Apr 3 2015, 6:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 11, 5:50 AM
Unknown Object (File)
Tue, Sep 10, 10:15 AM
Unknown Object (File)
Mon, Sep 9, 1:09 AM
Unknown Object (File)
Thu, Sep 5, 8:16 PM
Unknown Object (File)
Sat, Aug 31, 11:06 PM
Unknown Object (File)
Sat, Aug 31, 5:04 PM
Unknown Object (File)
Thu, Aug 29, 8:26 PM
Unknown Object (File)
Jul 22 2024, 12:57 PM
Subscribers

Details

Summary

This adds the start of fdt support to loader.efi on arm and arm64. The
architecture Makefile.inc1 files should set LOADER_FDT_SUPPORT=yes to
allow FDT support in the code.

It would be nice if we could centralise this to a single file. I'm open
to suggestions on how best to do this.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

andrew retitled this revision from to Add initial fdt support to loader.efi.
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added reviewers: emaste, imp.
andrew added a reviewer: andrew.
This revision is now accepted and ready to land.Apr 5 2015, 6:37 PM
andrew updated this revision to Diff 4683.

Closed by commit rS281114 (authored by @andrew).