Fri Jun 14 21:28:10 2019 UTC ()
add sunxihstimer* at fdt?


(tnn)
diff -r1.39 -r1.40 src/sys/arch/evbarm/conf/GENERIC

cvs diff -r1.39 -r1.40 src/sys/arch/evbarm/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/GENERIC 2019/06/13 13:35:41 1.39
+++ src/sys/arch/evbarm/conf/GENERIC 2019/06/14 21:28:10 1.40
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# 1#
2# $NetBSD: GENERIC,v 1.39 2019/06/13 13:35:41 jmcneill Exp $ 2# $NetBSD: GENERIC,v 1.40 2019/06/14 21:28:10 tnn Exp $
3# 3#
4# GENERIC ARM (aarch32) kernel 4# GENERIC ARM (aarch32) kernel
5# 5#
6 6
7include "arch/evbarm/conf/std.generic" 7include "arch/evbarm/conf/std.generic"
8include "arch/evbarm/conf/files.generic" 8include "arch/evbarm/conf/files.generic"
9include "arch/evbarm/conf/GENERIC.common" 9include "arch/evbarm/conf/GENERIC.common"
10 10
11# 11#
12# FDT files supported by this kernel - add to DTSSUBDIR and DTS as 12# FDT files supported by this kernel - add to DTSSUBDIR and DTS as
13# appropriate 13# appropriate
14# 14#
15makeoptions DTSARCH="arm aarch64" 15makeoptions DTSARCH="arm aarch64"
@@ -292,27 +292,28 @@ vxsysreg* at fdt? @@ -292,27 +292,28 @@ vxsysreg* at fdt?
292sunxisramc* at fdt? pass 4 # SRAM controller 292sunxisramc* at fdt? pass 4 # SRAM controller
293 293
294# System Controller 294# System Controller
295syscon* at fdt? pass 1 # Generic System Controller 295syscon* at fdt? pass 1 # Generic System Controller
296#zynqslcr* at fdt? pass 1 # Zynq 7000 system Controller 296#zynqslcr* at fdt? pass 1 # Zynq 7000 system Controller
297 297
298# Timer 298# Timer
299a9tmr* at fdt? pass 2 # ARM Cortex A5/A9 Timer 299a9tmr* at fdt? pass 2 # ARM Cortex A5/A9 Timer
300arma9tmr* at a9tmr? 300arma9tmr* at a9tmr?
301gtmr* at fdt? pass 1 # ARM Generic Timer 301gtmr* at fdt? pass 1 # ARM Generic Timer
302armgtmr0 at gtmr? 302armgtmr0 at gtmr?
303mct* at fdt? pass 2 # Exynos Multi Core Timer (MCT) 303mct* at fdt? pass 2 # Exynos Multi Core Timer (MCT)
304armgtmr* at mct? 304armgtmr* at mct?
305sunxitimer* at fdt? # Allwinner async timer 305sunxitimer* at fdt? # Allwinner async timer
 306sunxihstimer* at fdt? # Allwinner High-Speed timer
306tegratimer* at fdt? # Timers 307tegratimer* at fdt? # Timers
307 308
308# Watchdog 309# Watchdog
309dwcwdt* at fdt? # DesignWare watchdog 310dwcwdt* at fdt? # DesignWare watchdog
310mesonwdt* at fdt? # Amlogic Meson watchdog 311mesonwdt* at fdt? # Amlogic Meson watchdog
311sunxiwdt* at fdt? # Allwinner watchdog 312sunxiwdt* at fdt? # Allwinner watchdog
312watchdog* at fdt? # Broadcom BCM283x watchdog 313watchdog* at fdt? # Broadcom BCM283x watchdog
313 314
314# Interrupt controller 315# Interrupt controller
315gic* at fdt? pass 1 # ARM GIC 316gic* at fdt? pass 1 # ARM GIC
316armgic0 at gic? 317armgic0 at gic?
317bcmicu* at fdt? pass 1 # Broadcom BCM283x ICU 318bcmicu* at fdt? pass 1 # Broadcom BCM283x ICU
318exyointr* at fdt? pass 1 # Samsung Exynos ICU 319exyointr* at fdt? pass 1 # Samsung Exynos ICU