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 Add sunxinmi



details:   https://anonhg.NetBSD.org/src/rev/5bed792a2e37
branches:  trunk
changeset: 322421:5bed792a2e37
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed May 02 21:20:58 2018 +0000

description:
Add sunxinmi

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  3 ++-
 sys/arch/evbarm/conf/SUNXI     |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 88d76199de49 -r 5bed792a2e37 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Wed May 02 21:20:20 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Wed May 02 21:20:58 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.8 2018/05/02 11:02:42 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.9 2018/05/02 21:20:58 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -105,6 +105,7 @@
 tegralic*      at fdt? pass 1          # NVIDIA Tegra LIC
 gic*           at fdt? pass 1          # ARM GIC
 armgic0                at gic?
+sunxinmi*      at fdt? pass 2          # Allwinner NMI / R_INTC
 
 # Memory controller
 tegramc*       at fdt? pass 4          # NVIDIA Tegra MC
diff -r 88d76199de49 -r 5bed792a2e37 sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Wed May 02 21:20:20 2018 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Wed May 02 21:20:58 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: SUNXI,v 1.67 2018/05/02 11:02:42 jmcneill Exp $
+#      $NetBSD: SUNXI,v 1.68 2018/05/02 21:20:58 jmcneill Exp $
 #
 #      Allwinner sunxi family
 #
@@ -214,6 +214,7 @@
 gic*           at fdt? pass 1          # GIC
 armgic0                at gic?
 sunxiintc*     at fdt? pass 1          # Allwinner INTC
+sunxinmi*      at fdt? pass 2          # Allwinner NMI / R_INTC
 
 # Memory controller
 



Home | Main Index | Thread Index | Old Index