arm64: Add EspressoBin DTB to the build

This will compile the espressobin dts to a dtb file and this will be
install in /boot/dtb/marvell/ during installkernel.

MFC after:	1 week
This commit is contained in:
Emmanuel Vadot 2019-08-16 21:11:43 +00:00
parent d2ad004b4a
commit 51154edc56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351144
2 changed files with 7 additions and 1 deletions

View File

@ -326,4 +326,4 @@ options FDT
device acpi
# DTBs
makeoptions MODULES_EXTRA="dtb/allwinner dtb/rockchip dtb/rpi"
makeoptions MODULES_EXTRA="dtb/allwinner dtb/mv dtb/rockchip dtb/rpi"

View File

@ -1,7 +1,13 @@
# $FreeBSD$
# All the dts files for Marvell systems we support.
.if ${MACHINE_ARCH} == "armv7"
DTS= \
armada-388-clearfog.dts \
armada-388-gp.dts
.elif ${MACHINE_ARCH} == "aarch64"
DTS= \
marvell/armada-3720-espressobin.dts
.endif
.include <bsd.dtb.mk>