U-boot, EFI and device tree

FreeBSD 12 for ARM comes with EFI/BOOT/bootarm.efi on FAT partition. It works fine with the main line u-boot, which is great.
However, it's very critical to FDT (.dtb*) files, if doesn't like it, it gets stuck at
Code:
Kernel entry at 0x...
....
relocation_offset 0
We have device tree sources (.dts files) in /usr/src and in sysutils/u-boot-* and they are different.
I'll appreciate any pointers to a good source of information how to make them compatible with u-boot.
Also, where is the source of bootarm.efi?
Thanks!
 
Back
Top