mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 20:51:04 +01:00
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:
parent
4194e4e371
commit
14c1e97f57
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281799
@ -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
|
||||
|
@ -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
|
||||
|
7
sys/modules/dtb/allwinner/Makefile
Normal file
7
sys/modules/dtb/allwinner/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
# All the dts files for allwinner systems we support.
|
||||
DTS= \
|
||||
cubieboard.dts \
|
||||
cubieboard2.dts
|
||||
|
||||
.include <bsd.dtb.mk>
|
Loading…
Reference in New Issue
Block a user