summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2016-04-26 21:11:01 +0000
committergonzo <gonzo@FreeBSD.org>2016-04-26 21:11:01 +0000
commit70b725994d2eff6a29af7bbcb559ed7ef4448454 (patch)
tree80e018432042682dd2642dea9a20954dc6c53f02 /sys/modules
parenteef3bca304a459dc1be56ef13cdbe60e896d3935 (diff)
downloadFreeBSD-src-70b725994d2eff6a29af7bbcb559ed7ef4448454.zip
FreeBSD-src-70b725994d2eff6a29af7bbcb559ed7ef4448454.tar.gz
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
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/dtb/zynq/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/dtb/zynq/Makefile b/sys/modules/dtb/zynq/Makefile
new file mode 100644
index 0000000..6dfac0a
--- /dev/null
+++ b/sys/modules/dtb/zynq/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+# All the dts files for Zynq systems we support.
+DTS= \
+ zedboard.dts \
+ zybo.dts
+
+.include <bsd.dtb.mk>
OpenPOWER on IntegriCloud