summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-06-06 18:49:02 +0000
committerian <ian@FreeBSD.org>2015-06-06 18:49:02 +0000
commit98d314ee2c13e297598a711a834c1cab13641c5d (patch)
treeaab0e8a6977bd90b416d85c81d111c5edfa179e3 /sys/arm
parent49e34859d144c1ab4d4c82f463379ad8498a7fe8 (diff)
downloadFreeBSD-src-98d314ee2c13e297598a711a834c1cab13641c5d.zip
FreeBSD-src-98d314ee2c13e297598a711a834c1cab13641c5d.tar.gz
MFC r278338, r278340, r278458, r278519:
Create a module to install the Raspberry Pi dtb files. Pull in the rpi.dts -> rpi.dtb module (dtb/rpi) and have it install rpi.dtb in /boot/dtb by default. Add a module to build the dtb files for all supported imx6 systems. Remove imx6s-wandboard.dts, there is no such file.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/IMX61
-rw-r--r--sys/arm/conf/RPI-B3
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/arm/conf/IMX6 b/sys/arm/conf/IMX6
index 9725fb9..394933d 100644
--- a/sys/arm/conf/IMX6
+++ b/sys/arm/conf/IMX6
@@ -153,6 +153,7 @@ device u3g # USB modems
# Flattened Device Tree
options FDT # Configure using FDT/DTB data
+makeoptions MODULES_EXTRA=dtb/imx6
# SoC-specific devices
device ffec # Freescale Fast Ethernet Controller
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 8f6f304..ba00540 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -138,4 +138,5 @@ options FDT # Configure using FDT/DTB data
# Note: DTB is normally loaded and modified by RPi boot loader, then
# handed to kernel via U-Boot and ubldr.
#options FDT_DTB_STATIC
-makeoptions FDT_DTS_FILE=rpi.dts
+#makeoptions FDT_DTS_FILE=rpi.dts
+makeoptions MODULES_EXTRA=dtb/rpi
OpenPOWER on IntegriCloud