Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2012 17:58:10 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r236191 - head/sys/arm/conf
Message-ID:  <201205281758.q4SHwATZ025519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Mon May 28 17:58:10 2012
New Revision: 236191
URL: http://svn.freebsd.org/changeset/base/236191

Log:
  - Correct the comments regarding the sizes of some partitions in the
    DataFlash.
  - Add a mapping for the Nut/OS configuration DataFlash partition according
    to the board manual (but not known to either Linux or U-Boot (patches).

Modified:
  head/sys/arm/conf/ETHERNUT5.hints

Modified: head/sys/arm/conf/ETHERNUT5.hints
==============================================================================
--- head/sys/arm/conf/ETHERNUT5.hints	Mon May 28 17:35:23 2012	(r236190)
+++ head/sys/arm/conf/ETHERNUT5.hints	Mon May 28 17:58:10 2012	(r236191)
@@ -27,18 +27,24 @@ hint.map.3.start=0x000c6000
 hint.map.3.end=0x00359fff
 hint.map.3.name="kernel"
 #hint.map.3.readonly=1
-# nutos 3432 kbytes
+# nutos 528 kbytes
 hint.map.4.at="flash/spi0"
 hint.map.4.start=0x0035a000
 hint.map.4.end=0x003ddfff
 hint.map.4.name="nutos"
 hint.map.4.readonly=1
-# env 3960 kbytes
+# env 132 kbytes
 hint.map.5.at="flash/spi0"
 hint.map.5.start=0x003de000
 hint.map.5.end=0x003fefff
 hint.map.5.name="env"
 hint.map.5.readonly=1
+# env 132 kbytes
+hint.map.6.at="flash/spi0"
+hint.map.6.start=0x003ff000
+hint.map.6.end=0x0041ffff
+hint.map.6.name="nutoscfg"
+hint.map.6.readonly=1
 
 # NXP PCF8563 clock/calendar
 hint.pcf8563_rtc.0.at="iicbus0"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205281758.q4SHwATZ025519>