From owner-svn-src-head@freebsd.org Wed Aug 17 20:32:10 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FAC7BBD0C3; Wed, 17 Aug 2016 20:32:10 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E1CCC1EA2; Wed, 17 Aug 2016 20:32:09 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7HKW9oS002750; Wed, 17 Aug 2016 20:32:09 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7HKW8YD002746; Wed, 17 Aug 2016 20:32:08 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201608172032.u7HKW8YD002746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Wed, 17 Aug 2016 20:32:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r304316 - in head/sys/arm: allwinner allwinner/a10 conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 20:32:10 -0000 Author: manu Date: Wed Aug 17 20:32:08 2016 New Revision: 304316 URL: https://svnweb.freebsd.org/changeset/base/304316 Log: Rename kernel config A10 into ALLWINNER_UP as it is intend to work with all Allwinner Uniprocessor SoC. As of now it works with A10 and A13 (and possibly R8 as it is the same as the A13). Move files.a10 into a1o subdirectory as it should be. Rename std.a10 into std.allwinner_up Added: head/sys/arm/allwinner/a10/files.a10 (contents, props changed) - copied, changed from r304315, head/sys/arm/allwinner/files.a10 head/sys/arm/allwinner/files.allwinner_up (contents, props changed) head/sys/arm/allwinner/std.allwinner_up (contents, props changed) - copied, changed from r304315, head/sys/arm/allwinner/std.a10 head/sys/arm/conf/ALLWINNER_UP (contents, props changed) - copied, changed from r304315, head/sys/arm/conf/A10 Deleted: head/sys/arm/allwinner/files.a10 head/sys/arm/allwinner/std.a10 head/sys/arm/conf/A10 Copied and modified: head/sys/arm/allwinner/a10/files.a10 (from r304315, head/sys/arm/allwinner/files.a10) ============================================================================== --- head/sys/arm/allwinner/files.a10 Wed Aug 17 20:27:04 2016 (r304315, copy source) +++ head/sys/arm/allwinner/a10/files.a10 Wed Aug 17 20:32:08 2016 (r304316) @@ -2,4 +2,3 @@ arm/allwinner/a10/a10_intc.c standard arm/allwinner/a10_padconf.c standard -arm/allwinner/timer.c standard Added: head/sys/arm/allwinner/files.allwinner_up ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/arm/allwinner/files.allwinner_up Wed Aug 17 20:32:08 2016 (r304316) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +arm/allwinner/timer.c standard Copied and modified: head/sys/arm/allwinner/std.allwinner_up (from r304315, head/sys/arm/allwinner/std.a10) ============================================================================== --- head/sys/arm/allwinner/std.a10 Wed Aug 17 20:27:04 2016 (r304315, copy source) +++ head/sys/arm/allwinner/std.allwinner_up Wed Aug 17 20:32:08 2016 (r304316) @@ -1,4 +1,4 @@ -# Allwinner A10 common options +# Allwinner Uniprocessor common options #$FreeBSD$ cpu CPU_CORTEXA @@ -8,6 +8,7 @@ makeoptions CONF_CFLAGS="-march=armv7a" makeoptions KERNVIRTADDR=0xc0200000 options KERNVIRTADDR=0xc0200000 +files "../allwinner/files.allwinner_up" files "../allwinner/files.allwinner" -files "../allwinner/files.a10" +files "../allwinner/a10/files.a10" files "../allwinner/a13/files.a13" Copied and modified: head/sys/arm/conf/ALLWINNER_UP (from r304315, head/sys/arm/conf/A10) ============================================================================== --- head/sys/arm/conf/A10 Wed Aug 17 20:27:04 2016 (r304315, copy source) +++ head/sys/arm/conf/ALLWINNER_UP Wed Aug 17 20:32:08 2016 (r304316) @@ -1,5 +1,5 @@ # -# A10 -- Custom configuration for the AllWinner A10 SoC +# ALLWINNER_UP -- Custom configuration for the AllWinner Uniprocessor SoC # # For more information on this file, please read the config(5) manual page, # and/or the handbook section on Kernel Configuration Files: @@ -18,10 +18,10 @@ # # $FreeBSD$ -ident A10 +ident ALLWINNER_UP include "std.armv6" -include "../allwinner/std.a10" +include "../allwinner/std.allwinner_up" options INTRNG