Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf configure NOR flash partitions
details: https://anonhg.NetBSD.org/src/rev/542bcd03ff45
branches: trunk
changeset: 767868:542bcd03ff45
user: cliff <cliff%NetBSD.org@localhost>
date: Tue Aug 02 05:08:31 2011 +0000
description:
configure NOR flash partitions
diffstat:
sys/arch/evbmips/conf/CPMBR1400 | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 166f17a6478a -r 542bcd03ff45 sys/arch/evbmips/conf/CPMBR1400
--- a/sys/arch/evbmips/conf/CPMBR1400 Tue Aug 02 04:45:10 2011 +0000
+++ b/sys/arch/evbmips/conf/CPMBR1400 Tue Aug 02 05:08:31 2011 +0000
@@ -201,8 +201,14 @@
# NOR Flash
#options NOR_VERBOSE
cfi0 at mainbus0
-nor* at cfi?
-flash* at nor? offset 0 size 0x2000000
+nor0 at cfi0
+flash0 at nor0 offset 0x00000000 size 0x00040000
+flash1 at nor0 offset 0x00040000 size 0x00020000
+flash2 at nor0 offset 0x00060000 size 0x00020000
+flash3 at nor0 offset 0x00080000 size 0x00120000 # kernel
+flash4 at nor0 offset 0x001a0000 size 0x006e0000 # filesystem
+flash5 at nor0 offset 0x00880000 size 0x01760000 # upgrade
+flash6 at nor0 offset 0x01fe0000 size 0x00020000
# USB Hubs
uhub* at usb?
Home |
Main Index |
Thread Index |
Old Index