Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PERFORCE change 176675 for review

1 view
Skip to first unread message

Rafal Jaworowski

unread,
Apr 8, 2010, 12:51:32 PM4/8/10
to Perforce Change Reviews
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

0 new messages