Add dtb/zynq to generate dtb files for Zynq-based boards
authorgonzo <gonzo@FreeBSD.org>
Tue, 26 Apr 2016 21:11:01 +0000 (21:11 +0000)
committergonzo <gonzo@FreeBSD.org>
Tue, 26 Apr 2016 21:11:01 +0000 (21:11 +0000)
commit70b725994d2eff6a29af7bbcb559ed7ef4448454
tree80e018432042682dd2642dea9a20954dc6c53f02
parenteef3bca304a459dc1be56ef13cdbe60e896d3935
Add dtb/zynq to generate dtb files for Zynq-based boards

It seems that the only way to supply dtb to loader on Zynq-based
SoCs is to manually generate dtb and place it to pre-defined location
on SD card or TFTP server where loader can pick it up.  More modern
approach is to add modules/dtb/%soc% module and let installworld
target generate dtb and copy them to /boot/dtb/ where they can be
loaded by ubldr
sys/modules/dtb/zynq/Makefile [new file with mode: 0644]