Thu Jan 19 23:37:24 2012 UTC ()
Add cfi/nor


(matt)
diff -r1.15 -r1.16 src/sys/arch/evbppc/conf/RB800

cvs diff -r1.15 -r1.16 src/sys/arch/evbppc/conf/RB800 (expand / switch to unified diff)

--- src/sys/arch/evbppc/conf/RB800 2011/12/18 05:49:27 1.15
+++ src/sys/arch/evbppc/conf/RB800 2012/01/19 23:37:23 1.16
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: RB800,v 1.15 2011/12/18 05:49:27 dholland Exp $ 1# $NetBSD: RB800,v 1.16 2012/01/19 23:37:23 matt Exp $
2# 2#
3# RB800 -- everything that's currently supported 3# RB800 -- everything that's currently supported
4# 4#
5 5
6include "arch/evbppc/conf/std.mpc85xx" 6include "arch/evbppc/conf/std.mpc85xx"
7 7
8options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10ident "RB800-$Revision: 1.15 $" 10ident "RB800-$Revision: 1.16 $"
11 11
12maxusers 32 12maxusers 32
13 13
14#options UVMHIST 14#options UVMHIST
15#options UVMHIST_PRINT 15#options UVMHIST_PRINT
16 16
17options MPC8544 17options MPC8544
18options PPC_HAVE_SPE 18options PPC_HAVE_SPE
19no options GUR_BASE 19no options GUR_BASE
20options GUR_BASE=0xe0000000 20options GUR_BASE=0xe0000000
21 21
22options PAX_ASLR=0 22options PAX_ASLR=0
23 23
@@ -146,26 +146,32 @@ config nfsnetbsd root on tsec1 type nfs @@ -146,26 +146,32 @@ config nfsnetbsd root on tsec1 type nfs
146mainbus0 at root # Processor Local Bus 146mainbus0 at root # Processor Local Bus
147 147
148cpunode* at mainbus? node ? 148cpunode* at mainbus? node ?
149 149
150cpu0 at cpunode? 150cpu0 at cpunode?
151 151
152obio0 at cpunode? # On-chip Peripheral Bus 152obio0 at cpunode? # On-chip Peripheral Bus
153#ds1553rtc0 at obio0 addr 0xf8000000 size 8192 153#ds1553rtc0 at obio0 addr 0xf8000000 size 8192
154#wdc0 at obio0 cs 2 154#wdc0 at obio0 cs 2
155#atabus* at wdc? 155#atabus* at wdc?
156#wd* at atabus? 156#wd* at atabus?
157gpio* at gpiobus? 157gpio* at gpiobus?
158 158
 159# NOR Flash
 160#options NOR_VERBOSE
 161cfi0 at obio0 cs 0
 162nor* at cfi?
 163flash* at nor? offset 0 size 0x1000000
 164
159e500wdog* at cpunode? # Watchdog timer 165e500wdog* at cpunode? # Watchdog timer
160 166
161duart* at cpunode? 167duart* at cpunode?
162com* at duart? port ? 168com* at duart? port ?
163options CONSPEED=115200 169options CONSPEED=115200
164options CONSADDR="DUART1_BASE" 170options CONSADDR="DUART1_BASE"
165 171
166tsec0 at cpunode? flags 0x003 # 3-Speed Ethernet Controller (phy 2) 172tsec0 at cpunode? flags 0x003 # 3-Speed Ethernet Controller (phy 2)
167tsec1 at cpunode? flags 0x102 # 3-Speed Ethernet Controller (phy 1) 173tsec1 at cpunode? flags 0x102 # 3-Speed Ethernet Controller (phy 1)
168atphy* at mii? # Attansic PHY 174atphy* at mii? # Attansic PHY
169ukphy* at mii? 175ukphy* at mii?
170#options TSEC_EVENT_COUNTERS 176#options TSEC_EVENT_COUNTERS
171 177