Author: mhorne Date: Thu Sep 17 14:58:30 2020 New Revision: 365835 URL: https://svnweb.freebsd.org/changeset/base/365835
Log: Add dtb/sifive module This allows building the HiFive Unleashed device tree blob. Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D26459 Added: head/sys/modules/dtb/sifive/ head/sys/modules/dtb/sifive/Makefile (contents, props changed) Added: head/sys/modules/dtb/sifive/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/modules/dtb/sifive/Makefile Thu Sep 17 14:58:30 2020 (r365835) @@ -0,0 +1,6 @@ +# $FreeBSD$ + +DTS= \ + sifive/hifive-unleashed-a00.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"