aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <loos@FreeBSD.org>2015-04-18 03:07:01 +0000
committerLuiz Otavio O Souza <loos@FreeBSD.org>2015-04-18 03:07:01 +0000
commita5e68d8c0d768257cdcf9484f594a11add273edb (patch)
tree24fd91b73bd72e117ff218cf82343a8ecb61f201 /sys/arm
parent3427dceb4e985af7a2f211a63e1dbbec9f85a8ae (diff)
downloadsrc-a5e68d8c0d768257cdcf9484f594a11add273edb.tar.gz
src-a5e68d8c0d768257cdcf9484f594a11add273edb.zip
Move the items common to all SoCs to a single file.
Notes
Notes: svn path=/head/; revision=281679
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/allwinner/a20/files.a2014
-rw-r--r--sys/arm/allwinner/a20/std.a201
-rw-r--r--sys/arm/allwinner/files.a1016
-rw-r--r--sys/arm/allwinner/files.allwinner18
-rw-r--r--sys/arm/allwinner/std.a101
5 files changed, 20 insertions, 30 deletions
diff --git a/sys/arm/allwinner/a20/files.a20 b/sys/arm/allwinner/a20/files.a20
index 0edd6e80066a..f8d8f6fdecd3 100644
--- a/sys/arm/allwinner/a20/files.a20
+++ b/sys/arm/allwinner/a20/files.a20
@@ -1,19 +1,5 @@
# $FreeBSD$
-kern/kern_clocksource.c standard
-arm/arm/bus_space_asm_generic.S standard
-arm/arm/bus_space_generic.c standard
arm/arm/gic.c standard
-arm/allwinner/a20/a20_cpu_cfg.c standard
-arm/allwinner/a10_clk.c standard
-arm/allwinner/a10_sramc.c standard
-arm/allwinner/a10_gpio.c optional gpio
-arm/allwinner/a10_ehci.c optional ehci
-arm/allwinner/if_emac.c optional emac
-arm/allwinner/a10_wdog.c standard
-arm/allwinner/timer.c standard
-arm/arm/bus_space_base.c standard
-arm/allwinner/a10_common.c standard
-arm/allwinner/a10_machdep.c standard
arm/allwinner/a20/a20_mp.c optional smp
diff --git a/sys/arm/allwinner/a20/std.a20 b/sys/arm/allwinner/a20/std.a20
index 7d5342b01379..eb4fa3f7b60c 100644
--- a/sys/arm/allwinner/a20/std.a20
+++ b/sys/arm/allwinner/a20/std.a20
@@ -22,4 +22,5 @@ options ARM_L2_PIPT
options IPI_IRQ_START=0
options IPI_IRQ_END=15
+files "../allwinner/files.allwinner"
files "../allwinner/a20/files.a20"
diff --git a/sys/arm/allwinner/files.a10 b/sys/arm/allwinner/files.a10
index 8dda7cfe9462..9f28fc406f2d 100644
--- a/sys/arm/allwinner/files.a10
+++ b/sys/arm/allwinner/files.a10
@@ -1,19 +1,3 @@
# $FreeBSD$
-kern/kern_clocksource.c standard
-arm/arm/bus_space_asm_generic.S standard
-arm/arm/bus_space_generic.c standard
-
-arm/allwinner/a10_clk.c standard
-arm/allwinner/a10_common.c standard
-arm/allwinner/a10_gpio.c optional gpio
-arm/allwinner/a10_ehci.c optional ehci
-arm/allwinner/a10_machdep.c standard
-arm/allwinner/a10_sramc.c standard
-arm/allwinner/a10_wdog.c standard
-arm/allwinner/a20/a20_cpu_cfg.c standard
arm/allwinner/aintc.c standard
-arm/allwinner/if_emac.c optional emac
-arm/allwinner/timer.c standard
-arm/arm/bus_space_base.c standard
-#arm/allwinner/console.c standard
diff --git a/sys/arm/allwinner/files.allwinner b/sys/arm/allwinner/files.allwinner
new file mode 100644
index 000000000000..9b65e7c16cb9
--- /dev/null
+++ b/sys/arm/allwinner/files.allwinner
@@ -0,0 +1,18 @@
+# $FreeBSD$
+kern/kern_clocksource.c standard
+
+arm/arm/bus_space_base.c standard
+arm/arm/bus_space_asm_generic.S standard
+arm/arm/bus_space_generic.c standard
+
+arm/allwinner/a10_clk.c standard
+arm/allwinner/a10_common.c standard
+arm/allwinner/a10_ehci.c optional ehci
+arm/allwinner/a10_gpio.c optional gpio
+arm/allwinner/a10_machdep.c standard
+arm/allwinner/a10_sramc.c standard
+arm/allwinner/a10_wdog.c standard
+arm/allwinner/a20/a20_cpu_cfg.c standard
+arm/allwinner/if_emac.c optional emac
+arm/allwinner/timer.c standard
+#arm/allwinner/console.c standard
diff --git a/sys/arm/allwinner/std.a10 b/sys/arm/allwinner/std.a10
index fa24d5cfb881..0084c41ee70c 100644
--- a/sys/arm/allwinner/std.a10
+++ b/sys/arm/allwinner/std.a10
@@ -17,4 +17,5 @@ options KERNPHYSADDR=0x40200000
makeoptions KERNVIRTADDR=0xc0200000
options KERNVIRTADDR=0xc0200000
+files "../allwinner/files.allwinner"
files "../allwinner/files.a10"