Module Name:    src
Committed By:   matt
Date:           Tue Jul 19 19:57:03 UTC 2011

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

Log Message:
Add nor support
Add netbsd-sd0a


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbppc/conf/P2020RDB

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/P2020RDB
diff -u src/sys/arch/evbppc/conf/P2020RDB:1.6 src/sys/arch/evbppc/conf/P2020RDB:1.7
--- src/sys/arch/evbppc/conf/P2020RDB:1.6	Thu Jun 30 20:09:29 2011
+++ src/sys/arch/evbppc/conf/P2020RDB	Tue Jul 19 19:57:02 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P2020RDB,v 1.6 2011/06/30 20:09:29 wiz Exp $
+#	$NetBSD: P2020RDB,v 1.7 2011/07/19 19:57:02 matt Exp $
 #
 #	P2020RBD -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident 		"P2020RBD-$Revision: 1.6 $"
+ident 		"P2020RBD-$Revision: 1.7 $"
 
 maxusers	32
 
@@ -133,6 +133,7 @@
 
 # Kernel root file system and dump configuration.
 config		netbsd		root on ? type ?
+config		netbsd-sd0a	root on sd0a type ffs
 config		nfsnetbsd	root on tsec0 type nfs
 
 #
@@ -151,6 +152,12 @@
 #nand*		at nandfcm?
 #flash*		at nand?
 
+# NOR Flash
+#options 	NOR_VERBOSE
+pq3cfi0 	at obio0 cs 0
+nor*		at pq3cfi?
+flash*		at nor? offset 0 size 0x8000000
+
 e500wdog*	at cpunode?		# Watchdog timer
 
 duart*		at cpunode?

Reply via email to