svn commit: r304316 - in head/sys/arm: allwinner allwinner/a10 conf
Emmanuel Vadot
manu at FreeBSD.org
Wed Aug 17 20:32:10 UTC 2016
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
More information about the svn-src-head
mailing list