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 A10 and A20 support



details:   https://anonhg.NetBSD.org/src/rev/bf86575fb76b
branches:  trunk
changeset: 826936:bf86575fb76b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Oct 06 21:21:22 2017 +0000

description:
add A10 and A20 support

diffstat:

 sys/arch/evbarm/conf/SUNXI |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 566fcb5a2bc0 -r bf86575fb76b sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Fri Oct 06 21:20:59 2017 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Fri Oct 06 21:21:22 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: SUNXI,v 1.34 2017/10/05 01:30:45 jmcneill Exp $
+#      $NetBSD: SUNXI,v 1.35 2017/10/06 21:21:22 jmcneill Exp $
 #
 #      Allwinner sunxi family
 #
@@ -61,8 +61,10 @@
 options        CPU_CORTEXA8
 options        CPU_CORTEXA53
 
+options        SOC_SUN4I_A10
 options        SOC_SUN5I_A13
 options        SOC_SUN6I_A31
+options        SOC_SUN7I_A20
 options        SOC_SUN8I_A83T
 options        SOC_SUN8I_H3
 options        SOC_SUN50I_A64
@@ -96,6 +98,7 @@
 psci*          at fdt?
 
 # Clock and reset controllers
+sun4ia10ccu*   at fdt? pass 2          # A10/A20 CCU
 sun5ia13ccu*   at fdt? pass 2          # A13 CCU
 sun6ia31ccu*   at fdt? pass 2          # A31 CCU
 sun8ia83tccu*  at fdt? pass 2          # A83T CCU



Home | Main Index | Thread Index | Old Index