Module Name:    src
Committed By:   matt
Date:           Thu Jan 19 23:37:24 UTC 2012

Modified Files:
        src/sys/arch/evbppc/conf: RB800

Log Message:
Add cfi/nor


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbppc/conf/RB800

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbppc/conf/RB800
diff -u src/sys/arch/evbppc/conf/RB800:1.15 src/sys/arch/evbppc/conf/RB800:1.16
--- src/sys/arch/evbppc/conf/RB800:1.15	Sun Dec 18 05:49:27 2011
+++ src/sys/arch/evbppc/conf/RB800	Thu Jan 19 23:37:23 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: RB800,v 1.15 2011/12/18 05:49:27 dholland Exp $
+#	$NetBSD: RB800,v 1.16 2012/01/19 23:37:23 matt Exp $
 #
 #	RB800 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@ include		"arch/evbppc/conf/std.mpc85xx"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident 		"RB800-$Revision: 1.15 $"
+ident 		"RB800-$Revision: 1.16 $"
 
 maxusers	32
 
@@ -156,6 +156,12 @@ obio0		at cpunode?		# On-chip Peripheral
 #wd*		at atabus?
 gpio*		at gpiobus?
 
+# NOR Flash
+#options 	NOR_VERBOSE
+cfi0	 	at obio0 cs 0
+nor*		at cfi?
+flash*		at nor? offset 0 size 0x1000000
+
 e500wdog*	at cpunode?		# Watchdog timer
 
 duart*		at cpunode?

Reply via email to