svn commit: r241953 - head/sys/conf
Warner Losh
imp at FreeBSD.org
Tue Oct 23 16:07:42 UTC 2012
Author: imp
Date: Tue Oct 23 16:07:41 2012
New Revision: 241953
URL: http://svn.freebsd.org/changeset/base/241953
Log:
Add in MD specific support for FDT. Need to refactor this a bit.
Modified:
head/sys/conf/files.mips
Modified: head/sys/conf/files.mips
==============================================================================
--- head/sys/conf/files.mips Tue Oct 23 16:03:00 2012 (r241952)
+++ head/sys/conf/files.mips Tue Oct 23 16:07:41 2012 (r241953)
@@ -60,6 +60,7 @@ libkern/ffsl.c standard
libkern/fls.c standard
libkern/flsl.c standard
libkern/lshrdi3.c standard
+libkern/memchr.c optional fdt
libkern/memmove.c standard
# Compat32 stuff
@@ -82,3 +83,12 @@ dev/syscons/scgfbrndr.c optional sc
dev/syscons/scterm-teken.c optional sc
dev/syscons/scvtb.c optional sc
mips/mips/sc_machdep.c optional sc
+
+# FDT support
+dev/ofw/openfirm.c optional fdt
+dev/ofw/openfirmio.c optional fdt
+dev/ofw/ofw_bus_if.m optional fdt
+dev/ofw/ofw_if.m optional fdt
+dev/ofw/ofw_bus_subr.c optional fdt
+dev/ofw/ofw_fdt.c optional fdt
+dev/fdt/fdt_mips.c optional fdt
More information about the svn-src-all
mailing list