Build and install the DTB for all the supported AllWinner SoCs.

We will need them when we start booting using ubldr.
This commit is contained in:
Luiz Otavio O Souza 2015-04-20 22:12:19 +00:00
parent 4194e4e371
commit 14c1e97f57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281799
3 changed files with 9 additions and 2 deletions

View File

@ -139,4 +139,4 @@ device miibus
options FDT # Configure using FDT/DTB data
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=cubieboard.dts
makeoptions MODULES_EXTRA=dtb/allwinner

View File

@ -140,4 +140,4 @@ device miibus
options FDT # Configure using FDT/DTB data
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=cubieboard2.dts
makeoptions MODULES_EXTRA=dtb/allwinner

View File

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