summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2011-10-18 08:10:23 +0000
committerjchandra <jchandra@FreeBSD.org>2011-10-18 08:10:23 +0000
commitf4b874b34dd76a541a045f8a723c6d38c18aa2ef (patch)
tree063069af9538c28e3e5bb898c8e1f42347765d51 /sys/mips/conf
parent832b15d2892554b2c0a2cee0eed9ac42c333606b (diff)
downloadFreeBSD-src-f4b874b34dd76a541a045f8a723c6d38c18aa2ef.zip
FreeBSD-src-f4b874b34dd76a541a045f8a723c6d38c18aa2ef.tar.gz
Support for booting XLP using FDT.
- update xlp_machdep.c to read arguments from FDT if FDT support is compiled in. - define rmi_uart_bus_space, and use it as fdtbus_bs_tag - update conf files for FDT support - add default dts file xlp-basic.dts
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/XLP5
-rw-r--r--sys/mips/conf/XLP645
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/mips/conf/XLP b/sys/mips/conf/XLP
index ff40239..6f73896 100644
--- a/sys/mips/conf/XLP
+++ b/sys/mips/conf/XLP
@@ -93,3 +93,8 @@ device pci
# Network
device ether
+#
+# FDT support
+options FDT
+options FDT_DTB_STATIC
+makeoptions FDT_DTS_FILE=xlp-basic.dts
diff --git a/sys/mips/conf/XLP64 b/sys/mips/conf/XLP64
index 1d4b575..702462f 100644
--- a/sys/mips/conf/XLP64
+++ b/sys/mips/conf/XLP64
@@ -95,3 +95,8 @@ device pci
# Network
device ether
+
+# FDT support
+options FDT
+options FDT_DTB_STATIC
+makeoptions FDT_DTS_FILE=xlp-basic.dts
OpenPOWER on IntegriCloud