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 cfi/nor



details:   https://anonhg.NetBSD.org/src/rev/c3c4287da0ae
branches:  trunk
changeset: 772887:c3c4287da0ae
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 19 23:37:23 2012 +0000

description:
Add cfi/nor

diffstat:

 sys/arch/evbppc/conf/RB800 |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 6afbc583f536 -r c3c4287da0ae sys/arch/evbppc/conf/RB800
--- a/sys/arch/evbppc/conf/RB800        Thu Jan 19 22:43:11 2012 +0000
+++ b/sys/arch/evbppc/conf/RB800        Thu Jan 19 23:37:23 2012 +0000
@@ -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 @@
 
 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 @@
 #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?



Home | Main Index | Thread Index | Old Index