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
Unknown Object (File)
Sat, Jun 22, 9:06 PM
Unknown Object (File)
May 4 2024, 11:06 AM
Unknown Object (File)
Apr 30 2024, 2:23 AM
Unknown Object (File)
Apr 30 2024, 1:56 AM
Unknown Object (File)
Apr 30 2024, 1:55 AM
Unknown Object (File)
Apr 30 2024, 1:52 AM
Unknown Object (File)
Apr 30 2024, 1:52 AM
Unknown Object (File)
Apr 29 2024, 5:03 PM
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).