Page MenuHomeFreeBSD

Start to allow platforms other than U-Boot to use the FDT code in loader
ClosedPublic

Authored by andrew on Oct 31 2014, 4:43 PM.
Tags
None
Referenced Files
F132397433: D1054.diff
Thu, Oct 16, 2:07 PM
Unknown Object (File)
Sun, Oct 12, 5:21 PM
Unknown Object (File)
Fri, Oct 10, 2:02 AM
Unknown Object (File)
Sun, Oct 5, 6:25 AM
Unknown Object (File)
Mon, Sep 22, 7:16 AM
Unknown Object (File)
Sep 15 2025, 12:17 PM
Unknown Object (File)
Sep 12 2025, 8:31 PM
Unknown Object (File)
Sep 3 2025, 1:34 AM
Subscribers

Diff Detail

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

Event Timeline

andrew retitled this revision from to Start to allow platforms other than U-Boot to use the FDT code in loader.
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added a reviewer: ARM.

Add a missing function from the fdt platform header

This will need a little more work. There is still U-Boot functions called from fdt code.

rpaulo added a reviewer: rpaulo.
rpaulo added a subscriber: rpaulo.
rpaulo added inline comments.
sys/boot/uboot/fdt/Makefile
12 ↗(On Diff #2188)

Lots of empty spaces in this file.

This revision is now accepted and ready to land.Nov 1 2014, 1:44 AM
andrew edited edge metadata.

Update to remove all uboot code from the fdt code

ian added a reviewer: ian.
ian added a subscriber: ian.

Looks good. I'm not sure I would have created a whole new library with just one .o in it, but maybe more stuff will land in there in the future?

The problem is we need to have the libraries in the correct order for linking and it's easier to create a library and have it ordered correctly.

andrew updated this revision to Diff 2214.

Closed by commit rS273934 (authored by @andrew).