Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2010 16:51:32 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 176675 for review
Message-ID:  <201004081651.o38GpWuX080809@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@176675?ac=10

Change 176675 by raj@raj_fdt on 2010/04/08 16:51:18

	Provide default DTS files for Marvell kernels.

Affected files ...

.. //depot/projects/fdt/sys/arm/conf/DB-78XXX#4 edit
.. //depot/projects/fdt/sys/arm/conf/DB-88F5XXX#4 edit
.. //depot/projects/fdt/sys/arm/conf/DB-88F6XXX#4 edit

Differences ...

==== //depot/projects/fdt/sys/arm/conf/DB-78XXX#4 (text+ko) ====

@@ -85,3 +85,4 @@
 
 # Flattened Device Tree
 options 	FDT
+makeoptions	FDT_DTS_FILE=db78100.dts

==== //depot/projects/fdt/sys/arm/conf/DB-88F5XXX#4 (text+ko) ====

@@ -13,7 +13,6 @@
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	WERROR="-Werror"
 
-options		FDT			#Flattened device tree support
 options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
@@ -85,3 +84,7 @@
 # SATA
 device		ata
 device		atadisk
+
+# Flattened Device Tree
+options 	FDT
+makeoptions	FDT_DTS_FILE=db88f5281.dts

==== //depot/projects/fdt/sys/arm/conf/DB-88F6XXX#4 (text+ko) ====

@@ -13,7 +13,6 @@
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	WERROR="-Werror"
 
-options 	FDT			#Flattened Device Tree
 options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
@@ -82,3 +81,7 @@
 # SATA
 device		ata
 device		atadisk
+
+# Flattened Device Tree
+options 	FDT
+makeoptions	FDT_DTS_FILE=db88f6281.dts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004081651.o38GpWuX080809>