From owner-p4-projects@FreeBSD.ORG Thu Apr 8 16:51:32 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6E48310656B1; Thu, 8 Apr 2010 16:51:32 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 322EB10656AC for ; Thu, 8 Apr 2010 16:51:32 +0000 (UTC) (envelope-from raj@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 211978FC1A for ; Thu, 8 Apr 2010 16:51:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o38GpWSp080811 for ; Thu, 8 Apr 2010 16:51:32 GMT (envelope-from raj@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o38GpWuX080809 for perforce@freebsd.org; Thu, 8 Apr 2010 16:51:32 GMT (envelope-from raj@freebsd.org) Date: Thu, 8 Apr 2010 16:51:32 GMT Message-Id: <201004081651.o38GpWuX080809@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to raj@freebsd.org using -f From: Rafal Jaworowski To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 176675 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2010 16:51:32 -0000 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