svn commit: r208613 - head/sys/conf

2010-05-28 Thread Rafal Jaworowski
Author: raj
Date: Fri May 28 10:35:44 2010
New Revision: 208613
URL: http://svn.freebsd.org/changeset/base/208613

Log:
  Introduce kernel build options for the Flattened Device Tree support.
  
  Reviewed by:  imp
  Sponsored by: The FreeBSD Foundation

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==
--- head/sys/conf/options   Fri May 28 09:30:13 2010(r208612)
+++ head/sys/conf/options   Fri May 28 10:35:44 2010(r208613)
@@ -848,3 +848,7 @@ SND_PCM_64  opt_snd.h
 SND_OLDSTEREO  opt_snd.h
 
 X86BIOS
+
+# Flattened device tree options
+FDTopt_platform.h
+FDT_DTB_STATIC opt_platform.h
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


Re: svn commit: r208613 - head/sys/conf

2010-05-28 Thread Garrett Cooper
On Fri, May 28, 2010 at 3:35 AM, Rafal Jaworowski r...@freebsd.org wrote:
 Author: raj
 Date: Fri May 28 10:35:44 2010
 New Revision: 208613
 URL: http://svn.freebsd.org/changeset/base/208613

 Log:
  Introduce kernel build options for the Flattened Device Tree support.

  Reviewed by:  imp
  Sponsored by: The FreeBSD Foundation

 Modified:
  head/sys/conf/options

 Modified: head/sys/conf/options
 ==
 --- head/sys/conf/options       Fri May 28 09:30:13 2010        (r208612)
 +++ head/sys/conf/options       Fri May 28 10:35:44 2010        (r208613)
 @@ -848,3 +848,7 @@ SND_PCM_64          opt_snd.h
  SND_OLDSTEREO          opt_snd.h

  X86BIOS
 +
 +# Flattened device tree options
 +FDT            opt_platform.h
 +FDT_DTB_STATIC opt_platform.h

Wewt -- awesome work guys...!
Thanks,
-Garrett
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org