From f4b874b34dd76a541a045f8a723c6d38c18aa2ef Mon Sep 17 00:00:00 2001 From: jchandra Date: Tue, 18 Oct 2011 08:10:23 +0000 Subject: 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 --- sys/mips/conf/XLP | 5 +++++ sys/mips/conf/XLP64 | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'sys/mips/conf') 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 -- cgit v1.1