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
This commit is contained in:
parent
8de7cb10b2
commit
627ea1e104
@ -2,4 +2,3 @@
|
||||
|
||||
arm/allwinner/a10/a10_intc.c standard
|
||||
arm/allwinner/a10_padconf.c standard
|
||||
arm/allwinner/timer.c standard
|
3
sys/arm/allwinner/files.allwinner_up
Normal file
3
sys/arm/allwinner/files.allwinner_up
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
arm/allwinner/timer.c standard
|
@ -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"
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user