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
This commit is contained in:
Oleksandr Tymoshenko 2016-04-26 21:11:01 +00:00
parent 0f752e9f7b
commit cf790dc236
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298666

View File

@ -0,0 +1,7 @@
# $FreeBSD$
# All the dts files for Zynq systems we support.
DTS= \
zedboard.dts \
zybo.dts
.include <bsd.dtb.mk>