Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf Add nor support



details:   https://anonhg.NetBSD.org/src/rev/f55a1dad296c
branches:  trunk
changeset: 767489:f55a1dad296c
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jul 19 19:57:02 2011 +0000

description:
Add nor support
Add netbsd-sd0a

diffstat:

 sys/arch/evbppc/conf/P2020RDB |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 2a5808d65715 -r f55a1dad296c sys/arch/evbppc/conf/P2020RDB
--- a/sys/arch/evbppc/conf/P2020RDB     Tue Jul 19 19:55:23 2011 +0000
+++ b/sys/arch/evbppc/conf/P2020RDB     Tue Jul 19 19:57:02 2011 +0000
@@ -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?



Home | Main Index | Thread Index | Old Index