From owner-svn-src-all@FreeBSD.ORG Thu Apr 23 20:39:42 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05E03B0; Thu, 23 Apr 2015 20:39:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D03B61FEF; Thu, 23 Apr 2015 20:39:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3NKdfmi082772; Thu, 23 Apr 2015 20:39:41 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3NKdfss082769; Thu, 23 Apr 2015 20:39:41 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201504232039.t3NKdfss082769@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Thu, 23 Apr 2015 20:39:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r281903 - head/sys/arm/amlogic/aml8726 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 20:39:42 -0000 Author: andrew Date: Thu Apr 23 20:39:40 2015 New Revision: 281903 URL: https://svnweb.freebsd.org/changeset/base/281903 Log: - Move files selected in files.smp to files.aml8726 and remove it. - Remove a redundant file from files.aml8726 Deleted: head/sys/arm/amlogic/aml8726/files.smp Modified: head/sys/arm/amlogic/aml8726/files.aml8726 head/sys/arm/amlogic/aml8726/std.odroidc1 head/sys/arm/amlogic/aml8726/std.vsatv102-m6 Modified: head/sys/arm/amlogic/aml8726/files.aml8726 ============================================================================== --- head/sys/arm/amlogic/aml8726/files.aml8726 Thu Apr 23 20:28:56 2015 (r281902) +++ head/sys/arm/amlogic/aml8726/files.aml8726 Thu Apr 23 20:39:40 2015 (r281903) @@ -4,12 +4,13 @@ kern/kern_clocksource.c standard arm/arm/bus_space_base.c standard arm/arm/bus_space_generic.c standard -arm/arm/bus_space_asm_generic.S standard +arm/arm/gic.c standard arm/arm/pl310.c standard arm/amlogic/aml8726/aml8726_l2cache.c standard arm/amlogic/aml8726/aml8726_machdep.c standard +arm/amlogic/aml8726/aml8726_mp.c optional smp arm/amlogic/aml8726/aml8726_identsoc.c standard arm/amlogic/aml8726/aml8726_ccm.c standard arm/amlogic/aml8726/aml8726_clkmsr.c standard Modified: head/sys/arm/amlogic/aml8726/std.odroidc1 ============================================================================== --- head/sys/arm/amlogic/aml8726/std.odroidc1 Thu Apr 23 20:28:56 2015 (r281902) +++ head/sys/arm/amlogic/aml8726/std.odroidc1 Thu Apr 23 20:39:40 2015 (r281903) @@ -5,7 +5,6 @@ include "../amlogic/aml8726/std.aml8726 makeoptions FDT_DTS_FILE=odroidc1.dts options SMP # Enable multiple cores -files "../amlogic/aml8726/files.smp" # Physical memory starts at 0x00000000. We assume the kernel is loaded # at 0x00100000 by u-boot (which doesn't support ubldr since it's missing Modified: head/sys/arm/amlogic/aml8726/std.vsatv102-m6 ============================================================================== --- head/sys/arm/amlogic/aml8726/std.vsatv102-m6 Thu Apr 23 20:28:56 2015 (r281902) +++ head/sys/arm/amlogic/aml8726/std.vsatv102-m6 Thu Apr 23 20:39:40 2015 (r281903) @@ -5,7 +5,6 @@ include "../amlogic/aml8726/std.aml8726 makeoptions FDT_DTS_FILE=vsatv102-m6.dts options SMP # Enable multiple cores -files "../amlogic/aml8726/files.smp" # Physical memory starts at 0x80000000. We assume the kernel is loaded # at 0x80100000 by u-boot (which doesn't support ubldr since it's missing