summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-09-01 16:25:12 +0000
committerandrew <andrew@FreeBSD.org>2015-09-01 16:25:12 +0000
commit53b8e7816f33e1ddb88e58a36d55548c12c48f8e (patch)
treed27de2860688ea60bfd80783ef15f2e8806048f6 /sys/conf
parentebe3a3f18ea8a666906f4c981af78adb7b641c26 (diff)
downloadFreeBSD-src-53b8e7816f33e1ddb88e58a36d55548c12c48f8e.zip
FreeBSD-src-53b8e7816f33e1ddb88e58a36d55548c12c48f8e.tar.gz
Add support for the DesignWare MMC hardware in the HiSilicon hi6220. This
SoC is used in the HiKey board from 96boards. Currently on the SD card is working on the HiKey, as such devices 0 and 2 will need to be disabled, for example by adding the following to loader.conf: hint.hisi_dwmmc.0.disabled=1 hint.hisi_dwmmc.2.disabled=1 Relnotes: yes (Hikey board booting) Sponsored by: ABT Systems Ltd
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm642
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index eba4b66..9ff7702 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -59,6 +59,8 @@ dev/acpica/acpi_if.m optional acpi
dev/fdt/fdt_arm64.c optional fdt
dev/hwpmc/hwpmc_arm64.c optional hwpmc
dev/hwpmc/hwpmc_arm64_md.c optional hwpmc
+dev/mmc/host/dwmmc.c optional dwmmc
+dev/mmc/host/dwmmc_hisi.c optional dwmmc soc_hisi_hi6220
dev/ofw/ofw_cpu.c optional fdt
dev/pci/pci_host_generic.c optional pci fdt
dev/psci/psci.c optional psci
OpenPOWER on IntegriCloud