Author: gonzo Date: Tue Apr 26 21:11:01 2016 New Revision: 298666 URL: https://svnweb.freebsd.org/changeset/base/298666
Log: 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 Added: head/sys/modules/dtb/zynq/ head/sys/modules/dtb/zynq/Makefile (contents, props changed) Added: head/sys/modules/dtb/zynq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/modules/dtb/zynq/Makefile Tue Apr 26 21:11:01 2016 (r298666) @@ -0,0 +1,7 @@ +# $FreeBSD$ +# All the dts files for Zynq systems we support. +DTS= \ + zedboard.dts \ + zybo.dts + +.include <bsd.dtb.mk> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"