Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Enable support for GICv3 and Rockchip R...



details:   https://anonhg.NetBSD.org/src/rev/a850543ed4e0
branches:  trunk
changeset: 363815:a850543ed4e0
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 12 16:49:25 2018 +0000

description:
Enable support for GICv3 and Rockchip RK3399

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r e6264172aa53 -r a850543ed4e0 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sun Aug 12 16:48:04 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sun Aug 12 16:49:25 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.29 2018/07/15 18:00:14 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.30 2018/08/12 16:49:25 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -23,6 +23,13 @@
        rk3328-roc-cc.dts
        rk3328-rock64.dts
 
+       rk3399-evb.dts
+       rk3399-firefly.dts
+       rk3399-gru-kevin.dts
+       rk3399-puma-haikou.dts
+       rk3399-sapphire-excavator.dts
+       rk3399-sapphire.dts
+
        sun50i-a64-bananapi-m64.dts
        sun50i-a64-nanopi-a64.dts
        sun50i-a64-olinuxino.dts
@@ -52,6 +59,7 @@
 options        CPU_CORTEXA57
 options        SOC_BCM2837
 options        SOC_RK3328
+options        SOC_RK3399
 options        SOC_TEGRA210
 options        SOC_SUN50I_A64
 options        SOC_SUN50I_H5
@@ -119,8 +127,9 @@
 # Interrupt controller
 bcmicu*                at fdt? pass 1          # Broadcom BCM283x ICU
 tegralic*      at fdt? pass 1          # NVIDIA Tegra LIC
-gic*           at fdt? pass 1          # ARM GIC
+gic*           at fdt? pass 1          # ARM GICv2
 armgic0                at gic?
+gicvthree*     at fdt? pass 1          # ARM GICv3
 sunxinmi*      at fdt? pass 2          # Allwinner NMI / R_INTC
 
 # Memory controller
@@ -168,7 +177,7 @@
 sunxipwm*      at fdt? pass 3          # Allwinner PWM
 
 # MPIO / Pinmux
-rkiomux*       at fdt? pass 2          # Rockchip IOMUX
+rkiomux*       at fdt? pass 3          # Rockchip IOMUX
 tegrapinmux*   at fdt?                 # NVIDIA Tegra MPIO
 
 # XUSB PADCTL



Home | Main Index | Thread Index | Old Index