Boot on a U-Boot plaform
Details
Details
- Reviewers
rpaulo • ian - Group Reviewers
ARM - Commits
- rS275763: MFC 273927:
rS273934: Start to allow platforms other than U-Boot to use the FDT code in loader by
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
This will need a little more work. There is still U-Boot functions called from fdt code.
sys/boot/uboot/fdt/Makefile | ||
---|---|---|
12 ↗ | (On Diff #2188) | Lots of empty spaces in this file. |
Comment Actions
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?
Comment Actions
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.